public class FileBroker extends Object implements Broker
| Constructor and Description |
|---|
FileBroker(ServerDTO broker,
ActiveMQSecurityManager security) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ActiveMQComponent> |
getComponents() |
ActiveMQServer |
getServer() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
void |
stop(boolean isShutdown) |
public FileBroker(ServerDTO broker, ActiveMQSecurityManager security)
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 ActiveMQServer getServer()
Copyright © 2019 JBoss by Red Hat. All rights reserved.