Uses of Class
org.exoplatform.services.rpc.RPCException
Packages that use RPCException
-
Uses of RPCException in org.exoplatform.services.rpc
Methods in org.exoplatform.services.rpc that throw RPCExceptionModifier and TypeMethodDescriptionRPCService.executeCommandOnAllNodes(RemoteCommand command, boolean synchronous, Serializable... args) Executes a command on all the cluster nodes.RPCService.executeCommandOnAllNodes(RemoteCommand command, long timeout, Serializable... args) Executes a command synchronously on all the cluster nodes.RPCService.executeCommandOnCoordinator(RemoteCommand command, boolean synchronous, Serializable... args) Executes a command on the coordinator only.RPCService.executeCommandOnCoordinator(RemoteCommand command, long timeout, Serializable... args) Executes a command synchronously on the coordinator only.booleanRPCService.isCoordinator()Indicates whether the local node is the coordinator of the cluster -
Uses of RPCException in org.exoplatform.services.rpc.impl
Subclasses of RPCException in org.exoplatform.services.rpc.implMethods in org.exoplatform.services.rpc.impl that throw RPCExceptionModifier and TypeMethodDescriptionAbstractRPCService.excecuteCommand(List<org.jgroups.Address> dests, RemoteCommand command, boolean synchronous, long timeout, Serializable... args) Execute the command on all the nodes corresponding to the list of destinations.AbstractRPCService.executeCommandOnAllNodes(RemoteCommand command, boolean synchronous, Serializable... args) Executes a command on all the cluster nodes.AbstractRPCService.executeCommandOnAllNodes(RemoteCommand command, long timeout, Serializable... args) Executes a command synchronously on all the cluster nodes.AbstractRPCService.executeCommandOnAllNodesMain(RemoteCommand command, boolean synchronous, long timeout, Serializable... args) Executes a command on all the cluster nodes.AbstractRPCService.executeCommandOnCoordinator(RemoteCommand command, boolean synchronous, Serializable... args) Executes a command on the coordinator only.AbstractRPCService.executeCommandOnCoordinator(RemoteCommand command, long timeout, Serializable... args) Executes a command synchronously on the coordinator only.protected ObjectAbstractRPCService.executeCommandOnCoordinatorMain(RemoteCommand command, boolean synchronous, long timeout, Serializable... args) Executes a command on the coordinator only.booleanAbstractRPCService.isCoordinator()Indicates whether the local node is the coordinator of the cluster