public class AcceptorControlImpl extends AbstractControl implements AcceptorControl
storageManager
Constructor and Description |
---|
AcceptorControlImpl(Acceptor acceptor,
StorageManager storageManager,
TransportConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected MBeanAttributeInfo[] |
fillMBeanAttributeInfo() |
protected MBeanOperationInfo[] |
fillMBeanOperationInfo() |
String |
getFactoryClassName() |
String |
getName() |
Map<String,Object> |
getParameters() |
boolean |
isStarted() |
void |
reload() |
void |
start() |
void |
stop() |
blockOnIO, clearIO, getMBeanInfo
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
public AcceptorControlImpl(Acceptor acceptor, StorageManager storageManager, TransportConfiguration configuration) throws Exception
Exception
public String getFactoryClassName()
getFactoryClassName
in interface AcceptorControl
public String getName()
getName
in interface AcceptorControl
public Map<String,Object> getParameters()
getParameters
in interface AcceptorControl
public void reload()
reload
in interface AcceptorControl
public boolean isStarted()
isStarted
in interface ActiveMQComponentControl
public void start() throws Exception
start
in interface ActiveMQComponentControl
Exception
public void stop() throws Exception
stop
in interface ActiveMQComponentControl
Exception
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
protected MBeanAttributeInfo[] fillMBeanAttributeInfo()
fillMBeanAttributeInfo
in class AbstractControl
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.