org.openorb.time

Class Service

public class Service extends ServiceBase

Lifecycle manager for the ConcurrencyControlService.

Author: Michael Rumpf

Method Summary
ObjectcreatePOA()
voidinitializeService()
This method is called in the service lifecycle when the service is initialized.
voidstartService()
This method is called in the service lifecycle when the service is started.
voidstopService()
This method is called in the service lifecycle when the service is stopped.

Method Detail

createPOA

public Object createPOA()

initializeService

public void initializeService()
This method is called in the service lifecycle when the service is initialized.

startService

public void startService()
This method is called in the service lifecycle when the service is started.

stopService

public void stopService()
This method is called in the service lifecycle when the service is stopped.