Show / Hide Table of Contents

Interface IService

A IService is a IControllable that emits service lifecycle events.

Inherited Members
IControllable.Configure(IXmlElement)
IControllable.Start()
IControllable.IsRunning
IControllable.Shutdown()
IControllable.Stop()
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IService : IControllable

Events

ServiceStarted

Invoked when IService has started.

Declaration
event ServiceEventHandler ServiceStarted
Event Type
Type Description
ServiceEventHandler

ServiceStarting

Invoked when IService is starting.

Declaration
event ServiceEventHandler ServiceStarting
Event Type
Type Description
ServiceEventHandler

ServiceStopped

Invoked when IService has stopped.

Declaration
event ServiceEventHandler ServiceStopped
Event Type
Type Description
ServiceEventHandler

ServiceStopping

Invoked when IService is stopping.

Declaration
event ServiceEventHandler ServiceStopping
Event Type
Type Description
ServiceEventHandler
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.