|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.monoserv.modules.BaseModule
com.monoserv.modules.ExampleModule
public class ExampleModule
Constructor Summary | |
---|---|
ExampleModule()
Constructor - increments the counter |
Method Summary | |
---|---|
void |
end()
Prints a statement with the FunctionCounter and increments the counter |
IModuleData |
run(IModuleData d)
Prints a statement with the FunctionCounter and increments the counter |
void |
SaveSocket(java.net.Socket sock)
Just increments the counter again (does not save sock) |
void |
start()
Prints a statement with the FunctionCounter and increments the counter |
Methods inherited from class com.monoserv.modules.BaseModule |
---|
getInstanceModifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExampleModule()
Method Detail |
---|
public void start()
start
in class BaseModule
public IModuleData run(IModuleData d)
run
in class BaseModule
d
- Not usedpublic void end()
end
in class BaseModule
public void SaveSocket(java.net.Socket sock)
SaveSocket
in class BaseModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |