org.apache.camel.management
Class ManagedEndpoint
java.lang.Object
org.apache.camel.management.ManagedEndpoint
@ManagedResource(description="Managed Endpoint",
currencyTimeLimit=15)
public class ManagedEndpoint
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedEndpoint
public ManagedEndpoint(Endpoint<? extends Exchange> endpoint)
getEndpoint
public Endpoint<? extends Exchange> getEndpoint()
getUri
@ManagedAttribute(description="Endpoint Uri")
public String getUri()
throws Exception
- Throws:
Exception
getSingleton
@ManagedAttribute(description="Singleton")
public boolean getSingleton()
throws Exception
- Throws:
Exception
Copyright © 2009 Apache Software Foundation. All Rights Reserved.