API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.remote. JMXConnectorServerMBean View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 JMXConnectorServerMBean
Subinterfaces
Description
public interface JMXConnectorServerMBean
  MBean interface for connector servers.
See also:   
Methods
Hide/Show inherited methods
public JMXServiceURL getAddress ()
  The address of this connector server.
public Map<String, Object> getAttributes ()
  The attributes for this connector server.
public String getConnectionIds ()
  The list of IDs for currently-open connections to this connector server.
public boolean isActive ()
  Determines whether the connector server is active.
public void setMBeanServerForwarder (MBeanServerForwarder mbsf)
  Adds an object that intercepts requests for the MBean server that arrive through this connector server.
public void start () throws IOException
  Activates the connector server, that is, starts listening for client connections.
public void stop () throws IOException
  Deactivates the connector server, that is, stops listening for client connections.
public JMXConnector toJMXConnector (Map<String, Object> env) throws IOException
  Returns a client stub for this connector server.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar