public class TransactionMetricExecutor extends Object implements MetricExecutor<org.infinispan.interceptors.TxInterceptor<?,?>>
Constructor and Description |
---|
TransactionMetricExecutor() |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
execute(org.jboss.as.controller.OperationContext context,
Metric<org.infinispan.interceptors.TxInterceptor<?,?>> metric)
Executes the specified executable against the specified operation context.
|
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, Metric<org.infinispan.interceptors.TxInterceptor<?,?>> metric) throws org.jboss.as.controller.OperationFailedException
Executor
execute
in interface Executor<org.infinispan.interceptors.TxInterceptor<?,?>,Metric<org.infinispan.interceptors.TxInterceptor<?,?>>>
context
- an operation contextmetric
- the contextual executable objectorg.jboss.as.controller.OperationFailedException
- if execution failsCopyright © 2016 JBoss by Red Hat. All rights reserved.