Neokernel API

ServiceManagerInterface Methods

The methods of the ServiceManagerInterface interface are listed below. For a complete list of ServiceManagerInterface interface members, see the ServiceManagerInterface Members topic.

Public Instance Methods

getServiceImpl Returns an implementation for the specified service name if one exists; null (Nothing in Visual Basic) otherwise.
registerService Registers the specified service implementation under the specified service name. If the authorization is not null (Nothing in Visual Basic), it can be used by the implementation to authenticate and/or route service manager requests. This method returns true if successful; false otherwise.
unregisterService Unregisters the specified service implementation under the specified service name. If the authorization is not null (Nothing in Visual Basic), it can be used by the implementation to authenticate and/or route service manager requests. Returns true if successful; false otherwise.

See Also

ServiceManagerInterface Interface | com.neokernel.nk Namespace