public class ExternalServiceInvoker
extends java.lang.Object
Constructor and Description |
---|
ExternalServiceInvoker()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
invokeService(MboRemote mbo,
ServiceInvokerInfo info,
java.util.Map<java.lang.String,java.lang.Object> metaData)
This is the method which is called when the class is used a custom
action.
|
void |
invokeService(MboSetRemote mboSet,
ServiceInvokerInfo info,
java.util.Map<java.lang.String,java.lang.Object> metaData)
This is the method which is called when the class is used a custom
action.
|
public ExternalServiceInvoker() throws MXException, java.rmi.RemoteException
MXException
- MAXIMO exceptionjava.rmi.RemoteException
- Remote exceptionpublic void invokeService(MboRemote mbo, ServiceInvokerInfo info, java.util.Map<java.lang.String,java.lang.Object> metaData) throws MXException, java.rmi.RemoteException
mbo
- The Mbo on which the action will apply.info
- Service invoker info.metaData
- Map of meta data parameters.Any
- exception thrown will be passed up from the action calling
on this object.MXException
java.rmi.RemoteException
public void invokeService(MboSetRemote mboSet, ServiceInvokerInfo info, java.util.Map<java.lang.String,java.lang.Object> metaData) throws MXException, java.rmi.RemoteException
mboSet
- The MboSet on which the action will apply.info
- Service invoker info.metaData
- Map of meta data parameters.Any
- exception thrown will be passed up from the action calling
on this object.MXException
java.rmi.RemoteException