ptolemy.kernel.util
Class Workspace.AccessRecord

java.lang.Object
  extended by ptolemy.kernel.util.Workspace.AccessRecord
Enclosing class:
Workspace

private static final class Workspace.AccessRecord
extends java.lang.Object


Field Summary
 int failedReadAttempts
           
 int failedWriteAttempts
           
 int readDepth
           
 
Constructor Summary
private Workspace.AccessRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failedReadAttempts

public int failedReadAttempts

failedWriteAttempts

public int failedWriteAttempts

readDepth

public int readDepth
Constructor Detail

Workspace.AccessRecord

private Workspace.AccessRecord()