public class ModuleInfo
extends java.lang.Object
implements java.lang.Cloneable
Snapshot| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ModuleInfo.QueueInfo
Information about a Queue between modules or containers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
clone()  | 
protected void | 
extractQueueInfo(java.lang.String name,
                StatTuplev3 st)
extract queue info from the StatTuple. 
 | 
java.lang.String | 
getName()
Returns the name of the thread. 
 | 
int | 
getNumTasks()
Return the number of tasks on the task queue 
 | 
java.util.Collection<ModuleInfo.QueueInfo> | 
queues()
Return a Collection of QueueInfo's which contains information about each queue 
 | 
protected void extractQueueInfo(java.lang.String name,
                                StatTuplev3 st)
name - st - public java.util.Collection<ModuleInfo.QueueInfo> queues()
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String getName()
public int getNumTasks()