Package com.arjuna.ats.internal.jta

Source Code of com.arjuna.ats.internal.jta.Implementations

/*    */ package com.arjuna.ats.internal.jta;
/*    */
/*    */ import com.arjuna.ats.arjuna.gandiva.inventory.Inventory;
/*    */ import com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecordSetup;
/*    */
/*    */ public class Implementations
/*    */ {
/* 64 */   private static boolean _added = false;
/*    */
/*    */   public static synchronized boolean added()
/*    */   {
/* 43 */     return _added;
/*    */   }
/*    */
/*    */   public static synchronized void initialise()
/*    */   {
/* 48 */     if (!_added)
/*    */     {
/* 54 */       Inventory.inventory().addToList(new XAResourceRecordSetup());
/*    */
/* 56 */       _added = true;
/*    */     }
/*    */   }
/*    */
/*    */   static
/*    */   {
/* 68 */     initialise();
/*    */   }
/*    */ }

/* Location:           /home/mnovotny/projects/EMBEDDED_JBOSS_BETA3_COMMUNITY/embedded/output/lib/embedded-jboss/lib/jboss-embedded-all.jar
* Qualified Name:     com.arjuna.ats.internal.jta.Implementations
* JD-Core Version:    0.6.0
*/
TOP

Related Classes of com.arjuna.ats.internal.jta.Implementations

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.