Class ManagedEndpoint
- java.lang.Object
-
- org.apache.camel.management.mbean.ManagedEndpoint
-
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedEndpointMBean
- Direct Known Subclasses:
ManagedBrowsableEndpoint
@ManagedResource(description="Managed Endpoint") public class ManagedEndpoint extends Object implements org.apache.camel.api.management.ManagedInstance, org.apache.camel.api.management.mbean.ManagedEndpointMBean
-
-
Constructor Summary
Constructors Constructor Description ManagedEndpoint(org.apache.camel.Endpoint endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCamelId()StringgetCamelManagementName()org.apache.camel.EndpointgetEndpoint()StringgetEndpointBaseUri()StringgetEndpointUri()org.apache.camel.EndpointgetInstance()StringgetState()voidinit(org.apache.camel.spi.ManagementStrategy strategy)booleanisSingleton()
-
-
-
Constructor Detail
-
ManagedEndpoint
public ManagedEndpoint(org.apache.camel.Endpoint endpoint)
-
-
Method Detail
-
init
public void init(org.apache.camel.spi.ManagementStrategy strategy)
-
getEndpoint
public org.apache.camel.Endpoint getEndpoint()
-
getCamelId
public String getCamelId()
- Specified by:
getCamelIdin interfaceorg.apache.camel.api.management.mbean.ManagedEndpointMBean
-
getCamelManagementName
public String getCamelManagementName()
- Specified by:
getCamelManagementNamein interfaceorg.apache.camel.api.management.mbean.ManagedEndpointMBean
-
getEndpointUri
public String getEndpointUri()
- Specified by:
getEndpointUriin interfaceorg.apache.camel.api.management.mbean.ManagedEndpointMBean
-
getEndpointBaseUri
public String getEndpointBaseUri()
- Specified by:
getEndpointBaseUriin interfaceorg.apache.camel.api.management.mbean.ManagedEndpointMBean
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.apache.camel.api.management.mbean.ManagedEndpointMBean
-
getState
public String getState()
- Specified by:
getStatein interfaceorg.apache.camel.api.management.mbean.ManagedEndpointMBean
-
getInstance
public org.apache.camel.Endpoint getInstance()
- Specified by:
getInstancein interfaceorg.apache.camel.api.management.ManagedInstance
-
-