IService Interface |
Namespace: Tangosol.Net
public interface IService : IService, IControllable
The IService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Info |
Gets the IServiceInfo object for this
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.
|
![]() | UserContext |
Gets or sets the user context object associated with this
IService.
|
Name | Description | |
---|---|---|
![]() | Configure |
Configure the controllable service.
(Inherited from IControllable.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | MemberJoined |
Invoked when an IMember has joined the service.
|
![]() | MemberLeaving |
Invoked when an IMember is leaving the service.
|
![]() | MemberLeft |
Invoked when an IMember has left the service.
|
![]() | 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.) |