|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRequestorContext | |
com.ten60.netkernel.module | |
com.ten60.netkernel.transport | |
com.ten60.netkernel.urrequest | |
org.ten60.netkernel.layer1.nkf.impl |
Uses of IRequestorContext in com.ten60.netkernel.module |
Classes in com.ten60.netkernel.module that implement IRequestorContext | |
class |
ModuleDefinition
In memory representation of a deployed module |
Uses of IRequestorContext in com.ten60.netkernel.transport |
Methods in com.ten60.netkernel.transport with parameters of type IRequestorContext | |
void |
ITransport.setContext(IRequestorContext aContext)
Change the context of this transport, used in hot restart |
Uses of IRequestorContext in com.ten60.netkernel.urrequest |
Methods in com.ten60.netkernel.urrequest that return IRequestorContext | |
IRequestorContext |
URRequest.getContext()
|
Methods in com.ten60.netkernel.urrequest with parameters of type IRequestorContext | |
void |
URRequest.setCurrentContext(IRequestorContext aContext,
List aSuper)
sets the current context and super list of this |
Constructors in com.ten60.netkernel.urrequest with parameters of type IRequestorContext | |
URRequest(URIdentifier aURI,
IURRequestor aRequestor,
IRequestorSession aSession,
IRequestorContext aContext,
int aType,
URIdentifier aCWU,
URRequest aParent,
Class aAspectClass)
Creates a new instance of URRequest |
Uses of IRequestorContext in org.ten60.netkernel.layer1.nkf.impl |
Methods in org.ten60.netkernel.layer1.nkf.impl with parameters of type IRequestorContext | |
void |
NKFTransportImpl.setContext(IRequestorContext aRequestorContext)
|
Constructors in org.ten60.netkernel.layer1.nkf.impl with parameters of type IRequestorContext | |
NKFComponentHelperImpl(Container aContainer,
IRequestorContext aContext,
Scheduler aScheduler,
URRequest aRequest)
Creates a new instance of NKFAccessorHelperImpl |
|
NKFAccessorHelperImpl(Container aContainer,
IRequestorContext aContext,
Scheduler aScheduler,
URRequest aRequest,
String aClassName)
Creates a new instance of NKFAccessorHelperImpl |
|
NKFHelperImpl(Container aContainer,
IRequestorContext aContext,
URRequest aRequest)
Creates a new instance of NKFHelperImpl |
|
NKFTransportHelperImpl(Container aContainer,
IRequestorContext aContext,
ITransport aTransport)
Creates a new instance of NKFTransportHelperImpl |
|
NetKernel APIs |
||||||||||
PREV NEXT | FRAMES NO FRAMES |