mx4j.log
Interface LoggerBroadcasterMBean

All Known Implementing Classes:
LoggerBroadcaster

public interface LoggerBroadcasterMBean

Management interface for the LoggerBroadcaster MBean.

Version:
$Revision: 1.5 $
See Also:
LoggerBroadcaster

Method Summary
 void addNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)
           
 void removeNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)
           
 void start()
           
 void start(java.lang.String category)
           
 void stop()
           
 void stop(java.lang.String category)
           
 

Method Detail

addNotificationListener

void addNotificationListener(javax.management.NotificationListener listener,
                             javax.management.NotificationFilter filter,
                             java.lang.Object handback)

removeNotificationListener

void removeNotificationListener(javax.management.NotificationListener listener,
                                javax.management.NotificationFilter filter,
                                java.lang.Object handback)
                                throws javax.management.ListenerNotFoundException
Throws:
javax.management.ListenerNotFoundException

start

void start()

start

void start(java.lang.String category)

stop

void stop()

stop

void stop(java.lang.String category)


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.