A simple interface for registering, retrieving, and unregistering service implementations, typically ServiceAgents. The ServiceManager provides the reference implementation of this interface.
For a list of all members of this type, see ServiceManagerInterface Members .
| Type | Description |
|---|---|
| ServiceManager | The default implementation of ServiceManagerInterface. Agents use the ServiceManager to obtain references to other Agents and to register so that other Agents can access them. Agents register with the ServiceManager using a String to identify themselves; other Agents use that string to request a reference from the ServiceManager. |
Namespace: com.neokernel.nk
Assembly: Neokernel (in Neokernel.exe)
ServiceManagerInterface Members | com.neokernel.nk Namespace