org.apache.camel.api.management.mbean
Interface ManagedEndpointMBean

All Known Subinterfaces:
ManagedBrowsableEndpointMBean
All Known Implementing Classes:
ManagedBrowsableEndpoint, ManagedEndpoint

public interface ManagedEndpointMBean


Method Summary
 String getCamelId()
           
 String getEndpointUri()
           
 String getState()
           
 boolean isSingleton()
           
 

Method Detail

getCamelId

@ManagedAttribute(description="Camel ID")
String getCamelId()

getEndpointUri

@ManagedAttribute(description="Endpoint URI")
String getEndpointUri()

isSingleton

@ManagedAttribute(description="Singleton")
boolean isSingleton()

getState

@ManagedAttribute(description="Endpoint State")
String getState()


Apache CAMEL