Class FileBroker
- java.lang.Object
-
- org.apache.activemq.artemis.integration.FileBroker
-
-
Constructor Summary
Constructors Constructor Description FileBroker(ServerDTO broker, ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateComponents()Map<String,org.apache.activemq.artemis.core.server.ActiveMQComponent>getComponents()org.apache.activemq.artemis.core.server.ActiveMQServergetServer()booleanisStarted()voidstart()voidstop()voidstop(boolean isShutdown)
-
-
-
Constructor Detail
-
FileBroker
public FileBroker(ServerDTO broker, ActiveMQSecurityManager security, org.apache.activemq.artemis.core.server.ActivateCallback activateCallback)
-
-
Method Detail
-
start
public void start() throws Exception- Specified by:
startin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent- Throws:
Exception
-
stop
public void stop() throws Exception- Specified by:
stopin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent- Throws:
Exception
-
stop
public void stop(boolean isShutdown) throws Exception- Specified by:
stopin interfaceorg.apache.activemq.artemis.core.server.ServiceComponent- Throws:
Exception
-
isStarted
public boolean isStarted()
- Specified by:
isStartedin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent
-
getComponents
public Map<String,org.apache.activemq.artemis.core.server.ActiveMQComponent> getComponents()
-
createComponents
public void createComponents() throws Exception- Specified by:
createComponentsin interfaceBroker- Throws:
Exception
-
-