NetKernel APIs


Uses of Interface
com.ten60.netkernel.urrequest.IRequestorSession

Packages that use IRequestorSession
com.ten60.netkernel.scheduler   
com.ten60.netkernel.transport   
com.ten60.netkernel.urrequest   
 

Uses of IRequestorSession in com.ten60.netkernel.scheduler
 

Methods in com.ten60.netkernel.scheduler with parameters of type IRequestorSession
 RequestState PendingRequestMap.getNewestStateForSession(IRequestorSession aSession)
           
 URRequest PendingRequestMap.getRootRequestForSession(IRequestorSession aSession)
           
 boolean PendingRequestMap.kill(IRequestorSession aSession, Map aStateToThreadMap, RequestTable aTable, boolean aOrphan, String aErrorId)
          Attempt to terminate execution of a session- this will either attempt to kill thread running request or force an orphaned response if asynch session has failed to return a response in error
 RequestState RequestTable.takeIfAvailable(IRequestorSession aSession)
          Take an item from the queue if its session matches.
 

Uses of IRequestorSession in com.ten60.netkernel.transport
 

Classes in com.ten60.netkernel.transport that implement IRequestorSession
 class TransportInitiatedSession
          A session started by an request coming from a transport
 

Uses of IRequestorSession in com.ten60.netkernel.urrequest
 

Methods in com.ten60.netkernel.urrequest that return IRequestorSession
 IRequestorSession URRequest.getSession()
           
 

Methods in com.ten60.netkernel.urrequest with parameters of type IRequestorSession
 void URRequest.setSession(IRequestorSession aSession)
          changes the session for this request
 

Constructors in com.ten60.netkernel.urrequest with parameters of type IRequestorSession
URRequest(URIdentifier aURI, IURRequestor aRequestor, IRequestorSession aSession, IRequestorContext aContext, int aType, URIdentifier aCWU, URRequest aParent, Class aAspectClass)
          Creates a new instance of URRequest
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.