mx4j.tools.remote.http
public interface HTTPConnection extends JMXConnection
Version: $Revision: 1.3 $
| Method Summary | |
|---|---|
| Integer | addNotificationListener(ObjectName name, Object filter, Subject delegate) |
| String | connect(Object credentials)
This method is called when a call initiated by javax.management.remote.JMXConnector#connect
arrives on server side. |
| NotificationResult | fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout) |
| void | removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegate) |
Parameters: credentials The credential for authentication
Returns: The connection id for the newly created connection
Throws: IOException If a communication problem occurs SecurityException If the authentication fails