public interface GatewayObserverApi
GatewayObserverFactorySpi.| 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 configuration,
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
|
void initingService(ServiceContext serviceContext)
serviceContext - void initedService(ServiceContext serviceContext)
serviceContext - void startingService(ServiceContext serviceContext)
serviceContext - void startedService(ServiceContext serviceContext)
serviceContext - void stopingService(ServiceContext serviceContext)
serviceContext - void stoppedService(ServiceContext serviceContext)
serviceContext - void quiesceingService(ServiceContext serviceContext)
serviceContext - void quiescedService(ServiceContext serviceContext)
serviceContext - void destroyingService(ServiceContext serviceContext)
serviceContext - void destroyedService(ServiceContext serviceContext)
serviceContext - void startingGateway(GatewayContext gatewayContext)
gatewayContext - void stoppedGateway(GatewayContext gatewayContext)
gatewayContext - void initingGateway(Properties configuration, Map<String,Object> injectables)
configuration - injectables - Copyright © 2014–2016. All rights reserved.