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