Uses of Class
org.jgroups.Channel.State

Packages that use Channel.State
org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. 
 

Uses of Channel.State in org.jgroups
 

Fields in org.jgroups declared as Channel.State
protected  Channel.State Channel.state
          The current state of the channel
 

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



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