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

Method initProtocolStack

src/org/jgroups/stack/ProtocolStack.java:801–803  ·  view source on GitHub ↗

Calls @link{Protocol#init()} in all protocols, from bottom to top

(List<ProtocolConfiguration> configs)

Source from the content-addressed store, hash-verified

799
800 /** Calls @link{{@link Protocol#init()}} in all protocols, from bottom to top */
801 public void initProtocolStack(List<ProtocolConfiguration> configs) throws Exception {
802 initProtocolStack(configs, null);
803 }
804
805 public void initProtocolStack(List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook) throws Exception {
806 List<Protocol> protocols=getProtocols();

Callers 2

setupMethod · 0.95
initMethod · 0.95

Calls 14

getProtocolsMethod · 0.95
getProtocolStackMethod · 0.95
setProtocolStackMethod · 0.95
callAfterCreationHookMethod · 0.95
afterCreationHookMethod · 0.95
initMethod · 0.95
initComponentsMethod · 0.95
getPoliciesMethod · 0.95
destroyMethod · 0.95
sizeMethod · 0.65
getMethod · 0.65
afterCreationMethod · 0.65

Tested by

no test coverage detected