eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Uses of Class
org.exoplatform.services.rpc.RPCException

Packages that use RPCException
org.exoplatform.services.rpc   
org.exoplatform.services.rpc.impl   
 

Uses of RPCException in org.exoplatform.services.rpc
 

Methods in org.exoplatform.services.rpc that throw RPCException
 List<Object> RPCService.executeCommandOnAllNodes(RemoteCommand command, boolean synchronous, Serializable... args)
          Executes a command on all the cluster nodes.
 List<Object> RPCService.executeCommandOnAllNodes(RemoteCommand command, long timeout, Serializable... args)
          Executes a command synchronously on all the cluster nodes.
 Object RPCService.executeCommandOnCoordinator(RemoteCommand command, boolean synchronous, Serializable... args)
          Executes a command on the coordinator only.
 Object RPCService.executeCommandOnCoordinator(RemoteCommand command, long timeout, Serializable... args)
          Executes a command synchronously on the coordinator only.
 boolean RPCService.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.impl
static class AbstractRPCService.MemberHasLeftException
           
 

Methods in org.exoplatform.services.rpc.impl that throw RPCException
protected  List<Object> AbstractRPCService.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.
 List<Object> AbstractRPCService.executeCommandOnAllNodes(RemoteCommand command, boolean synchronous, Serializable... args)
          Executes a command on all the cluster nodes.
 List<Object> AbstractRPCService.executeCommandOnAllNodes(RemoteCommand command, long timeout, Serializable... args)
          Executes a command synchronously on all the cluster nodes.
protected  List<Object> AbstractRPCService.executeCommandOnAllNodesMain(RemoteCommand command, boolean synchronous, long timeout, Serializable... args)
          Executes a command on all the cluster nodes.
 Object AbstractRPCService.executeCommandOnCoordinator(RemoteCommand command, boolean synchronous, Serializable... args)
          Executes a command on the coordinator only.
 Object AbstractRPCService.executeCommandOnCoordinator(RemoteCommand command, long timeout, Serializable... args)
          Executes a command synchronously on the coordinator only.
protected  Object AbstractRPCService.executeCommandOnCoordinatorMain(RemoteCommand command, boolean synchronous, long timeout, Serializable... args)
          Executes a command on the coordinator only.
 boolean AbstractRPCService.isCoordinator()
          Indicates whether the local node is the coordinator of the cluster
 


eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.