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.