Package org.jboss.as.txn.subsystem
Class LogStoreTransactionDeleteHandler
java.lang.Object
org.jboss.as.txn.subsystem.LogStoreTransactionDeleteHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class LogStoreTransactionDeleteHandler
extends Object
implements org.jboss.as.controller.OperationStepHandler
Operation handler for removing transaction logs from the TM and from the subsystem model
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
Method Details
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-