Uses of Interface
org.jgroups.stack.ProtocolHook
-
Packages that use ProtocolHook Package Description org.jgroups.conf Provides ways to configure a protocol stack.org.jgroups.stack Support for managing protocol stacks. -
-
Uses of ProtocolHook in org.jgroups.conf
Subinterfaces of ProtocolHook in org.jgroups.conf Modifier and Type Interface Description interface
ProtocolStackConfigurator
Classes in org.jgroups.conf that implement ProtocolHook Modifier and Type Class Description class
XmlConfigurator
Uses XML to configure a protocol stack -
Uses of ProtocolHook in org.jgroups.stack
Methods in org.jgroups.stack with parameters of type ProtocolHook Modifier and Type Method Description void
ProtocolStack. initProtocolStack(java.util.List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook)
void
ProtocolStack. setup(java.util.List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook)
-