org.apache.camel.management
Class ManagedEndpoint

java.lang.Object
  extended by org.apache.camel.management.ManagedEndpoint

@ManagedResource(description="Managed Endpoint",
                 currencyTimeLimit=15)
public class ManagedEndpoint
extends Object


Constructor Summary
ManagedEndpoint(Endpoint endpoint)
           
 
Method Summary
 Endpoint getEndpoint()
           
 String getUri()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedEndpoint

public ManagedEndpoint(Endpoint endpoint)
Method Detail

getEndpoint

public Endpoint getEndpoint()

getUri

@ManagedAttribute(description="Endpoint Uri")
public String getUri()

isSingleton

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


Apache CAMEL