|
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 Service
A Service is a Controllable that emits service lifecycle events.
ServiceListener| Method Summary | |
|---|---|
void |
addServiceListener(ServiceListener listener)Register a ServiceListener that will receive events pertaining to the lifecycle of this Service. |
void |
removeServiceListener(ServiceListener listener)Unregister a ServiceListener from this ConnectionManager. |
| Methods inherited from interface com.tangosol.util.Controllable |
|---|
configure, isRunning, shutdown, start, stop |
| Methods inherited from interface com.tangosol.io.ClassLoaderAware |
|---|
getContextClassLoader, setContextClassLoader |
| Method Detail |
|---|
void addServiceListener(ServiceListener listener)
listener - the new ServiceListener to register; if the listener has already been registered, this method has no effectvoid removeServiceListener(ServiceListener listener)
After a ServiceListener is removed, it will no longer receive events pertaining to the lifecycle of this Service.
listener - the ServiceListener to deregister; if the listener has not previously been registered, this method has no effect
|
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 | |||||||