|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvsp.Transaction
public class Transaction
Transaction Keeps transaction creation time
Field Summary | |
---|---|
double |
creationTime
Transaction creation time |
Constructor Summary | |
---|---|
Transaction(double creationTime)
Creates transaction |
Method Summary | |
---|---|
double |
getCreationTime()
Get creation time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double creationTime
Constructor Detail |
---|
public Transaction(double creationTime)
creationTime
- time when transaction was createdMethod Detail |
---|
public double getCreationTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |