Package org.globus.gram
Class GramCallbackHandler
java.lang.Object
org.globus.gram.GramCallbackHandler
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CallbackHandler
private static org.apache.commons.logging.Log
private Socket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Listen on the server socket for a client, start another thread to keep listening on the server socket, then deal with the client.
-
Field Details
-
logger
private static org.apache.commons.logging.Log logger -
handler
-
socket
-
-
Constructor Details
-
GramCallbackHandler
-
-
Method Details