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