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