IService Interface |
Namespace: Tangosol.Util
public interface IService : IControllable
The IService type exposes the following members.
| Name | Description | |
|---|---|---|
| IsRunning |
Determine whether or not the controllable service is running.
(Inherited from IControllable.) |
| 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 | |
|---|---|---|
| ServiceStarted |
Invoked when IService has started.
| |
| ServiceStarting |
Invoked when IService is starting.
| |
| ServiceStopped |
Invoked when IService has stopped.
| |
| ServiceStopping |
Invoked when IService is stopping.
|