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

Method setup

src/org/jgroups/stack/ProtocolStack.java:441–443  ·  view source on GitHub ↗
(List<ProtocolConfiguration> configs)

Source from the content-addressed store, hash-verified

439
440
441 public void setup(List<ProtocolConfiguration> configs) throws Exception {
442 setup(configs, null);
443 }
444
445 public void setup(List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook) throws Exception {
446 if(top_prot == null) {

Callers 1

initMethod · 0.45

Calls 5

setupProtocolStackMethod · 0.95
getBottomProtocolMethod · 0.95
initProtocolStackMethod · 0.95
setUpProtocolMethod · 0.80
setDownProtocolMethod · 0.80

Tested by

no test coverage detected