Class GramCallbackHandler

java.lang.Object
org.globus.gram.GramCallbackHandler
All Implemented Interfaces:
Runnable

class GramCallbackHandler extends Object implements Runnable
  • Field Details

    • logger

      private static org.apache.commons.logging.Log logger
    • handler

      private CallbackHandler handler
    • socket

      private Socket socket
  • Constructor Details

  • Method Details

    • run

      public void run()
      Listen on the server socket for a client, start another thread to keep listening on the server socket, then deal with the client.
      Specified by:
      run in interface Runnable