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.
|
void |
startUp(ConfigurationContext configctx,
AxisService service)
this will be called during the deployement time of the service.
|
void startUp(ConfigurationContext configctx, AxisService service)
void shutDown(ConfigurationContext configctx, AxisService service)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.