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

Method setDownProtocol

src/org/jgroups/stack/Protocol.java:102–102  ·  view source on GitHub ↗
(Protocol prot)

Source from the content-addressed store, hash-verified

100 public <T extends Protocol> T getDownProtocol() {return (T)down_prot;}
101 public <T extends Protocol> T setUpProtocol(Protocol prot) {this.up_prot=prot; return (T)this;}
102 public <T extends Protocol> T setDownProtocol(Protocol prot) {this.down_prot=prot; return (T)this;}
103 public <T extends Protocol> T setProtocolStack(ProtocolStack s) {this.stack=s; return (T)this;}
104 public String afterCreationHook() {return after_creation_hook;}
105 public boolean previewWarning() {return preview_warning;}

Callers 15

connectProtocolsMethod · 0.95
insertProtocolInStackMethod · 0.95
removeProtocolMethod · 0.95
replaceProtocolMethod · 0.95
setupMethod · 0.80
addProtocolMethod · 0.80
initMethod · 0.80
createForkStackMethod · 0.80
setupMethod · 0.80
configureGMSMethod · 0.80
testTimerMethod · 0.80
testTimer2Method · 0.80

Calls

no outgoing calls

Tested by 11

setupMethod · 0.64
configureGMSMethod · 0.64
testTimerMethod · 0.64
testTimer2Method · 0.64
testUnsuspectMethod · 0.64
_testThroughputMethod · 0.64
setUpMethod · 0.64
testMessageDownEncodeMethod · 0.64
setUpMethod · 0.64
startMethod · 0.64