concurrency
Class DatumView

java.lang.Object
  extended byconcurrency.LockableObject
      extended byconcurrency.DatumView

public class DatumView
extends LockableObject

Represents the view of a datum.


Nested Class Summary
 
Nested classes inherited from class concurrency.LockableObject
LockableObject.Comparator
 
Field Summary
 
Fields inherited from class concurrency.LockableObject
comparator
 
Constructor Summary
DatumView(DbStorage.PhysicalID id)
          Constructs a datum view from a specified identifier.
 
Method Summary
 DbStorage.PhysicalID getID()
          Returns the identifier of the owner datum of the view.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatumView

public DatumView(DbStorage.PhysicalID id)
Constructs a datum view from a specified identifier.

Method Detail

getID

public DbStorage.PhysicalID getID()
Returns the identifier of the owner datum of the view.


toString

public java.lang.String toString()
Specified by:
toString in class LockableObject