|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--com.roeschter.jsl.StopTest
A simple example for a java service. This is a simple echoing Telnet Server. It accepts telnet connections on port 23 and echos back every character typed.
Field Summary | |
(package private) static boolean |
callExitMain
|
(package private) static boolean |
callExitThread
|
(package private) static boolean |
exitMain
|
(package private) static boolean |
startThread
|
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
Constructor Summary | |
(package private) |
StopTest()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
The main method called when the service starts. |
void |
run()
|
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static boolean exitMain
static boolean startThread
static boolean callExitMain
static boolean callExitThread
Constructor Detail |
StopTest()
Method Detail |
public void run()
run
in class java.lang.Thread
public static void main(java.lang.String[] argv) throws java.lang.Exception
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |