Package com.arjuna.ats.arjuna.gandiva

Examples of com.arjuna.ats.arjuna.gandiva.ClassName


/*  88 */     return "DROP_TABLE";
/*     */   }
/*     */
/*     */   public static ClassName Implementation_AbstractRecord_PersistenceRecord()
/*     */   {
/*  93 */     return new ClassName("RecordType.Persistence");
/*     */   }
View Full Code Here


/*  93 */     return new ClassName("RecordType.Persistence");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_AbstractRecord_TxLogPersistenceRecord()
/*     */   {
/*  98 */     return new ClassName("RecordType.TxLogPersistence");
/*     */   }
View Full Code Here

/*  98 */     return new ClassName("RecordType.TxLogPersistence");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_AbstractRecord_LastResourceRecord()
/*     */   {
/* 103 */     return new ClassName("RecordType.LastResource");
/*     */   }
View Full Code Here

/* 103 */     return new ClassName("RecordType.LastResource");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_AbstractRecord_CadaverRecord()
/*     */   {
/* 108 */     return new ClassName("RecordType.Cadaver");
/*     */   }
View Full Code Here

/* 108 */     return new ClassName("RecordType.Cadaver");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_AbstractRecord_CadaverRecord_DisposeRecord()
/*     */   {
/* 113 */     return new ClassName("RecordType.Dispose");
/*     */   }
View Full Code Here

/* 113 */     return new ClassName("RecordType.Dispose");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_Semaphore_BasicSemaphore()
/*     */   {
/* 118 */     return new ClassName("BasicSemaphore");
/*     */   }
View Full Code Here

/* 128 */     return Implementation_ObjectStore_HashedActionStore();
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_ShadowingStore()
/*     */   {
/* 133 */     return new ClassName("ShadowingStore");
/*     */   }
View Full Code Here

/* 133 */     return new ClassName("ShadowingStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_ShadowNoFileLockStore()
/*     */   {
/* 138 */     return new ClassName("ShadowNoFileLockStore");
/*     */   }
View Full Code Here

/* 138 */     return new ClassName("ShadowNoFileLockStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_FileSystemStore()
/*     */   {
/* 143 */     return new ClassName("FileSystemStore");
/*     */   }
View Full Code Here

/* 143 */     return new ClassName("FileSystemStore");
/*     */   }
/*     */
/*     */   public static ClassName Implementation_ObjectStore_ActionStore()
/*     */   {
/* 148 */     return new ClassName("ActionStore");
/*     */   }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.arjuna.gandiva.ClassName

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.