org.apache.camel.management.mbean
Class ManagedProducer
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedProducer
@ManagedResource(description="Managed Producer")
public class ManagedProducer
- extends ManagedService
- Version:
- $Revision: 812040 $
| Methods inherited from class org.apache.camel.management.mbean.ManagedService |
getCamelId, getContext, getRoute, getRouteId, getService, getState, init, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedProducer
public ManagedProducer(CamelContext context,
Producer producer)
getProducer
public Producer getProducer()
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.