Package org.apache.commons.transaction.file

Examples of org.apache.commons.transaction.file.NoOpTransactionIdToPathMapper


        Assert.notNull( storeDir, "StoreDir must be defined" );
        Assert.notNull( workDir, "workDir must be defined" );


        if ( transactionIdToPathMapper == null ) {
            this.transactionIdToPathMapper = new NoOpTransactionIdToPathMapper();
        }
       
        if ( loggerFacade == null )
        {
            log.info( "Using commons logging logger facade" );
View Full Code Here

TOP

Related Classes of org.apache.commons.transaction.file.NoOpTransactionIdToPathMapper

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.