|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INKFKernelHelper
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 |
|---|
URRequest getThisKernelRequest()
throws NKFException
NKFException - thrown if no parent request initiated this invocation
IURRepresentation issueRequest(URRequest aRequest)
throws NetKernelException
aRequest -
NetKernelExceptionvoid setResponse(IURRepresentation aResponse)
aResponse - an IURRepresentationContainer getKernel()
ModuleDefinition getOwningModule()
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||