mx4j.tools.remote.http

Class HTTPConnectionMBeanServerConnection

public class HTTPConnectionMBeanServerConnection extends JMXConnectionMBeanServerConnection

Implementation of an adapter that converts MBeanServerConnection calls to HTTPConnection calls. It handles remote notifications, but it does not handle unmarshalling of arguments (and all related classloading problems). NotificationFilters are always invoked on client side.

Version: $Revision: 1.3 $

Constructor Summary
HTTPConnectionMBeanServerConnection(JMXConnection connection, Subject delegate, RemoteNotificationClientHandler notificationHandler)
Method Summary
voidaddNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback)
voidremoveNotificationListener(ObjectName observed, NotificationListener listener)
voidremoveNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, Object handback)

Constructor Detail

HTTPConnectionMBeanServerConnection

public HTTPConnectionMBeanServerConnection(JMXConnection connection, Subject delegate, RemoteNotificationClientHandler notificationHandler)

Method Detail

addNotificationListener

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

removeNotificationListener

public void removeNotificationListener(ObjectName observed, NotificationListener listener)

removeNotificationListener

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