psdi.dm

Class DMMessage

    • Constructor Detail

      • DMMessage

        public DMMessage(MboSet ms)
                  throws java.rmi.RemoteException
        Construct the DMMessage object
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new DMMessage object.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • writeMsg

        public java.lang.String writeMsg(java.lang.String pkgName,
                                         java.lang.String msgid,
                                         java.lang.String type,
                                         java.lang.Throwable t,
                                         java.lang.String msgDetails,
                                         java.lang.Object[] params,
                                         boolean isLongOpMsg)
                                  throws MXException,
                                         java.rmi.RemoteException
        Writes message to DMMessage table
        Specified by:
        writeMsg in interface DMMessageRemote
        Throws:
        MXException
        java.rmi.RemoteException
      • writeMsg

        public java.lang.String writeMsg(java.lang.String pkgName,
                                         java.lang.String msgid,
                                         java.lang.String type,
                                         java.lang.Throwable t,
                                         java.lang.String msgDetails,
                                         java.lang.Object[] params,
                                         boolean isLongOpMsg,
                                         UserInfo msgUI)
                                  throws MXException,
                                         java.rmi.RemoteException
        Writes message to DMMessage table
        Specified by:
        writeMsg in interface DMMessageRemote
        Throws:
        MXException
        java.rmi.RemoteException