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()
           
 boolean getSingleton()
           
 String getUri()
           
 
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()
              throws Exception
Throws:
Exception

getSingleton

@ManagedAttribute(description="Singleton")
public boolean getSingleton()
                     throws Exception
Throws:
Exception


Apache CAMEL