Examples of TXMetric


Examples of org.jboss.as.console.client.shared.subsys.tx.model.TXMetric

    @Override
    public void setTransactionManager(TransactionManager tm) {
        form.edit(tm);

        executionMetric.addSample(
                new TXMetric(
                        tm.getNumTransactions(),
                        tm.getNumCommittedTransactions(),
                        tm.getNumAbortedTransactions(),
                        tm.getNumTimeoutTransactions())
        );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.