|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ServiceListener
The listener interface for receiving ServiceEvents.
Service, ServiceEvent| Method Summary | |
|---|---|
void |
serviceStarted(ServiceEvent evt)Invoked when a service has started. |
void |
serviceStarting(ServiceEvent evt)Invoked when a service is starting. |
void |
serviceStopped(ServiceEvent evt)Invoked when a service has stopped. |
void |
serviceStopping(ServiceEvent evt)Invoked when a service is stopping. |
| Method Detail |
|---|
void serviceStarting(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STARTING eventvoid serviceStarted(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STARTED eventvoid serviceStopping(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STOPPING eventvoid serviceStopped(ServiceEvent evt)
evt - the ServiceEvent.SERVICE_STOPPED event
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||