Package org.apache.commons.transaction.memory.jca

Examples of org.apache.commons.transaction.memory.jca.MapXAResource


         throw new ServiceInitializationFailedException(this,
               "class in parameter '" + MAP_IMPL_PARAMETER + "' must " +
                     "be derived from TransactionalMapWrapper");
      }
     
      this.xaResource = new MapXAResource(this.store);
      // FIXME can't set logging because methods are not public, and
      // ctor doesn't take a loggerFacade
   }
View Full Code Here

TOP

Related Classes of org.apache.commons.transaction.memory.jca.MapXAResource

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.