public interface JmxEndpoint
Endpoint. Implementations are allowed
to use @ManagedAttribute and the full Spring JMX machinery but should not use
the @ManagedResource annotation. Implementations may be backed
by an actual Endpoint or may be specifically designed for JMX only.EndpointMBean,
AbstractJmxEndpoint| Modifier and Type | Method and Description |
|---|---|
Class<? extends Endpoint> |
getEndpointType()
Return the type of
Endpoint exposed, or null if this
JmxEndpoint exposes information that cannot be represented as a traditional
Endpoint. |
String |
getIdentity()
Return the MBean identity for this endpoint.
|
boolean |
isEnabled()
Return if the JMX endpoint is enabled.
|
boolean isEnabled()
String getIdentity()
Class<? extends Endpoint> getEndpointType()
Endpoint exposed, or null if this
JmxEndpoint exposes information that cannot be represented as a traditional
Endpoint.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.