Class AcceptorControlImpl
- java.lang.Object
-
- javax.management.StandardMBean
-
- org.apache.activemq.artemis.core.management.impl.AbstractControl
-
- org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl
-
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,AcceptorControl,ActiveMQComponentControl
public class AcceptorControlImpl extends AbstractControl implements AcceptorControl
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.core.management.impl.AbstractControl
storageManager
-
-
Constructor Summary
Constructors Constructor Description AcceptorControlImpl(Acceptor acceptor, StorageManager storageManager, TransportConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MBeanAttributeInfo[]fillMBeanAttributeInfo()protected MBeanOperationInfo[]fillMBeanOperationInfo()StringgetFactoryClassName()StringgetName()Map<String,Object>getParameters()booleanisStarted()voidreload()voidstart()voidstop()-
Methods inherited from class org.apache.activemq.artemis.core.management.impl.AbstractControl
blockOnIO, clearIO, getMBeanInfo, sendMessage, tcclCall, tcclInvoke
-
Methods 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 Detail
-
AcceptorControlImpl
public AcceptorControlImpl(Acceptor acceptor, StorageManager storageManager, TransportConfiguration configuration) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getFactoryClassName
public String getFactoryClassName()
- Specified by:
getFactoryClassNamein interfaceAcceptorControl
-
getName
public String getName()
- Specified by:
getNamein interfaceAcceptorControl
-
getParameters
public Map<String,Object> getParameters()
- Specified by:
getParametersin interfaceAcceptorControl
-
reload
public void reload()
- Specified by:
reloadin interfaceAcceptorControl
-
isStarted
public boolean isStarted()
- Specified by:
isStartedin interfaceActiveMQComponentControl
-
start
public void start() throws Exception- Specified by:
startin interfaceActiveMQComponentControl- Throws:
Exception
-
stop
public void stop() throws Exception- Specified by:
stopin interfaceActiveMQComponentControl- Throws:
Exception
-
fillMBeanOperationInfo
protected MBeanOperationInfo[] fillMBeanOperationInfo()
- Specified by:
fillMBeanOperationInfoin classAbstractControl
-
fillMBeanAttributeInfo
protected MBeanAttributeInfo[] fillMBeanAttributeInfo()
- Specified by:
fillMBeanAttributeInfoin classAbstractControl
-
-