mx4j.tools.remote.local
Interface LocalConnection
- JMXConnection
public interface LocalConnection
void | addNotificationListener(javax.management.ObjectName observed, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback, Subject delegate)
|
void | removeNotificationListener(javax.management.ObjectName observed, javax.management.NotificationListener listener, Subject delegate)
|
void | removeNotificationListener(javax.management.ObjectName observed, javax.management.NotificationListener listener, javax.management.NotificationFilter filter, Object handback, Subject delegate)
|
addNotificationListener , close , createMBean , createMBean , getAttribute , getAttributes , getDefaultDomain , getDomains , getMBeanCount , getMBeanInfo , getObjectInstance , invoke , isInstanceOf , isRegistered , queryMBeans , queryNames , removeNotificationListener , removeNotificationListener , setAttribute , setAttributes , unregisterMBean |
addNotificationListener
public void addNotificationListener(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback,
Subject delegate)
throws javax.management.InstanceNotFoundException,
IOException
removeNotificationListener
public void removeNotificationListener(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
Subject delegate)
throws javax.management.InstanceNotFoundException,
javax.management.ListenerNotFoundException,
IOException
removeNotificationListener
public void removeNotificationListener(javax.management.ObjectName observed,
javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback,
Subject delegate)
throws javax.management.InstanceNotFoundException,
javax.management.ListenerNotFoundException,
IOException
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.