Uses of Class
org.jgroups.protocols.UNICAST3.State
-
Packages that use UNICAST3.State Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of UNICAST3.State in org.jgroups.protocols
Fields in org.jgroups.protocols declared as UNICAST3.State Modifier and Type Field Description protected UNICAST3.State
UNICAST3.Entry. state
Methods in org.jgroups.protocols that return UNICAST3.State Modifier and Type Method Description static UNICAST3.State
UNICAST3.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UNICAST3.State[]
UNICAST3.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-