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()
Returns the class name of the AcceptorFactory implementation
used by this acceptor.
|
String |
getName()
Returns the name of the acceptor
|
Map<String,Object> |
getParameters()
Returns the parameters used to configure this acceptor
|
boolean |
isStarted()
Returns
true if this component is started, false else. |
void |
reload()
Re-create the acceptor with the existing configuration values.
|
void |
start()
Starts this component.
|
void |
stop()
Stops this component.
|
blockOnIO, clearIO, getMBeanInfo, sendMessage, tcclCall, tcclInvoke
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()
AcceptorControl
getFactoryClassName
in interface AcceptorControl
public String getName()
AcceptorControl
getName
in interface AcceptorControl
public Map<String,Object> getParameters()
AcceptorControl
getParameters
in interface AcceptorControl
public void reload()
AcceptorControl
reload
in interface AcceptorControl
public boolean isStarted()
ActiveMQComponentControl
true
if this component is started, false
else.isStarted
in interface ActiveMQComponentControl
public void start() throws Exception
ActiveMQComponentControl
start
in interface ActiveMQComponentControl
Exception
public void stop() throws Exception
ActiveMQComponentControl
stop
in interface ActiveMQComponentControl
Exception
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
protected MBeanAttributeInfo[] fillMBeanAttributeInfo()
fillMBeanAttributeInfo
in class AbstractControl
Copyright © 2021 JBoss by Red Hat. All rights reserved.