Class ManagedProducer
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedProducer
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance,org.apache.camel.api.management.mbean.ManagedProducerMBean,org.apache.camel.api.management.mbean.ManagedServiceMBean
@ManagedResource(description="Managed Producer")
public class ManagedProducer
extends ManagedService
implements org.apache.camel.api.management.mbean.ManagedProducerMBean
-
Constructor Summary
ConstructorsConstructorDescriptionManagedProducer(org.apache.camel.CamelContext context, org.apache.camel.Producer producer) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ProducerbooleanMethods inherited from class org.apache.camel.management.mbean.ManagedService
getCamelId, getCamelManagementName, getContext, getInstance, getRoute, getRouteId, getService, getServiceType, getState, init, isStaticService, isSupportSuspension, isSuspended, resume, setRoute, start, stop, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Constructor Details
-
ManagedProducer
-
-
Method Details
-
getProducer
-
getEndpointUri
- Specified by:
getEndpointUriin interfaceorg.apache.camel.api.management.mbean.ManagedProducerMBean
-
isSingleton
- Specified by:
isSingletonin interfaceorg.apache.camel.api.management.mbean.ManagedProducerMBean
-