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