mx4j.log

Interface LoggerBroadcasterMBean

public interface LoggerBroadcasterMBean

Management interface for the LoggerBroadcaster MBean.

Version: $Revision: 1.5 $

See Also: LoggerBroadcaster

Method Summary
voidaddNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
voidremoveNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
voidstart()
voidstart(String category)
voidstop()
voidstop(String category)

Method Detail

addNotificationListener

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

removeNotificationListener

public void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)

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.