|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management interface for the Merlin Kernel.
Method Summary | |
String |
getHomeDirectoryPath()
Return the home path |
String |
getKernelState()
Return the state of the kernel. |
String |
getLibraryDirectoryPath()
Return the library path |
long |
getMemoryFree()
Return an approximation to the total amount of memory currently available for future allocated objects, measured in bytes. |
long |
getMemoryTotal()
Returns the total amount of memory in the Java virtual machine. |
int |
getMemoryVariableRatio()
Return the percentage of free memory available. |
String |
getRepositoryDirectoryPath()
Return the runtime repository path. |
String |
getTempDirectoryPath()
Return the temporary directory path |
int |
getThreadCount()
Return the number of active threads. |
Methods inherited from interface org.apache.avalon.merlin.kernel.Controller |
shutdown, startup |
Method Detail |
public long getMemoryFree()
public long getMemoryTotal()
public int getMemoryVariableRatio()
public int getThreadCount()
public String getKernelState()
public String getRepositoryDirectoryPath()
public String getHomeDirectoryPath()
public String getTempDirectoryPath()
public String getLibraryDirectoryPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |