mx4j.tools.remote.local

Interface LocalConnection

public interface LocalConnection extends JMXConnection

Version: $Revision: 1.6 $

Method Summary
voidaddNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegate)
voidremoveNotificationListener(ObjectName observed, NotificationListener listener, Subject delegate)
voidremoveNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegate)

Method Detail

addNotificationListener

public void addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegate)

removeNotificationListener

public void removeNotificationListener(ObjectName observed, NotificationListener listener, Subject delegate)

removeNotificationListener

public void removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegate)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.