borland Packages  Class Hierarchy  datastore Package 

ThreadQueue component

java.lang.Object
   +----com.borland.datastore.ThreadQueue

About the ThreadQueue component

Constructors  Properties  Methods  

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


ThreadQueue constructors

ThreadQueue properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

ThreadQueue methods

Methods implemented in this class

Methods implemented in java.lang.Object


ThreadQueue constructors

ThreadQueue()

  public ThreadQueue()

This is used internally by other com.borland classes. You should never use class directly.


ThreadQueue properties

count

 public final int getCount()

This is used internally by other com.borland classes. You should never use class directly.

source

 public final Object getSource()

This is used internally by other com.borland classes. You should never use class directly.


ThreadQueue methods

lock(java.lang.Object, long)

  public final Object lock(Object source, long timeout)

This is used internally by other com.borland classes. You should never use class directly.

unlock(java.lang.Object, boolean)

  public final void unlock(Object source, boolean force)

This is used internally by other com.borland classes. You should never use class directly.