|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MemoryCommands
This interface provides methods for printing information about bundles' memory spaces. Its implementation is registered as a service when J9ResourceManagerImpl is the active resource manager.
| Method Summary | |
|---|---|
void |
printAllMemorySpaceSegments(java.io.PrintStream stream)
Prints information about the segments of all bundles' memory spaces. |
void |
printMemorySpaceSegmentsOf(long bId,
java.io.PrintStream stream)
Prints information about the segments of a bundle's memory space. |
void |
printObjectsOfMemorySpace(long bId,
java.io.PrintStream stream,
boolean showReferences)
Prints all objects in a bundle's memory space. |
| Method Detail |
|---|
void printAllMemorySpaceSegments(java.io.PrintStream stream)
stream - to print information to.
void printObjectsOfMemorySpace(long bId,
java.io.PrintStream stream,
boolean showReferences)
bId - target bundle's id.stream - to print information to.showReferences - specifies if objects, which hold references should be also printed.
void printMemorySpaceSegmentsOf(long bId,
java.io.PrintStream stream)
bId - target bundle's id.stream - to print information to.
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||