public class FileBroker extends Object implements Broker
| Constructor and Description |
|---|
FileBroker(ServerDTO broker,
ActiveMQSecurityManager security,
ActivateCallback activateCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
createComponents() |
Map<String,ActiveMQComponent> |
getComponents() |
ActiveMQServer |
getServer() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
void |
stop(boolean isShutdown) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasyncStoppublic FileBroker(ServerDTO broker, ActiveMQSecurityManager security, ActivateCallback activateCallback)
public void start()
throws Exception
start in interface ActiveMQComponentExceptionpublic void stop()
throws Exception
stop in interface ActiveMQComponentExceptionpublic void stop(boolean isShutdown)
throws Exception
stop in interface ServiceComponentExceptionpublic boolean isStarted()
isStarted in interface ActiveMQComponentpublic Map<String,ActiveMQComponent> getComponents()
public void createComponents()
throws Exception
createComponents in interface BrokerExceptionpublic ActiveMQServer getServer()
Copyright © 2021 JBoss by Red Hat. All rights reserved.