INameService Interface |
Namespace: Tangosol.Net
public interface INameService : IService, IService, IControllable
The INameService type exposes the following members.
| Name | Description | |
|---|---|---|
| Info |
Gets the IServiceInfo object for this
IService.
(Inherited from IService.) | |
| IsRunning |
Determine whether or not the controllable service is running.
(Inherited from IControllable.) | |
| Serializer |
The ISerializer used to serialize and deserialize
objects by this IService.
(Inherited from IService.) | |
| UserContext |
Gets or sets the user context object associated with this
IService.
(Inherited from IService.) |
| Name | Description | |
|---|---|---|
| Bind |
Binds a name to an object.
| |
| Configure |
Configure the controllable service.
(Inherited from IControllable.) | |
| Lookup |
Retrieves the named object.
| |
| Shutdown |
Stop the controllable service.
(Inherited from IControllable.) | |
| Start |
Start the controllable service.
(Inherited from IControllable.) | |
| Stop |
Hard-stop the controllable service.
(Inherited from IControllable.) | |
| Unbind |
Unbinds the named object.
|
| Name | Description | |
|---|---|---|
| MemberJoined |
Invoked when an IMember has joined the service.
(Inherited from IService.) | |
| MemberLeaving |
Invoked when an IMember is leaving the service.
(Inherited from IService.) | |
| MemberLeft |
Invoked when an IMember has left the service.
(Inherited from IService.) | |
| ServiceStarted |
Invoked when IService has started.
(Inherited from IService.) | |
| ServiceStarting |
Invoked when IService is starting.
(Inherited from IService.) | |
| ServiceStopped |
Invoked when IService has stopped.
(Inherited from IService.) | |
| ServiceStopping |
Invoked when IService is stopping.
(Inherited from IService.) |