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

Method getInstanse

jnode-core/src/jnode/main/threads/TosserQueue.java:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 private static TosserQueue self;
38
39 public synchronized static TosserQueue getInstanse() {
40 if (self == null) {
41 self = new TosserQueue();
42 }
43 return self;
44 }
45
46 public void toss() {
47 if (!tosser.isRunning()) {

Callers 5

checkForMessagesMethod · 0.95
runMethod · 0.95
deleteMethod · 0.95
tossIncomingMethod · 0.95
getMessagesForLinkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected