javax.management.remote
Interface JMXConnector
- All Known Implementing Classes:
- RMIConnector
public interface JMXConnector
- Author:
- Tom Elrod
CREDENTIALS
static final String CREDENTIALS
- See Also:
- Constant Field Values
connect
void connect()
throws IOException
- Throws:
IOException
connect
void connect(Map env)
throws IOException
- Throws:
IOException
getMBeanServerConnection
MBeanServerConnection getMBeanServerConnection()
throws IOException
- Throws:
IOException
getMBeanServerConnection
MBeanServerConnection getMBeanServerConnection(Subject delegationSubject)
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
getConnectionId
String getConnectionId()
throws IOException
- Throws:
IOException
addConnectionNotificationListener
void addConnectionNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
removeConnectionNotificationListener
void removeConnectionNotificationListener(NotificationListener listener)
throws ListenerNotFoundException
- Throws:
ListenerNotFoundException
removeConnectionNotificationListener
void removeConnectionNotificationListener(NotificationListener l,
NotificationFilter f,
Object handback)
throws ListenerNotFoundException
- Throws:
ListenerNotFoundException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.