mx4j.tools.remote.http

Class HTTPConnectionHandler

public class HTTPConnectionHandler extends JMXConnectionHandler implements HTTPConnection

Version: $

Constructor Summary
HTTPConnectionHandler(JMXConnection connection, ConnectionManager manager, String connectionId)
Method Summary
IntegeraddNotificationListener(ObjectName name, Object filter, Subject delegate)
Stringconnect(Object credentials)
NotificationResultfetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout)
voidremoveNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegate)

Constructor Detail

HTTPConnectionHandler

public HTTPConnectionHandler(JMXConnection connection, ConnectionManager manager, String connectionId)

Method Detail

addNotificationListener

public Integer addNotificationListener(ObjectName name, Object filter, Subject delegate)

connect

public String connect(Object credentials)

fetchNotifications

public NotificationResult fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout)

removeNotificationListeners

public void removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegate)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.