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

Method destroy

src/org/jgroups/stack/ProtocolStack.java:903–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

901 }
902
903 public void destroy() {
904 if(top_prot != null)
905 getProtocols().forEach(Protocol::destroy);
906 }
907
908
909

Callers 6

initProtocolStackMethod · 0.95
exitMethod · 0.95
tearDownMethod · 0.95
tearDownMethod · 0.95
tearDownMethod · 0.95
tearDownMethod · 0.95

Calls 2

getProtocolsMethod · 0.95
forEachMethod · 0.45

Tested by 5

exitMethod · 0.76
tearDownMethod · 0.76
tearDownMethod · 0.76
tearDownMethod · 0.76
tearDownMethod · 0.76