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