|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Advanced Methods which provide Low-level access to the NetKernel kernel APIs. Generally not necessary when implementing an accessor but can be valuable for advanced development.
Method Summary | |
Container |
getKernel()
Advanced Return a reference to the Kernel Container. |
ModuleDefinition |
getOwningModule()
Advanced Return the owning module of this accessor |
URRequest |
getThisKernelRequest()
Advanced Return the request which initiated this invocation of the accessor |
IURRepresentation |
issueRequest(URRequest aRequest)
Advanced Issue a resource request to the kernel using a URRequest. |
void |
setResponse(IURRepresentation aResponse)
Advanced Sets the response that will be issued as the result of this invocation of the accessor. |
Method Detail |
public URRequest getThisKernelRequest() throws NKFException
NKFException
- thrown if no parent request initiated this invocationpublic IURRepresentation issueRequest(URRequest aRequest) throws NetKernelException
aRequest
-
NetKernelException
public void setResponse(IURRepresentation aResponse)
aResponse
- an IURRepresentationpublic Container getKernel()
public ModuleDefinition getOwningModule()
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |