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<? extends Exchange> endpoint)
           
 
Method Summary
 Endpoint<? extends Exchange> 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<? extends Exchange> endpoint)
Method Detail

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.