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

Method run

jnode-core/src/jnode/main/threads/TimerPoll.java:32–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30public class TimerPoll extends TimerTask {
31
32 @Override
33 public void run() {
34 for (Link l : ORMManager.get(Link.class).getAll()) {
35 if (FtnTools.getOptionBooleanDefTrue(l,
36 LinkOption.BOOLEAN_POLL_BY_TIMEOT)) {
37 PollQueue.getSelf().add(l);
38 }
39 }
40 }
41}

Callers

nothing calls this directly

Calls 5

getMethod · 0.95
getSelfMethod · 0.95
getAllMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected