public class LatchedThreadGroup
extends org.apache.avalon.framework.logger.AbstractLogEnabled
An instance of will create a block of threads of the specified size. Each thread will be assigned to run a specified Runnable instance. The threads will then all wait at a latch until the go method is called. The go method will not return until all of the Runnables have completed.
| Modifier and Type | Class and Description |
|---|---|
private class |
LatchedThreadGroup.Runner
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
m_completedCount
Deprecated.
|
private java.lang.Throwable |
m_exception
Deprecated.
|
private boolean |
m_latched
Deprecated.
|
private java.lang.Object |
m_semaphore
Deprecated.
|
private int |
m_startedCount
Deprecated.
|
private java.lang.Thread[] |
m_threads
Deprecated.
|
| Constructor and Description |
|---|
LatchedThreadGroup(java.lang.Runnable[] runnables)
Deprecated.
Creates a LatchedThreadGroup with a thread for each Runnable in the runnables array.
|
LatchedThreadGroup(java.lang.Runnable runnable,
int threadCount)
Deprecated.
Creates a LatchedThreadGroup with threadCount threads each running runnable.
|
| Modifier and Type | Method and Description |
|---|---|
private org.apache.avalon.framework.logger.Logger |
getInnerLogger()
Deprecated.
Inner access method to getLogger() to work around a bug in the Javac compiler
when getLogger() is called from the method of an inner class.
|
long |
go()
Deprecated.
Causes all of the Runnables to start at the same instance.
|
protected void |
resetMemory()
Deprecated.
|
private java.lang.Thread[] m_threads
private java.lang.Object m_semaphore
private int m_startedCount
private boolean m_latched
private int m_completedCount
private java.lang.Throwable m_exception
public LatchedThreadGroup(java.lang.Runnable[] runnables)
public LatchedThreadGroup(java.lang.Runnable runnable,
int threadCount)
protected void resetMemory()
public long go()
throws java.lang.Exception
java.lang.Exceptionprivate org.apache.avalon.framework.logger.Logger getInnerLogger()