org.jboss.monitor.services
Interface NotificationListenerMBean
- All Superinterfaces:
- ListenerServiceMBean, Service, ServiceMBean
- All Known Implementing Classes:
- NotificationListener
public interface NotificationListenerMBean
- extends ListenerServiceMBean
MBean interface.
- Version:
- $Revision: 81038 $
- Author:
- Dimitris Andreadis
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 |
getNotificationCount
long getNotificationCount()
- Number of notifications received
setDynamicSubscriptions
void setDynamicSubscriptions(boolean dynamicSubscriptions)
- Flag to enable/disable dynamic subscriptions
getDynamicSubscriptions
boolean getDynamicSubscriptions()
setNotificationListener
void setNotificationListener(ObjectName notificationListener)
- The listener of the notifications
getNotificationListener
ObjectName getNotificationListener()
setLogLevel
void setLogLevel(String logLevel)
- The dynamic log level
getLogLevel
String getLogLevel()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.