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, 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()
AcceptorControl
getFactoryClassName
in interface AcceptorControl
AcceptorFactory
public String getName()
AcceptorControl
getName
in interface AcceptorControl
public Map<String,Object> getParameters()
AcceptorControl
getParameters
in interface AcceptorControl
public boolean isStarted()
HornetQComponentControl
true
if this component is started, false
else.isStarted
in interface HornetQComponentControl
public void start() throws Exception
HornetQComponentControl
start
in interface HornetQComponentControl
Exception
public void stop() throws Exception
HornetQComponentControl
stop
in interface HornetQComponentControl
Exception
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
Copyright © 2018 JBoss by Red Hat. All rights reserved.