public abstract class GatewayObserverFactorySpiPrototype extends GatewayObserverFactorySpi
| Constructor and Description |
|---|
GatewayObserverFactorySpiPrototype() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyedService(ServiceContext serviceContext)
Notification that a service has been destroyed
|
void |
destroyingService(ServiceContext serviceContext)
Notification that a service is being destroyed
|
void |
initedService(ServiceContext serviceContext)
Notification that a service has been initiated
|
void |
initingGateway(Properties properties,
Map<String,Object> injectables)
Notification that the gateway is being initialized.
|
void |
initingService(ServiceContext serviceContext)
Notification for when a service is being initiated
|
void |
quiescedService(ServiceContext serviceContext)
Notification that a service has been quiesced
|
void |
quiesceingService(ServiceContext serviceContext)
Notification that a service is being quiesced
|
void |
startedService(ServiceContext serviceContext)
Notification that a service started
|
void |
startingGateway(GatewayContext gatewayContext)
Notification that the gateway is starting
|
void |
startingService(ServiceContext serviceContext)
Notification that a service is starting
|
void |
stopingService(ServiceContext serviceContext)
Notification that a service is being stopped
|
void |
stoppedGateway(GatewayContext gatewayContext)
Notification that the gateway is stopped
|
void |
stoppedService(ServiceContext serviceContext)
Notification that a service has been stopped
|
public void initingService(ServiceContext serviceContext)
GatewayObserverApipublic void initedService(ServiceContext serviceContext)
GatewayObserverApipublic void startingService(ServiceContext serviceContext)
GatewayObserverApipublic void startedService(ServiceContext serviceContext)
GatewayObserverApipublic void stopingService(ServiceContext serviceContext)
GatewayObserverApipublic void stoppedService(ServiceContext serviceContext)
GatewayObserverApipublic void quiesceingService(ServiceContext serviceContext)
GatewayObserverApipublic void quiescedService(ServiceContext serviceContext)
GatewayObserverApipublic void destroyingService(ServiceContext serviceContext)
GatewayObserverApipublic void destroyedService(ServiceContext serviceContext)
GatewayObserverApipublic void startingGateway(GatewayContext gatewayContext)
GatewayObserverApipublic void stoppedGateway(GatewayContext gatewayContext)
GatewayObserverApipublic void initingGateway(Properties properties, Map<String,Object> injectables)
GatewayObserverApiCopyright © 2014–2016. All rights reserved.