Package org.jboss.jbossts.star.util.media.txstatusext

Examples of org.jboss.jbossts.star.util.media.txstatusext.TransactionStatisticsElement


        Assert.assertEquals(1, transactionManagerElement.getCoordinatorURIs().size());
    }

    @Test
    public void testTransactionStatisticsElement() throws JAXBException {
        TransactionStatisticsElement transactionStatisticsElement = txSupport.getTransactionStatistics();

        Assert.assertNotNull(transactionStatisticsElement);
        Assert.assertEquals(1, transactionStatisticsElement.getActive());
    }
View Full Code Here

TOP

Related Classes of org.jboss.jbossts.star.util.media.txstatusext.TransactionStatisticsElement

Copyright © 2018 www.massapicom. 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.