Class ConnectionRouterControlImpl
java.lang.Object
javax.management.StandardMBean
org.apache.activemq.artemis.core.management.impl.AbstractControl
org.apache.activemq.artemis.core.management.impl.ConnectionRouterControlImpl
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,ConnectionRouterControl
-
Field Summary
Fields inherited from class org.apache.activemq.artemis.core.management.impl.AbstractControl
storageManager -
Constructor Summary
ConstructorsConstructorDescriptionConnectionRouterControlImpl(ConnectionRouter connectionRouter, StorageManager storageManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected MBeanAttributeInfo[]protected MBeanOperationInfo[]getTargetAsJSON(String key) voidsetLocalTargetFilter(String regExp) voidsetTargetKeyFilter(String regExp) Methods inherited from class org.apache.activemq.artemis.core.management.impl.AbstractControl
blockOnIO, clearIO, getMBeanInfo, sendMessage, tcclCall, tcclInvokeMethods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
ConnectionRouterControlImpl
public ConnectionRouterControlImpl(ConnectionRouter connectionRouter, StorageManager storageManager) throws NotCompliantMBeanException - Throws:
NotCompliantMBeanException
-
-
Method Details
-
getTarget
- Specified by:
getTargetin interfaceConnectionRouterControl- Throws:
Exception
-
getTargetAsJSON
- Specified by:
getTargetAsJSONin interfaceConnectionRouterControl
-
setLocalTargetFilter
- Specified by:
setLocalTargetFilterin interfaceConnectionRouterControl
-
getLocalTargetFilter
- Specified by:
getLocalTargetFilterin interfaceConnectionRouterControl
-
setTargetKeyFilter
- Specified by:
setTargetKeyFilterin interfaceConnectionRouterControl
-
getTargetKeyFilter
- Specified by:
getTargetKeyFilterin interfaceConnectionRouterControl
-
fillMBeanOperationInfo
- Specified by:
fillMBeanOperationInfoin classAbstractControl
-
fillMBeanAttributeInfo
- Specified by:
fillMBeanAttributeInfoin classAbstractControl
-