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

Method getValue

src/org/jgroups/stack/Protocol.java:133–139  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

131 }
132
133 public Object getValue(String name) {
134 if(name == null) return null;
135 Field field=Util.getField(getClass(), name);
136 if(field == null)
137 throw new IllegalArgumentException("field \"" + name + "\n not found");
138 return Util.getField(field, this);
139 }
140
141
142 public <T extends Protocol> T setValue(String name, Object value) {

Callers 13

findFragSizeMethod · 0.95
dumpMethod · 0.45
dumpAttrsAllProtocolsMethod · 0.45
dumpAddressMappingsMethod · 0.45
printProtocolSpecMethod · 0.45
initComponentsMethod · 0.45

Calls 1

getFieldMethod · 0.95

Tested by 1

findFragSizeMethod · 0.76