Interface ActiveMQComponentControl
-
- All Known Subinterfaces:
AcceptorControl
,BaseBroadcastGroupControl
,BridgeControl
,BroadcastGroupControl
,ClusterConnectionControl
,JGroupsChannelBroadcastGroupControl
,JGroupsFileBroadcastGroupControl
public interface ActiveMQComponentControl
An 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 boolean
isStarted()
Returnstrue
if this component is started,false
else.void
start()
Starts this component.void
stop()
Stops this component.
-