Uses of Class
org.jgroups.blocks.ResponseMode

Packages that use ResponseMode
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
 

Uses of ResponseMode in org.jgroups.blocks
 

Fields in org.jgroups.blocks declared as ResponseMode
protected  ResponseMode RequestOptions.mode
          The mode of a request.
 

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

Methods in org.jgroups.blocks with parameters of type ResponseMode
 RequestOptions RequestOptions.setMode(ResponseMode mode)
           
 

Constructors in org.jgroups.blocks with parameters of type ResponseMode
RequestOptions(ResponseMode mode, long timeout)
           
RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting)
           
RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter)
           
RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter, Message.Flag... flags)
           
RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter, short flags)
           
 



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