psdi.common.action

Interface ActionCustomClass

    • Method Detail

      • applyCustomAction

        void applyCustomAction(MboRemote mbo,
                               java.lang.Object[] params)
                        throws MXException,
                               java.rmi.RemoteException
        This is the method which is called when the class is used a custom action.
        Parameters:
        mbo - The Mbo on which the action will apply.
        param - Parameters passed to the custom class.
        Throws:
        Any - exception thrown will be passed up from the action calling on this object.
        MXException
        java.rmi.RemoteException