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 ActionCustomClassmbo - 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.MXExceptionjava.rmi.RemoteException