Class ExportJournalOperation
java.lang.Object
org.jboss.as.controller.AbstractRuntimeOnlyHandler
org.wildfly.extension.messaging.activemq.AbstractArtemisActionHandler
org.wildfly.extension.messaging.activemq.ExportJournalOperation
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
Export a dump of Artemis journal. WildFly must be running in ADMIN-ONLY mode to perform this operation.
The dump is stored on WildFly host and is not sent to the client invoking the operation.
- Author:
- Jeff Mesnil (c) 2015 Red Hat inc.
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) Methods inherited from class org.wildfly.extension.messaging.activemq.AbstractArtemisActionHandler
checkAllowedOnJournal, getServerTempDir, resolveFile, resolvePathMethods inherited from class org.jboss.as.controller.AbstractRuntimeOnlyHandler
execute, requiresRuntime, resourceMustExist
-
Method Details
-
executeRuntimeStep
protected void executeRuntimeStep(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executeRuntimeStepin classorg.jboss.as.controller.AbstractRuntimeOnlyHandler- Throws:
org.jboss.as.controller.OperationFailedException
-