javax.management.remote
Interface JMXConnector

All Known Implementing Classes:
RMIConnector

public interface JMXConnector

Author:
Tom Elrod

Field Summary
static String CREDENTIALS
           
 
Method Summary
 void addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
           
 void close()
           
 void connect()
           
 void connect(Map env)
           
 String getConnectionId()
           
 MBeanServerConnection getMBeanServerConnection()
           
 MBeanServerConnection getMBeanServerConnection(Subject delegationSubject)
           
 void removeConnectionNotificationListener(NotificationListener listener)
           
 void removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
           
 

Field Detail

CREDENTIALS

static final String CREDENTIALS
See Also:
Constant Field Values
Method Detail

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.