Interface AcceptorControl
- All Superinterfaces:
ActiveMQComponentControl
An AcceptorControl is used to manage Acceptors.
-
Method Summary
Methods inherited from interface ActiveMQComponentControl
isStarted, start, stop
-
Method Details
-
getName
-
getFactoryClassName
String getFactoryClassName()Returns the class name of the AcceptorFactory implementation used by this acceptor.- Returns:
- the class name of the AcceptorFactory implementation used by this acceptor
-
getParameters
-
reload
void reload()Re-create the acceptor with the existing configuration values. Useful, for example, for reloading key/trust stores on acceptors which support SSL.
-