|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jdo.impl.fostore.Main.ConnectionRunnable
The Runnable class for incoming connections.
| Field Summary | |
(package private) java.net.Socket |
socket
The Socket that received an incoming request. |
| Constructor Summary | |
(package private) |
Main.ConnectionRunnable(java.net.Socket conn)
The Runnable class for incoming connections. |
| Method Summary | |
void |
run()
Run the Connection Thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.net.Socket socket
| Constructor Detail |
Main.ConnectionRunnable(java.net.Socket conn)
conn - the socket which received a connection request.| 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 | ||||||||||