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

Method getSelf

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

Source from the content-addressed store, hash-verified

37 private HashMap<String, Long> pollMap = new HashMap<>();
38
39 public static PollQueue getSelf() {
40 if (self == null) {
41 synchronized (PollQueue.class) {
42 self = new PollQueue();
43 }
44 }
45 return self;
46 }
47
48 private LinkedList<Link> queue = new LinkedList<Link>();
49

Callers 11

runMethod · 0.95
m_adrMethod · 0.95
finishMethod · 0.95
doneMethod · 0.95
runMethod · 0.95
runMethod · 0.95
writeNetmailMethod · 0.95
hatchFileMethod · 0.95
tossNetmailMethod · 0.95
tossInboundDirectoryMethod · 0.95
endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected