public class InteractionCustomClass extends java.lang.Object implements ActionCustomClass
Constructor and Description |
---|
InteractionCustomClass() |
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.
|
public void applyCustomAction(MboRemote mbo, java.lang.Object[] params) throws MXException, java.rmi.RemoteException
applyCustomAction
in interface ActionCustomClass
mbo
- The Mbo on which the action will apply.params
- Parameters passed to the custom class.Any
- exception thrown will be passed up from the action calling
on this object.MXException
java.rmi.RemoteException