@FunctionalInterface
public interface EndpointObjectNameFactory
ObjectName for an EndpointMBean.| 限定符和类型 | 方法和说明 |
|---|---|
javax.management.ObjectName |
getObjectName(ExposableJmxEndpoint endpoint)
Generate an
ObjectName for the specified endpoint. |
javax.management.ObjectName getObjectName(ExposableJmxEndpoint endpoint) throws javax.management.MalformedObjectNameException
ObjectName for the specified endpoint.endpoint - the endpoint MBean to handleObjectName to use for the endpointjavax.management.MalformedObjectNameException - if the object name is invalid