Uses of Class
org.apache.activemq.artemis.cli.commands.ActionContext
Packages that use ActionContext
Package
Description
-
Uses of ActionContext in org.apache.activemq.artemis.cli
Methods in org.apache.activemq.artemis.cli with parameters of type ActionContextModifier and TypeMethodDescriptionstatic ObjectArtemis.internalExecute(boolean shellEnabled, File artemisHome, File artemisInstance, File etcFolder, String[] args, ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands
Methods in org.apache.activemq.artemis.cli.commands that return ActionContextModifier and TypeMethodDescriptionprotected ActionContextActionAbstract.getActionContext()static ActionContextActionContext.system()Methods in org.apache.activemq.artemis.cli.commands with parameters of type ActionContextModifier and TypeMethodDescriptionAction.execute(ActionContext context) ActionAbstract.execute(ActionContext context) Connect.execute(ActionContext context) Create.execute(ActionContext context) Disconnect.execute(ActionContext context) InputAbstract.execute(ActionContext context) Kill.execute(ActionContext context) Mask.execute(ActionContext context) PrintVersion.execute(ActionContext context) PWD.execute(ActionContext context) Run.execute(ActionContext context) Stop.execute(ActionContext context) Upgrade.execute(ActionContext context) protected FileUpgrade.findBackup(ActionContext context) Create.run(ActionContext context) InstallAbstract.run(ActionContext context) Upgrade.run(ActionContext context) static voidActionContext.setSystem(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 ActionContextModifier and TypeMethodDescriptionActivationSequenceList.execute(ActionContext context) ActivationSequenceSet.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 ActionContextModifier and TypeMethodDescriptionCreateAddress.execute(ActionContext context) DeleteAddress.execute(ActionContext context) ShowAddress.execute(ActionContext context) UpdateAddress.execute(ActionContext context) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.check
Subclasses of ActionContext in org.apache.activemq.artemis.cli.commands.checkMethods in org.apache.activemq.artemis.cli.commands.check that return ActionContextMethods in org.apache.activemq.artemis.cli.commands.check with parameters of type ActionContextModifier and TypeMethodDescriptionCheckAbstract.execute(ActionContext context) ClusterCheck.execute(ActionContext context) voidCheckContext.setActionContext(ActionContext actionContext) booleanClusterNodeVerifier.verify(ActionContext context) protected voidClusterNodeVerifier.verifyTime(ActionContext context, Map<String, ClusterNodeVerifier.TopologyItem> mainTopology, AtomicBoolean verificationResult, boolean supportTime) Constructors in org.apache.activemq.artemis.cli.commands.check with parameters of type ActionContextModifierConstructorDescriptionCheckContext(ActionContext actionContext, org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory factory, ActiveMQManagementProxy managementProxy) -
Uses of ActionContext in org.apache.activemq.artemis.cli.commands.messages
Fields in org.apache.activemq.artemis.cli.commands.messages declared as ActionContextMethods in org.apache.activemq.artemis.cli.commands.messages with parameters of type ActionContextModifier and TypeMethodDescriptionBrowse.execute(ActionContext context) ConnectionConfigurationAbtract.execute(ActionContext context) Consumer.execute(ActionContext context) DestAbstract.execute(ActionContext context) Producer.execute(ActionContext context) Transfer.execute(ActionContext context) Constructors in org.apache.activemq.artemis.cli.commands.messages with parameters of type ActionContextModifierConstructorDescriptionConsumerThread(javax.jms.Session session, javax.jms.Destination destination, int threadNr, ActionContext context) ProducerThread(javax.jms.Session session, javax.jms.Destination destination, int threadNr, 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 ActionContextModifier and TypeMethodDescriptionPerfClientCommand.execute(ActionContext context) PerfCommand.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 ActionContextModifier and TypeMethodDescriptionCreateQueue.execute(ActionContext context) DeleteQueue.execute(ActionContext context) PurgeQueue.execute(ActionContext context) StatQueue.execute(ActionContext context) UpdateQueue.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 ActionContextModifier and TypeMethodDescriptionDBOption.execute(ActionContext context) LockAbstract.execute(ActionContext context) PrintData.execute(ActionContext context) RecoverMessages.execute(ActionContext context) static voidRecoverMessages.recover(ActionContext context, Configuration configuration, String journallocation, File journalOutput, File largeMessage, boolean reclaimed) -
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 ActionContextModifier and TypeMethodDescriptionCompactJournal.execute(ActionContext context) DecodeJournal.execute(ActionContext context) EncodeJournal.execute(ActionContext context) PerfJournal.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 ActionContextModifier and TypeMethodDescriptionXmlDataExporter.execute(ActionContext context) XmlDataImporter.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 ActionContextModifier and TypeMethodDescriptionAddUser.execute(ActionContext context) ListUser.execute(ActionContext context) RemoveUser.execute(ActionContext context) ResetUser.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 ActionContextModifier and TypeMethodDescriptionstatic longSyncCalculation.syncTest(File datafolder, int blockSize, int blocks, int tries, boolean verbose, boolean fsync, boolean syncWrites, String fileName, int maxAIO, org.apache.activemq.artemis.core.server.JournalType journalType, ActionContext context) It will performtrieswrite tests ofblockSize * blocksbytes and returning the lowest elapsed time to perform a trystatic longSyncCalculation.toNanos(long time, long blocks, boolean verbose, ActionContext context) static StringHashUtil.tryHash(ActionContext context, String plaintext)