Package org.objectweb.jotm

Examples of org.objectweb.jotm.XidImpl


   /**
    * {@inheritDoc}
    */
   public Xid createXid()
   {
      return new XidImpl();
   }
View Full Code Here


    * (non-Javadoc)
    * @see org.exoplatform.services.transaction.TransactionService#createXid()
    */
   public Xid createXid()
   {
      return new XidImpl();
   }
View Full Code Here

   /**
    * {@inheritDoc}
    */
   public Xid createXid()
   {
      return new XidImpl();
   }
View Full Code Here

   /**
    * {@inheritDoc}
    */
   public Xid createXid()
   {
      return new XidImpl();
   }
View Full Code Here

TOP

Related Classes of org.objectweb.jotm.XidImpl

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.