public interface JMXAddressable
由具有JMXServiceURL
地址的对象实现。 全部JMXConnectorServer
对象实现这个接口。 根据连接器实现, JMXConnector
对象也可以实现该接口。 JMXConnector
RMI连接器的对象是实现此接口的RMIConnector
的实例。
实现此接口的对象在给定时刻可能没有地址。 这由getAddress()
的null返回值指示 。
Modifier and Type | Method and Description |
---|---|
JMXServiceURL |
getAddress()
这个对象的地址。
|
JMXServiceURL getAddress()
这个对象的地址。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.