Uses of Class
org.jgroups.protocols.COUNTER.RequestType

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

Uses of COUNTER.RequestType in org.jgroups.protocols
 

Methods in org.jgroups.protocols that return COUNTER.RequestType
protected static COUNTER.RequestType COUNTER.requestToRequestType(COUNTER.Request req)
           
static COUNTER.RequestType COUNTER.RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static COUNTER.RequestType[] COUNTER.RequestType.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 COUNTER.RequestType
protected static COUNTER.Request COUNTER.createRequest(COUNTER.RequestType type)
           
 



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