org.prevayler.implementation
Class TransactionTimestamp

java.lang.Object
  extended by org.prevayler.implementation.TransactionTimestamp
All Implemented Interfaces:
Serializable

public class TransactionTimestamp
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TransactionTimestamp(Capsule capsule, long systemVersion, Date executionTime)
           
 
Method Summary
 Capsule capsule()
           
 TransactionTimestamp cleanCopy()
           
 Date executionTime()
           
static TransactionTimestamp fromChunk(Chunk chunk)
           
 long systemVersion()
           
 Chunk toChunk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionTimestamp

public TransactionTimestamp(Capsule capsule,
                            long systemVersion,
                            Date executionTime)
Method Detail

capsule

public Capsule capsule()

systemVersion

public long systemVersion()

executionTime

public Date executionTime()

cleanCopy

public TransactionTimestamp cleanCopy()

toChunk

public Chunk toChunk()

fromChunk

public static TransactionTimestamp fromChunk(Chunk chunk)


Copyright © 2001-2013. All Rights Reserved.