org.jboss.soa.esb.listeners.message
Class ListenerManagerService

java.lang.Object
  extended by org.jboss.mx.util.JBossNotificationBroadcasterSupport
      extended by org.jboss.system.ServiceMBeanSupport
          extended by org.jboss.soa.esb.listeners.message.ListenerManagerService
All Implemented Interfaces:
javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, ListenerManagerServiceMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean

public class ListenerManagerService
extends org.jboss.system.ServiceMBeanSupport
implements ListenerManagerServiceMBean

Service supporting the listener manager service.


Field Summary
 
Fields inherited from class org.jboss.system.ServiceMBeanSupport
log, server, SERVICE_CONTROLLER_SIG, serviceName
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Constructor Summary
ListenerManagerService()
           
 
Method Summary
 java.lang.String getMessageAwareConfigFile()
          Get the message aware configuration file.
 void setMessageAwareConfigFile(java.lang.String messageAwareConfigFile)
          Set the message aware configuration file.
protected  void startService()
          Starts the listener manager service.
protected  void stopService()
          Stops the listener manager service.
 
Methods inherited from class org.jboss.system.ServiceMBeanSupport
create, createService, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop
 
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Constructor Detail

ListenerManagerService

public ListenerManagerService()
Method Detail

startService

protected void startService()
                     throws java.lang.Exception
Starts the listener manager service.

Overrides:
startService in class org.jboss.system.ServiceMBeanSupport
Throws:
java.lang.Exception - For errors

stopService

protected void stopService()
Stops the listener manager service.

Overrides:
stopService in class org.jboss.system.ServiceMBeanSupport

getMessageAwareConfigFile

public java.lang.String getMessageAwareConfigFile()
Get the message aware configuration file.

Specified by:
getMessageAwareConfigFile in interface ListenerManagerServiceMBean
Returns:
The message aware configuration file.

setMessageAwareConfigFile

public void setMessageAwareConfigFile(java.lang.String messageAwareConfigFile)
Set the message aware configuration file.

Specified by:
setMessageAwareConfigFile in interface ListenerManagerServiceMBean
Parameters:
messageAwareConfigFile - The message aware configuration file.