edu.ksu.cis.projects.bogor.module.backtrack
Interface ILockBacktrackingInfo

All Superinterfaces:
Disposable, IBacktrackingInfo

public interface ILockBacktrackingInfo
extends IBacktrackingInfo

Version:
CVS $Revision: 1.3 $ $Date: 2005/01/13 23:40:08 $
Author:
Robby

Method Summary
 int getLockCounter()
           
 LockOp getLockOp()
           
 ILockValue getLockValue()
           
 int[] getNotification()
           
 int getNotifiedThreadId()
           
 int getOldLockCount()
           
 int getOwner()
           
 int[] getWaiting()
           
 
Methods inherited from interface edu.ksu.cis.projects.bogor.module.backtrack.IBacktrackingInfo
backtrack, clone, getNode, getSchedulingStrategyInfo, getStateId, getThreadId
 
Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable
dispose
 

Method Detail

getLockCounter

int getLockCounter()

getLockOp

LockOp getLockOp()

getLockValue

ILockValue getLockValue()

getNotification

int[] getNotification()

getOldLockCount

int getOldLockCount()

getOwner

int getOwner()

getWaiting

int[] getWaiting()

getNotifiedThreadId

int getNotifiedThreadId()