org.openorb.time
Class Service
public
class
Service
extends ServiceBase
Lifecycle manager for the ConcurrencyControlService.
Author: Michael Rumpf
Method Summary |
Object | createPOA() |
void | initializeService()
This method is called in the service lifecycle when the service is initialized. |
void | startService()
This method is called in the service lifecycle when the service is started. |
void | stopService()
This method is called in the service lifecycle when the service is stopped. |
public Object createPOA()
public void initializeService()
This method is called in the service lifecycle when the service is initialized.
public void startService()
This method is called in the service lifecycle when the service is started.
public void stopService()
This method is called in the service lifecycle when the service is stopped.