Uses of Class
org.jgroups.Channel.State
-
Packages that use Channel.State Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc. -
-
Uses of Channel.State in org.jgroups
Methods in org.jgroups that return Channel.State Modifier and Type Method Description 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.
-