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 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 |
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 AcceptorControlAcceptorFactorypublic String getName()
AcceptorControlgetName in interface AcceptorControlpublic Map<String,Object> getParameters()
AcceptorControlgetParameters in interface AcceptorControlpublic boolean isStarted()
HornetQComponentControltrue if this component is started, false else.isStarted in interface HornetQComponentControlpublic void start()
throws Exception
HornetQComponentControlstart in interface HornetQComponentControlExceptionpublic void stop()
throws Exception
HornetQComponentControlstop in interface HornetQComponentControlExceptionprotected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo in class AbstractControlCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.