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() |
ArrayList<ActiveMQComponent> |
getComponentsByStartOrder(Map<String,ActiveMQComponent> components) |
ActiveMQServer |
getServer() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public FileBroker(ServerDTO broker, ActiveMQSecurityManager security)
public void start()
throws Exception
start in interface ActiveMQComponentExceptionpublic void stop()
throws Exception
stop in interface ActiveMQComponentExceptionpublic boolean isStarted()
isStarted in interface ActiveMQComponentpublic Map<String,ActiveMQComponent> getComponents()
public ArrayList<ActiveMQComponent> getComponentsByStartOrder(Map<String,ActiveMQComponent> components)
public ActiveMQServer getServer()
Copyright © 2017 JBoss by Red Hat. All rights reserved.