Uses of Enum
org.jgroups.stack.ProtocolStack.Position
Packages that use ProtocolStack.Position
-
Uses of ProtocolStack.Position in org.jgroups.fork
Methods in org.jgroups.fork with parameters of type ProtocolStack.PositionModifier and TypeMethodDescriptionprotected static FORKForkChannel.getFORK(JChannel ch, ProtocolStack.Position position, 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.PositionModifierConstructorDescriptionForkChannel(JChannel main_channel, String fork_stack_id, String fork_channel_id, boolean create_fork_if_absent, ProtocolStack.Position position, 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.PositionModifier and TypeMethodDescriptionstatic ProtocolStack.PositionReturns 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.PositionModifier and TypeMethodDescriptionvoidProtocolStack.insertProtocol(Protocol prot, ProtocolStack.Position position, Class<? extends Protocol> neighbor_prot) final voidProtocolStack.insertProtocol(Protocol prot, ProtocolStack.Position position, Class<? extends Protocol>... neighbor_prots) voidProtocolStack.insertProtocol(Protocol prot, ProtocolStack.Position position, String neighbor_prot) Inserts an already created (and initialized) protocol into the protocol list.voidProtocolStack.insertProtocolInStack(Protocol prot, Protocol neighbor, ProtocolStack.Position position)