MCPcopy Create free account
hub / github.com/belaban/JGroups / init

Method init

src/org/jgroups/stack/Protocol.java:241–242  ·  view source on GitHub ↗

Called after a protocol has been created and before the protocol is started. Attributes are already set. Other protocols are not yet connected and events cannot yet be sent. @exception Exception Thrown if protocol cannot be initialized successfully. This will cause the ProtocolS

()

Source from the content-addressed store, hash-verified

239 * ProtocolStack to fail, so the the channel constructor will throw an exception
240 */
241 @Override public void init() throws Exception {
242 }
243
244 /**
245 * This method is called on a {@link JChannel#connect(String)}; starts work. Protocols are connected ready to

Callers 3

createProtocolMethod · 0.95
handleProbeMethod · 0.95
initProtocolStackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected