org.apache.camel.management.mbean
Class ManagedBrowsableEndpoint
java.lang.Object
org.apache.camel.management.mbean.ManagedEndpoint
org.apache.camel.management.mbean.ManagedBrowsableEndpoint
@ManagedResource(description="Managed BrowsableEndpoint")
public class ManagedBrowsableEndpoint
- extends ManagedEndpoint
- Version:
- $Revision: 819537 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedBrowsableEndpoint
public ManagedBrowsableEndpoint(BrowsableEndpoint endpoint)
getEndpoint
public BrowsableEndpoint getEndpoint()
- Overrides:
getEndpoint in class ManagedEndpoint
qeueSize
@ManagedOperation(description="Current number of Exchanges in Queue")
public long qeueSize()
browseExchange
@ManagedOperation(description="Get Exchange from queue by index")
public String browseExchange(Integer index)
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.