Class TkmTES
- java.lang.Object
-
- com.h2tcoin.takamakachain.db.embedded.TkmTES
-
public class TkmTES extends Object
Deprecated.single point of access for Transaction Expiration Table. Class name stand for Transaction Expiration Singleton- Author:
- giovanni.antino@h2tcoin.com
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(TransactionBox tbox, Long slotReferenceTime, String table, boolean toCacheFolder)
Deprecated.static TkmTES
i()
Deprecated.return the tkmTES sigleton object instance
-
-
-
Method Detail
-
i
public static TkmTES i()
Deprecated.return the tkmTES sigleton object instance- Returns:
-
add
public void add(TransactionBox tbox, Long slotReferenceTime, String table, boolean toCacheFolder)
Deprecated.
-
-