|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.kernel.ac.TIDRecord
public class TIDRecord
Class recording all info about a TransactionID created using prepareWaitAC().
| 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 |
|---|
public java.lang.String[] secSuites
public boolean waitingFor
public long expiryTime
public Role owner
| Constructor Detail |
|---|
public TIDRecord(java.lang.String[] secSuites)
TIDRecord
| Method Detail |
|---|
public void setOwner(Role r)
throws KernelException
setOwner in interface KernelResourceKernelExceptionpublic Role getOwner()
getOwner in interface KernelResource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||