| Interface | Description |
|---|---|
| RemoteCommand |
This class represents the command that can be executed on a remote server.
|
| RPCService |
This service provides mechanism to communicate with the other cluster nodes.
|
| TopologyChangeListener |
This interface is used to allow some components to be notified anytime the topology
of the cluster changes, in other words any time a member of the cluster leave or join
the cluster.
|
| Class | Description |
|---|---|
| SingleMethodCallCommand |
This command will allow you to call one specific method with the arguments given by the execute method
on a component.
|
| TopologyChangeEvent |
The event triggered anytime the cluster has changed of topology
|
| Exception | Description |
|---|---|
| RPCException |
The root class of all the Exception related to the RPC Service
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.