javax.management.remote
Interface JMXConnectorServerMBean
- All Known Implementing Classes:
- JMXConnectorServer, RMIConnectorServer
public interface JMXConnectorServerMBean
- Author:
- Tom Elrod
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.