org.jboss.monitor.services
Interface NotificationListenerMBean

All Superinterfaces:
org.jboss.system.ListenerServiceMBean, org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
NotificationListener

public interface NotificationListenerMBean
extends org.jboss.system.ListenerServiceMBean

MBean interface.

Version:
$Revision: 1.1.4.5 $
Author:
Dimitris Andreadis

Field Summary
 
Fields inherited from interface org.jboss.system.ListenerServiceMBean
SL_FILTER_ELEMENT, SL_FILTER_FACTORY_ATTRIBUTE, SL_MBEAN_ELEMENT, SL_MBEAN_HANDBACK_ATTRIBUTE, SL_MBEAN_NAME_ATTRIBUTE, SL_NOTIFICATION_ELEMENT, SL_NOTIFICATION_TYPE_ATTRIBUTE, SL_ROOT_ELEMENT
 
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
 
Method Summary
 boolean getDynamicSubscriptions()
           
 String getLogLevel()
           
 long getNotificationCount()
          Number of notifications received
 javax.management.ObjectName getNotificationListener()
           
 void setDynamicSubscriptions(boolean dynamicSubscriptions)
          Flag to enable/disable dynamic subscriptions
 void setLogLevel(String logLevel)
          The dynamic log level
 void setNotificationListener(javax.management.ObjectName notificationListener)
          The listener of the notifications
 
Methods inherited from interface org.jboss.system.ListenerServiceMBean
setSubscriptionList
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getNotificationCount

long getNotificationCount()
Number of notifications received


setDynamicSubscriptions

void setDynamicSubscriptions(boolean dynamicSubscriptions)
Flag to enable/disable dynamic subscriptions


getDynamicSubscriptions

boolean getDynamicSubscriptions()

setNotificationListener

void setNotificationListener(javax.management.ObjectName notificationListener)
The listener of the notifications


getNotificationListener

javax.management.ObjectName getNotificationListener()

setLogLevel

void setLogLevel(String logLevel)
The dynamic log level


getLogLevel

String getLogLevel()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.