|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.slaves.WorkspaceList.Entry
public static final class WorkspaceList.Entry
Book keeping for workspace allocation.
Field Summary | |
---|---|
Object |
context
Multiple threads can acquire the same lock if they share the same context object. |
Thread |
holder
Who acquired this workspace? |
int |
lockCount
|
FilePath |
path
|
boolean |
quick
True makes the caller of WorkspaceList.allocate(FilePath) wait
for this workspace. |
Exception |
source
From where? |
long |
time
When? |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Thread holder
public final long time
public final Exception source
public final boolean quick
WorkspaceList.allocate(FilePath)
wait
for this workspace.
public final FilePath path
public final Object context
public int lockCount
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |