Interface ActiveMQComponentControl
-
- All Known Subinterfaces:
AcceptorControl,BaseBroadcastGroupControl,BridgeControl,BroadcastGroupControl,ClusterConnectionControl,JGroupsChannelBroadcastGroupControl,JGroupsFileBroadcastGroupControl
public interface ActiveMQComponentControlAn ActiveMQComponentControl is used to manage the life cycle of an ActiveMQ Artemis component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStarted()Returnstrueif this component is started,falseelse.voidstart()Starts this component.voidstop()Stops this component.
-