Class ActivationSequenceList

  • All Implemented Interfaces:
    Action

    @Command(name="list",
             description="list local and/or coordinated activation sequences")
    public class ActivationSequenceList
    extends LockAbstract
    • Field Detail

      • nodeId

        public java.lang.String nodeId
      • remote

        public boolean remote
      • local

        public boolean local
    • Constructor Detail

      • ActivationSequenceList

        public ActivationSequenceList()
    • Method Detail

      • execute

        public static ActivationSequenceList.ListResult execute​(ActivationSequenceList command,
                                                                org.apache.activemq.artemis.core.config.Configuration config,
                                                                java.io.PrintStream out)
                                                         throws java.lang.Exception
        This has been exposed to ease testing it on integration tests: no need for brokerInstance
        Throws:
        java.lang.Exception