psdi.mbo

Interface NonPersistentMboSetRemote

    • Method Detail

      • setup

        MboRemote setup()
                 throws MXException,
                        java.rmi.RemoteException
        Causes the NonP-MboSet used for method parameter validation to setup itself for use. Any existing Mbos in the set are removed and one new Mbo is added.
        Returns:
        The new Mbo to use to set parameters for a method.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        NonPersistentMboSet.setup()
      • execute

        void execute()
              throws MXException,
                     java.rmi.RemoteException
        Causes the NonP-MboSet used for method parameter validation to execute its function. The default implementation of this method does nothing.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        NonPersistentMboSet.execute()
      • execute

        void execute(MboRemote mbo)
              throws MXException,
                     java.rmi.RemoteException
        Causes the NonP-MboSet used for method parameter validation to execute its function on the given Mbo. This method is designed to work on members of a set.
        Parameters:
        mbo - The Mbo to operate on.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        NonPersistentMboSet.execute(MboRemote)