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

Interface IStatPoster

jnode-core/src/jnode/stat/IStatPoster.java:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23import jnode.stat.threads.StatPoster;
24
25public interface IStatPoster {
26 public void init(StatPoster poster);
27
28 public String getSubject();
29
30 public String getText();
31}

Callers 17

StatPosterMethod · 0.95
listRoutingMethod · 0.65
runMethod · 0.65
updateFromVersionMethod · 0.65
getAndCheckLinkMethod · 0.65
netmailToFtnMessageMethod · 0.65
ftnMessageToNetmailMethod · 0.65
completeMaskMethod · 0.65
quoteMethod · 0.65
runMethod · 0.65
updateFromVersionMethod · 0.65
actionPerformedMethod · 0.65

Implementers 3

EchoareaStatjnode-core/src/jnode/stat/EchoareaStat
FileareaStatjnode-core/src/jnode/stat/FileareaStat
ConnectionStatjnode-core/src/jnode/stat/ConnectionSt

Calls

no outgoing calls

Tested by

no test coverage detected