@ManagedResource public class EndpointMBean extends Object
Endpoint implementations to enable JMX export.| Constructor and Description |
|---|
EndpointMBean(String beanName,
Endpoint<?> endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
convert(Object result) |
Endpoint<?> |
getEndpoint() |
String |
getEndpointClass() |
boolean |
isSensitive() |
@ManagedAttribute(description="Returns the class of the underlying endpoint") public String getEndpointClass()
@ManagedAttribute(description="Indicates whether the underlying endpoint exposes sensitive information") public boolean isSensitive()
public Endpoint<?> getEndpoint()
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.