org.iids.aos.kernel.ac
Class TIDRecord

java.lang.Object
  extended by org.iids.aos.kernel.ac.TIDRecord
All Implemented Interfaces:
KernelResource

public class TIDRecord
extends java.lang.Object
implements KernelResource

Class recording all info about a TransactionID created using prepareWaitAC().

Author:
arno

Field Summary
 long expiryTime
           
 Role owner
           
 java.lang.String[] secSuites
           
 boolean waitingFor
           
 
Constructor Summary
TIDRecord(java.lang.String[] secSuites)
          Creates a new instance of TIDRecord
 
Method Summary
 Role getOwner()
           
 void setOwner(Role r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

secSuites

public java.lang.String[] secSuites

waitingFor

public boolean waitingFor

expiryTime

public long expiryTime

owner

public Role owner
Constructor Detail

TIDRecord

public TIDRecord(java.lang.String[] secSuites)
Creates a new instance of TIDRecord

Method Detail

setOwner

public void setOwner(Role r)
              throws KernelException
Specified by:
setOwner in interface KernelResource
Throws:
KernelException

getOwner

public Role getOwner()
Specified by:
getOwner in interface KernelResource


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.