mx4j.log

Interface LoggerBroadcasterMBean

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, Object handback)
void
removeNotificationListener(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback)
void
start()
void
start(String category)
void
stop()
void
stop(String category)

Method Details

addNotificationListener

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

removeNotificationListener

public void removeNotificationListener(javax.management.NotificationListener listener,
                                       javax.management.NotificationFilter filter,
                                       Object handback)
            throws javax.management.ListenerNotFoundException

start

public void start()

start

public void start(String category)

stop

public void stop()

stop

public void stop(String category)

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