Package org.exoplatform.services.rpc
-
Interface Summary 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 Summary 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 Summary Exception Description RPCException The root class of all the Exception related to the RPC Service