Uses of Class
org.jgroups.stack.ProtocolStack.Position
-
Packages that use ProtocolStack.Position Package Description org.jgroups.fork org.jgroups.stack Support for managing protocol stacks. -
-
Uses of ProtocolStack.Position in org.jgroups.fork
Methods in org.jgroups.fork with parameters of type ProtocolStack.Position Modifier and Type Method Description protected static FORK
ForkChannel. getFORK(JChannel ch, ProtocolStack.Position position, java.lang.Class<? extends Protocol> neighbor, boolean create_fork_if_absent)
Creates a new FORK protocol, or returns the existing one, or throws an exception.Constructors in org.jgroups.fork with parameters of type ProtocolStack.Position Constructor Description ForkChannel(JChannel main_channel, java.lang.String fork_stack_id, java.lang.String fork_channel_id, boolean create_fork_if_absent, ProtocolStack.Position position, java.lang.Class<? extends Protocol> neighbor, Protocol... protocols)
Creates a new fork-channel from a main-channel. -
Uses of ProtocolStack.Position in org.jgroups.stack
Methods in org.jgroups.stack that return ProtocolStack.Position Modifier and Type Method Description static ProtocolStack.Position
ProtocolStack.Position. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProtocolStack.Position[]
ProtocolStack.Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.stack with parameters of type ProtocolStack.Position Modifier and Type Method Description void
ProtocolStack. insertProtocol(Protocol prot, ProtocolStack.Position position, java.lang.Class<? extends Protocol> neighbor_prot)
void
ProtocolStack. insertProtocol(Protocol prot, ProtocolStack.Position position, java.lang.Class<? extends Protocol>... neighbor_prots)
void
ProtocolStack. insertProtocol(Protocol prot, ProtocolStack.Position position, java.lang.String neighbor_prot)
Inserts an already created (and initialized) protocol into the protocol list.void
ProtocolStack. insertProtocolInStack(Protocol prot, Protocol neighbor, ProtocolStack.Position position)
-