Registers a service implementation using the specified service name and returns true if successful; false otherwise.
Inherited from Agent.
public virtual void register()
Registers a service implementation using the specified service name and returns true if successful; false otherwise.
public static bool register(string,object)
Registers a service implementation using the specified service name and if authorization is accepted returns true; returns false otherwise.
public static bool register(string,object,object)
ServiceManager Class | com.neokernel.nk Namespace