hudson.slaves
Class WorkspaceList.Entry

java.lang.Object
  extended by hudson.slaves.WorkspaceList.Entry
Enclosing class:
WorkspaceList

public static final class WorkspaceList.Entry
extends Object

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

holder

public final Thread holder
Who acquired this workspace?


time

public final long time
When?


source

public final Exception source
From where?


quick

public final boolean quick
True makes the caller of WorkspaceList.allocate(FilePath) wait for this workspace.


path

public final FilePath path

context

public final Object context
Multiple threads can acquire the same lock if they share the same context object.


lockCount

public int lockCount
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.