Neokernel API

ServiceManager Class

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.

For a list of all members of this type, see ServiceManager Members .

System.Object
   Props
      Agent
         ServiceManager

public class ServiceManager : Agent, ServiceManagerInterface

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.nk

Assembly: Neokernel (in Neokernel.exe)

See Also

ServiceManager Members | com.neokernel.nk Namespace