MCPcopy Create free account
hub / github.com/annmuor/jnode / getMessageName

Method getMessageName

jnode-core/src/jnode/protocol/io/Message.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public String getMessageName() {
77 return messageName;
78 }
79
80 public void setMessageName(String arg) {
81 this.messageName = arg;

Callers 9

getStringMethod · 0.80
proccessFrameMethod · 0.80
m_skipMethod · 0.80
m_gotMethod · 0.80
m_fileMethod · 0.80
sendMessageMethod · 0.80
unpackMethod · 0.80
unpackBundleMethod · 0.80
tossIncomingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected