|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.fostore.Main.ListenerRunnable
The Listener Thread class. This class creates an incoming Socket and listens on it. When a connection comes in, create a service thread using the new Socket and run it.
Field Summary | |
(package private) int |
port
The port number to listen on. |
Constructor Summary | |
(package private) |
Main.ListenerRunnable(int port)
The Runnable class for the Listener Thread. |
Method Summary | |
void |
run()
Run the listener thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int port
Constructor Detail |
Main.ListenerRunnable(int port)
port
- the port number to listen on.Method Detail |
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |