public final class GatewayObserver extends Object implements GatewayObserverApi
| 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
|
static GatewayObserver |
newInstance() |
static GatewayObserver |
newInstance(ClassLoader loader) |
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 static GatewayObserver newInstance()
public static GatewayObserver newInstance(ClassLoader loader)
public void initingService(ServiceContext serviceContext)
GatewayObserverApiinitingService in interface GatewayObserverApipublic void initedService(ServiceContext serviceContext)
GatewayObserverApiinitedService in interface GatewayObserverApipublic void startingService(ServiceContext serviceContext)
GatewayObserverApistartingService in interface GatewayObserverApipublic void startedService(ServiceContext serviceContext)
GatewayObserverApistartedService in interface GatewayObserverApipublic void stopingService(ServiceContext serviceContext)
GatewayObserverApistopingService in interface GatewayObserverApipublic void stoppedService(ServiceContext serviceContext)
GatewayObserverApistoppedService in interface GatewayObserverApipublic void quiesceingService(ServiceContext serviceContext)
GatewayObserverApiquiesceingService in interface GatewayObserverApipublic void quiescedService(ServiceContext serviceContext)
GatewayObserverApiquiescedService in interface GatewayObserverApipublic void destroyingService(ServiceContext serviceContext)
GatewayObserverApidestroyingService in interface GatewayObserverApipublic void destroyedService(ServiceContext serviceContext)
GatewayObserverApidestroyedService in interface GatewayObserverApipublic void startingGateway(GatewayContext gatewayContext)
GatewayObserverApistartingGateway in interface GatewayObserverApipublic void initingGateway(Properties configuration, Map<String,Object> injectables)
GatewayObserverApiinitingGateway in interface GatewayObserverApipublic void stoppedGateway(GatewayContext gatewayContext)
GatewayObserverApistoppedGateway in interface GatewayObserverApiCopyright © 2014–2016. All rights reserved.