Class ManagedVariableRepository
java.lang.Object
org.apache.camel.management.mbean.ManagedService
org.apache.camel.management.mbean.ManagedVariableRepository
- All Implemented Interfaces:
org.apache.camel.api.management.ManagedInstance
,org.apache.camel.api.management.mbean.ManagedServiceMBean
,org.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
@ManagedResource(description="Managed VariableRepository")
public class ManagedVariableRepository
extends ManagedService
implements org.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
-
Constructor Summary
ConstructorsConstructorDescriptionManagedVariableRepository
(org.apache.camel.CamelContext context, org.apache.camel.spi.BrowsableVariableRepository variableRepository) -
Method Summary
Methods 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, suspend
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Constructor Details
-
ManagedVariableRepository
public ManagedVariableRepository(org.apache.camel.CamelContext context, org.apache.camel.spi.BrowsableVariableRepository variableRepository)
-
-
Method Details
-
getVariableRepository
-
getId
- Specified by:
getId
in interfaceorg.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
-
getSize
- Specified by:
getSize
in interfaceorg.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
-
clear
- Specified by:
clear
in interfaceorg.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
-
names
- Specified by:
names
in interfaceorg.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
-
variables
- Specified by:
variables
in interfaceorg.apache.camel.api.management.mbean.ManagedVariableRepositoryMBean
-