Definition
urn:org:ten60:netkernel:ext:kernel
The netkernel: address space is exported by the urn:org:ten60:netkernel:ext:kernel module. This module must be imported into
the address space of your module to make requests on the kernel address space.
The netkernel:
address space is a set of resources exposed by the kernel. These resources allow the sourcing and sinking of
NetKernel state and are used to configure NetKernel. Not all components support sink.
Available resources are:
uri | supports sink | description |
netkernel:config | true | outputs current config system.xml |
netkernel:cache | false | outputs the current contents of all cachelets in the cache |
netkernel:hk | false | outputs memory usage history statistics |
netkernel:module | false | outputs current module configuration |
netkernel:scheduler | false | outputs transaction statistics |
netkernel:tm | false | Transport Manager - not currently implemented |
netkernel:module-list | true | Deployed Modules document. Installer applications may add or remove from this list. See the
Tuning Guide for more details. |
netkernel:init-hooks | true | The initialisation hooks to be called when the container starts. |