Uses of Class
org.jgroups.JChannel.State
-
Packages that use JChannel.State Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. -
-
Uses of JChannel.State in org.jgroups
Fields in org.jgroups declared as JChannel.State Modifier and Type Field Description protected JChannel.State
JChannel. state
Methods in org.jgroups that return JChannel.State Modifier and Type Method Description static JChannel.State
JChannel.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JChannel.State[]
JChannel.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-