Uses of Class
org.jgroups.protocols.Executing.Type

Packages that use Executing.Type
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of Executing.Type in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as Executing.Type
protected  Executing.Type Executing.Request.type
           
 

Methods in org.jgroups.protocols that return Executing.Type
static Executing.Type Executing.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Executing.Type[] Executing.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jgroups.protocols with parameters of type Executing.Type
protected  void Executing.sendRequest(Address dest, Executing.Type type, short requestId, java.lang.Object object)
           
protected abstract  void Executing.sendToCoordinator(Executing.Type type, java.lang.Object obj)
           
protected  void CENTRAL_EXECUTOR.sendToCoordinator(Executing.Type type, java.lang.Object value)
           
protected  void CENTRAL_EXECUTOR.updateBackups(Executing.Type type, java.lang.Object obj)
           
 

Constructors in org.jgroups.protocols with parameters of type Executing.Type
Executing.Request(Executing.Type type, java.lang.Object object, short request)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.