psdi.app.report

Class ReportOSAuth

  • java.lang.Object
    • Constructor Detail

      • ReportOSAuth

        public ReportOSAuth(MboSet ms)
                     throws MXException,
                            java.rmi.RemoteException
        Construct the ReportOSAuth object
        Parameters:
        ms - Mbo set
        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
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new Mbo. Populates the intobjectname from the parent.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException