psdi.mbo.custapp

Class CustomMboSet

    • Constructor Detail

      • CustomMboSet

        public CustomMboSet(MboServerInterface ms)
                     throws java.rmi.RemoteException
        Construct the set of Custom Mbos.
        Parameters:
        ms - The MboServerInterface CustomMboSet uses to access internals of the MXServer.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create custom mbos.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - the CustomMbo MboSet.
        Returns:
        a custom Mbo.
        Throws:
        MXException
        java.rmi.RemoteException