public interface ServiceLifeCycle
Modifier and Type | Method and Description |
---|---|
void |
shutDown(ConfigurationContext configctx,
AxisService service)
this will be called during the system shut down time. irrespective
of the service scope this method will be called
|
void |
startUp(ConfigurationContext configctx,
AxisService service)
this will be called during the deployement time of the service. irrespective
of the service scope this method will be called
|
void startUp(ConfigurationContext configctx, AxisService service)
void shutDown(ConfigurationContext configctx, AxisService service)
Copyright © The Apache Software Foundation. All Rights Reserved.