Class ActivationSequenceList
java.lang.Object
org.apache.activemq.artemis.cli.commands.ActionAbstract
org.apache.activemq.artemis.cli.commands.Configurable
org.apache.activemq.artemis.cli.commands.tools.DataAbstract
org.apache.activemq.artemis.cli.commands.tools.LockAbstract
org.apache.activemq.artemis.cli.commands.activation.ActivationSequenceList
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class DataAbstract
binding, journal, largeMessges, pagingFields inherited from class ActionAbstract
DEFAULT_BROKER_ACCEPTOR, DEFAULT_BROKER_URL, verbose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(ActionContext context) execute(ActivationSequenceList command, Configuration config, PrintStream out) This has been exposed to ease testing it on integration tests: no need for brokerInstanceMethods inherited from class LockAbstract
done, unlockMethods inherited from class DataAbstract
getBinding, getJournal, getLargeMessages, getPagingMethods inherited from class Configurable
getBrokerDTO, getConfiguration, getFileConfiguration, getManagementConfiguration, getManagementDTO, readConfiguration, treatErrorMethods inherited from class ActionAbstract
getActionContext, getBrokerConfiguration, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, getBrokerURLInstance, isVerbose, run, setHomeValues
-
Field Details
-
nodeId
-
remote
public boolean remote -
local
public boolean local
-
-
Constructor Details
-
ActivationSequenceList
public ActivationSequenceList()
-
-
Method Details
-
execute
- Specified by:
executein interfaceAction- Overrides:
executein classLockAbstract- Throws:
Exception
-
execute
public static ActivationSequenceList.ListResult execute(ActivationSequenceList command, Configuration config, PrintStream out) throws Exception This has been exposed to ease testing it on integration tests: no need for brokerInstance- Throws:
Exception
-