Uses of Class
org.apache.activemq.artemis.cli.commands.ActionContext
-
-
Uses of ActionContext in org.apache.activemq.artemis.cli
Methods in org.apache.activemq.artemis.cli with parameters of type ActionContext Modifier and Type Method Description static ObjectArtemis. execute(boolean inputEnabled, File artemisHome, File artemisInstance, ActionContext context, String... args)static ObjectArtemis. internalExecute(File artemisHome, File artemisInstance, String[] args, ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands
Fields in org.apache.activemq.artemis.cli.commands declared as ActionContext Modifier and Type Field Description protected ActionContextActionAbstract. contextMethods in org.apache.activemq.artemis.cli.commands that return ActionContext Modifier and Type Method Description static ActionContextActionContext. system()Methods in org.apache.activemq.artemis.cli.commands with parameters of type ActionContext Modifier and Type Method Description ObjectAction. execute(ActionContext context)ObjectActionAbstract. execute(ActionContext context)ObjectCreate. execute(ActionContext context)ObjectHelpAction. execute(ActionContext context)ObjectInputAbstract. execute(ActionContext context)ObjectKill. execute(ActionContext context)ObjectMask. execute(ActionContext context)ObjectPrintVersion. execute(ActionContext context)ObjectRun. execute(ActionContext context)ObjectStop. execute(ActionContext context)ObjectCreate. run(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.activation
Methods in org.apache.activemq.artemis.cli.commands.activation with parameters of type ActionContext Modifier and Type Method Description ObjectActivationSequenceList. execute(ActionContext context)ObjectActivationSequenceSet. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.address
Methods in org.apache.activemq.artemis.cli.commands.address with parameters of type ActionContext Modifier and Type Method Description ObjectCreateAddress. execute(ActionContext context)ObjectDeleteAddress. execute(ActionContext context)ObjectHelpAddress. execute(ActionContext context)ObjectShowAddress. execute(ActionContext context)ObjectUpdateAddress. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.check
Subclasses of ActionContext in org.apache.activemq.artemis.cli.commands.check Modifier and Type Class Description classCheckContextMethods in org.apache.activemq.artemis.cli.commands.check that return ActionContext Modifier and Type Method Description ActionContextCheckContext. getActionContext()Methods in org.apache.activemq.artemis.cli.commands.check with parameters of type ActionContext Modifier and Type Method Description ObjectCheckAbstract. execute(ActionContext context)ObjectHelpCheck. execute(ActionContext context)voidCheckContext. setActionContext(ActionContext actionContext)Constructors in org.apache.activemq.artemis.cli.commands.check with parameters of type ActionContext Constructor Description CheckContext(ActionContext actionContext, ActiveMQConnectionFactory factory, ActiveMQManagementProxy managementProxy) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.messages
Methods in org.apache.activemq.artemis.cli.commands.messages with parameters of type ActionContext Modifier and Type Method Description ObjectBrowse. execute(ActionContext context)ObjectConnectionAbstract. execute(ActionContext context)ObjectConsumer. execute(ActionContext context)ObjectProducer. execute(ActionContext context)ObjectTransfer. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.messages.perf
Methods in org.apache.activemq.artemis.cli.commands.messages.perf with parameters of type ActionContext Modifier and Type Method Description ObjectPerfClientCommand. execute(ActionContext context)ObjectPerfCommand. execute(ActionContext context)protected voidPerfClientCommand. onExecuteBenchmark(javax.jms.ConnectionFactory producerConnectionFactory, javax.jms.Destination[] jmsDestinations, ActionContext context)protected abstract voidPerfCommand. onExecuteBenchmark(javax.jms.ConnectionFactory factory, javax.jms.Destination[] jmsDestinations, ActionContext context)protected voidPerfConsumerCommand. onExecuteBenchmark(javax.jms.ConnectionFactory factory, javax.jms.Destination[] jmsDestinations, ActionContext context)protected voidPerfProducerCommand. onExecuteBenchmark(javax.jms.ConnectionFactory factory, javax.jms.Destination[] jmsDestinations, ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.queue
Methods in org.apache.activemq.artemis.cli.commands.queue with parameters of type ActionContext Modifier and Type Method Description ObjectCreateQueue. execute(ActionContext context)ObjectDeleteQueue. execute(ActionContext context)ObjectHelpQueue. execute(ActionContext context)ObjectPurgeQueue. execute(ActionContext context)ObjectStatQueue. execute(ActionContext context)ObjectUpdateQueue. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.tools
Methods in org.apache.activemq.artemis.cli.commands.tools with parameters of type ActionContext Modifier and Type Method Description ObjectDBOption. execute(ActionContext context)ObjectHelpData. execute(ActionContext context)ObjectLockAbstract. execute(ActionContext context)ObjectPrintData. execute(ActionContext context)ObjectRecoverMessages. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.tools.journal
Methods in org.apache.activemq.artemis.cli.commands.tools.journal with parameters of type ActionContext Modifier and Type Method Description ObjectCompactJournal. execute(ActionContext context)ObjectDecodeJournal. execute(ActionContext context)ObjectEncodeJournal. execute(ActionContext context)ObjectPerfJournal. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.tools.xml
Methods in org.apache.activemq.artemis.cli.commands.tools.xml with parameters of type ActionContext Modifier and Type Method Description ObjectXmlDataExporter. execute(ActionContext context)ObjectXmlDataImporter. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.user
Methods in org.apache.activemq.artemis.cli.commands.user with parameters of type ActionContext Modifier and Type Method Description ObjectAddUser. execute(ActionContext context)ObjectHelpUser. execute(ActionContext context)ObjectListUser. execute(ActionContext context)ObjectRemoveUser. execute(ActionContext context)ObjectResetUser. execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.util
Methods in org.apache.activemq.artemis.cli.commands.util with parameters of type ActionContext Modifier and Type Method Description static StringHashUtil. tryHash(ActionContext context, String plaintext)
-