| com.tc.object.event.DmiManager
All known Subclasses: com.tc.object.event.DmiManagerImpl,
DmiManager | public interface DmiManager (Code) | | DMI Manager
|
distributedInvoke | boolean distributedInvoke(Object receiver, String method, Object[] params, boolean runOnAllNodes)(Code) | | Perform distributed invocation
Parameters: receiver - Receiver object Parameters: method - Method name Parameters: params - Parameter values Parameters: runOnAllNodes - True to run everywhere, false for local True if valid |
distributedInvokeCommit | void distributedInvokeCommit()(Code) | | Commit distributed invocation.
|
invoke | void invoke(DistributedMethodCall dmc)(Code) | | Invoke distributed method call description
Parameters: dmc - Description of DMI call |
|
|