psdi.util.logging

Class MaxLogger

    • Constructor Detail

      • MaxLogger

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

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: Mbo
        Can the object be deleted ? This is object specific and should be overridden.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • getMaximoRootLogger

        public MboRemote getMaximoRootLogger()
                                      throws MXException,
                                             java.rmi.RemoteException
        Returns the maximo root logger.
        Returns:
        The Maximo root logger.
        Throws:
        MXException
        java.rmi.RemoteException
      • write

        public java.lang.String write()
                               throws MXException,
                                      java.rmi.RemoteException
        Returns a string representation of the appender in the format of property file.
        Specified by:
        write in interface MaxLoggerRemote
        Throws:
        MXException
        java.rmi.RemoteException