public interface ServiceInvoker
| Modifier and Type | Method and Description |
|---|---|
byte[] |
invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboRemote sourceMbo,
MboRemote targetMbo,
java.lang.String endPointName)
Service invocation for Source and Target Mbo
|
byte[] |
invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboRemote sourceMbo,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName)
Service invocation for Source Mbo and Target MboSet
|
byte[] |
invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboSetRemote sourceMboSet,
MboRemote targetMbo,
java.lang.String endPointName)
Service invocation for Source MboSet and Target Mbo
|
byte[] |
invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboSetRemote sourceMboSet,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName)
Service invocation for Source and Target MboSet
|
byte[] invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboRemote sourceMbo,
MboRemote targetMbo,
java.lang.String endPointName)
throws MXException,
java.rmi.RemoteException
metaData - the meta data for the service invocation.sourceMbo - the source Mbo for the service invocation.targetMbo - the target Mbo for the service invocation.endPointName - the endpoint name for the service invocation.MXExceptionjava.rmi.RemoteExceptionbyte[] invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboRemote sourceMbo,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName)
throws MXException,
java.rmi.RemoteException
metaData - the meta data for the service invocation.sourceMbo - the source Mbo for the service invocation.targetMboSet - the target MboSet for the service invocation.action - determites whether to update or add (to) the target MboSet.
the value are MboSetRemote.INSERTONLY or MboSetRemote.UPDATEONLYendPointName - the endpoint name for the service invocation.MXExceptionjava.rmi.RemoteExceptionbyte[] invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboSetRemote sourceMboSet,
MboRemote targetMbo,
java.lang.String endPointName)
throws MXException,
java.rmi.RemoteException
metaData - the meta data for the service invocation.sourceMboSet - the source MboSet for the service invocation.targetMbo - the target Mbo for the service invocation.endPointName - the endpoint name for the service invocation.MXExceptionjava.rmi.RemoteExceptionbyte[] invoke(java.util.Map<java.lang.String,java.lang.Object> metaData,
MboSetRemote sourceMboSet,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName)
throws MXException,
java.rmi.RemoteException
metaData - the meta data for the service invocation.sourceMboSet - the source MboSet for the service invocation.targetMboSet - the target MboSet for the service invocation.action - determites whether to update or add (to) the target MboSet.
the value are MboSetRemote.INSERTONLY or MboSetRemote.UPDATEONLYendPointName - the endpoint name for the service invocation.MXExceptionjava.rmi.RemoteException