org.openorb.notify

Class Service

public class Service extends ServiceBase

Lifecycle manager for the Notification Service.

Author: Gary Shea Shawn Boyce

Field Summary
static StringNOTIFY_PKG_PREFIX
Method Summary
StringgetEventChannelFactoryIOR()
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.

Field Detail

NOTIFY_PKG_PREFIX

public static final String NOTIFY_PKG_PREFIX

Method Detail

getEventChannelFactoryIOR

public String getEventChannelFactoryIOR()

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.