| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMXAddressable
Implemented by objects that can have a JMXServiceURL address.
 All JMXConnectorServer objects implement this interface.
 Depending on the connector implementation, a JMXConnector
 object may implement this interface too.  JMXConnector
 objects for the RMI Connector are instances of
 RMIConnector which
 implements this interface.
An object implementing this interface might not have an address
 at a given moment.  This is indicated by a null return value from
 getAddress().
| Method Summary | |
|---|---|
|  JMXServiceURL | getAddress()The address of this object. | 
| Method Detail | 
|---|
JMXServiceURL getAddress()
The address of this object.
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.