Class ImportJournalOperation
- java.lang.Object
-
- org.jboss.as.controller.AbstractRuntimeOnlyHandler
-
- org.wildfly.extension.messaging.activemq.AbstractArtemisActionHandler
-
- org.wildfly.extension.messaging.activemq.ImportJournalOperation
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class ImportJournalOperation extends AbstractArtemisActionHandler
Import a dump of Artemis journal in a running Artemis server. WildFly must be running in NORMAL mode to perform this operation. The dump file MUST be on WildFly host. It is not attached to the operation stream.- Author:
- Jeff Mesnil (c) 2015 Red Hat inc.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, resolvePath
-
-
-
-
Method Detail
-
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
-
-