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, getMBeanInfocacheMBeanInfo, 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, setImplementationpublic AcceptorControlImpl(Acceptor acceptor, StorageManager storageManager, TransportConfiguration configuration) throws Exception
Exceptionpublic String getFactoryClassName()
AcceptorControlgetFactoryClassName in interface AcceptorControlpublic String getName()
AcceptorControlgetName in interface AcceptorControlpublic Map<String,Object> getParameters()
AcceptorControlgetParameters in interface AcceptorControlpublic void reload()
AcceptorControlreload in interface AcceptorControlpublic boolean isStarted()
ActiveMQComponentControltrue if this component is started, false else.isStarted in interface ActiveMQComponentControlpublic void start()
throws Exception
ActiveMQComponentControlstart in interface ActiveMQComponentControlExceptionpublic void stop()
throws Exception
ActiveMQComponentControlstop in interface ActiveMQComponentControlExceptionprotected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo in class AbstractControlprotected MBeanAttributeInfo[] fillMBeanAttributeInfo()
fillMBeanAttributeInfo in class AbstractControlCopyright © 2018 JBoss by Red Hat. All rights reserved.