org.apache.camel.management.mbean
Class ManagedEndpoint
java.lang.Object
org.apache.camel.management.mbean.ManagedEndpoint
- Direct Known Subclasses:
- ManagedBrowsableEndpoint
@ManagedResource(description="Managed Endpoint")
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 endpoint)
init
public void init(ManagementStrategy strategy)
getEndpoint
public Endpoint getEndpoint()
getCamelId
@ManagedAttribute(description="Camel id")
public String getCamelId()
getEndpointUri
@ManagedAttribute(description="Endpoint Uri")
public String getEndpointUri()
isSingleton
@ManagedAttribute(description="Singleton")
public boolean isSingleton()
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.