@ManagedResource(description="Managed Endpoint") public class ManagedEndpoint extends Object implements org.apache.camel.api.management.ManagedInstance, org.apache.camel.api.management.mbean.ManagedEndpointMBean
| Constructor and Description |
|---|
ManagedEndpoint(org.apache.camel.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCamelId() |
String |
getCamelManagementName() |
org.apache.camel.Endpoint |
getEndpoint() |
String |
getEndpointUri() |
org.apache.camel.Endpoint |
getInstance() |
String |
getState() |
void |
init(org.apache.camel.spi.ManagementStrategy strategy) |
boolean |
isSingleton() |
public ManagedEndpoint(org.apache.camel.Endpoint endpoint)
public void init(org.apache.camel.spi.ManagementStrategy strategy)
public org.apache.camel.Endpoint getEndpoint()
public String getCamelId()
getCamelId in interface org.apache.camel.api.management.mbean.ManagedEndpointMBeanpublic String getCamelManagementName()
getCamelManagementName in interface org.apache.camel.api.management.mbean.ManagedEndpointMBeanpublic String getEndpointUri()
getEndpointUri in interface org.apache.camel.api.management.mbean.ManagedEndpointMBeanpublic boolean isSingleton()
isSingleton in interface org.apache.camel.api.management.mbean.ManagedEndpointMBeanpublic String getState()
getState in interface org.apache.camel.api.management.mbean.ManagedEndpointMBeanpublic org.apache.camel.Endpoint getInstance()
getInstance in interface org.apache.camel.api.management.ManagedInstanceApache Camel