|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.structs.HeapAccessSummaryStruct
public class HeapAccessSummaryStruct
An overview of the heaps you have access to. This is a display class used to provide a summary of all heaps a user has access to.
| Field Summary | |
|---|---|
protected long |
association
The association this summary is describing. |
protected HeapAccessSummaryStruct[] |
children
The children of this summary display. |
protected long |
heap
The heap this summary is describing. |
protected java.lang.String |
heapName
The name of the heap this summary is describing. |
protected java.lang.String |
indent
The indent level represented as a string of underscores. |
protected int |
lineNumber
The line number of this element within the overall tree. |
protected HeapAccessSummaryStruct |
parent
The parent of this summary display. |
protected int |
status
Whether this is is the current HeapAssociation or not. |
protected int |
type
What type of access this sumary is describing. |
| Constructor Summary | |
|---|---|
HeapAccessSummaryStruct()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int type
enumerated constant values:
TREEROOT("TreeRoot") = 0HEAP("Heap") = 1ASSOC("Association") = 2protected long heap
protected java.lang.String heapName
protected long association
protected HeapAccessSummaryStruct parent
protected HeapAccessSummaryStruct[] children
protected java.lang.String indent
protected int lineNumber
protected int status
enumerated constant values:
AVAILABLE("Available") = 0SELECTED("Selected") = 1| Constructor Detail |
|---|
public HeapAccessSummaryStruct()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||