Class IncludedTransactionBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.transactions.IncludedTransactionBean
-
- All Implemented Interfaces:
Serializable
public class IncludedTransactionBean extends Object implements Serializable
- Author:
- Giovanni Antino
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludedTransactionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String sith, long time)voidcleanUpTime(long slotTime, boolean debugPrint)remove expired transactions from the listStringgetFileName()StringgetUid()booleanisIncluded(String sith)voidsetUid(String uid)
-
-
-
Method Detail
-
getUid
public String getUid()
-
setUid
public void setUid(String uid)
-
getFileName
public String getFileName()
-
cleanUpTime
public void cleanUpTime(long slotTime, boolean debugPrint)remove expired transactions from the list- Parameters:
slotTime- current slot time in milsdebugPrint-
-
add
public void add(String sith, long time)
-
isIncluded
public boolean isIncluded(String sith)
-
-