Package org.jgroups.conf
Interface ProtocolStackConfigurator
- All Superinterfaces:
ProtocolHook
- All Known Implementing Classes:
XmlConfigurator
- Version:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidafterCreation(Protocol prot) Invoked after eachProtocolis instantiated and beforeProtocol.init()is invoked.
-
Method Details
-
getProtocolStackString
String getProtocolStackString() -
getProtocolStack
List<ProtocolConfiguration> getProtocolStack() -
afterCreation
Invoked after eachProtocolis instantiated and beforeProtocol.init()is invoked.- Specified by:
afterCreationin interfaceProtocolHook- Parameters:
prot- The protocol that was created.- Throws:
Exception- If any exception occurred during method invocation.
-