org.globus.wsrf.container
Class GSIServiceDispatcher

java.lang.Object
  extended byorg.globus.wsrf.container.ServiceDispatcher
      extended byorg.globus.wsrf.container.GSIServiceDispatcher
All Implemented Interfaces:
java.lang.Runnable

class GSIServiceDispatcher
extends ServiceDispatcher


Field Summary
private  org.ietf.jgss.GSSCredential credentials
           
 
Fields inherited from class org.globus.wsrf.container.ServiceDispatcher
containerDescriptor, engine, highWaterMark, i18n, logger, maxThreads, msgContext, numThreads, queue, threadPool
 
Constructor Summary
GSIServiceDispatcher(java.util.Map properties)
           
 
Method Summary
protected  void init()
           
protected  void setupThreadPool()
           
 
Methods inherited from class org.globus.wsrf.container.ServiceDispatcher
createMessageContext, getAxisEngine, getServerSocket, getServiceRequestQueue, getServiceThreadPool, isStopped, run, setServerSocket, setThreads, start, stop, waitForInit, waitForStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

credentials

private org.ietf.jgss.GSSCredential credentials
Constructor Detail

GSIServiceDispatcher

public GSIServiceDispatcher(java.util.Map properties)
                     throws java.lang.Exception
Method Detail

init

protected void init()
             throws java.lang.Exception
Overrides:
init in class ServiceDispatcher
Throws:
java.lang.Exception

setupThreadPool

protected void setupThreadPool()
                        throws java.lang.Exception
Overrides:
setupThreadPool in class ServiceDispatcher
Throws:
java.lang.Exception