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