javax.management.remote
Interface JMXConnectorServerMBean

All Known Implementing Classes:
JMXConnectorServer, RMIConnectorServer

public interface JMXConnectorServerMBean

Author:
Tom Elrod

Method Summary
 JMXServiceURL getAddress()
           
 Map getAttributes()
           
 String[] getConnectionIds()
           
 boolean isActive()
           
 void setMBeanServerForwarder(MBeanServerForwarder forwarder)
           
 void start()
           
 void stop()
           
 JMXConnector toJMXConnector(Map environment)
           
 

Method Detail

start

void start()
           throws IOException,
                  IllegalStateException
Throws:
IOException
IllegalStateException

stop

void stop()
          throws IOException
Throws:
IOException

isActive

boolean isActive()

setMBeanServerForwarder

void setMBeanServerForwarder(MBeanServerForwarder forwarder)
                             throws IllegalArgumentException
Throws:
IllegalArgumentException

getConnectionIds

String[] getConnectionIds()

getAddress

JMXServiceURL getAddress()

getAttributes

Map getAttributes()

toJMXConnector

JMXConnector toJMXConnector(Map environment)
                            throws IOException,
                                   UnsupportedOperationException,
                                   IllegalStateException
Throws:
IOException
UnsupportedOperationException
IllegalStateException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.