|
|||||||||||
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 |
getAnchorPath()
Return the anchor directory to be used when resolving library declarations in classload specifications. |
String |
getConfigPath()
Return the root directory to the merlin configurations |
String |
getContextPath()
Return the context directory from which relative runtime home directories will be established for components referencing urn:avalon:home |
String |
getHomePath()
Return the root directory to the merlin installation |
String |
getKernelPath()
Return the url to the kernel confiuration |
String |
getKernelState()
Return the state of the kernel. |
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 |
getRepositoryDirectory()
Return the root directory to the shared repository. |
String |
getSystemPath()
Return the root directory to the merlin system repository |
String |
getTempPath()
Return the temporary directory. |
int |
getThreadCount()
Return the number of active threads. |
String |
getWorkingPath()
Return the working client directory. |
boolean |
isDebugEnabled()
Return debug policy. |
boolean |
isInfoEnabled()
Return info generation policy. |
Methods inherited from interface org.apache.avalon.merlin.KernelController |
shutdown, startup |
Method Detail |
public long getMemoryFree()
public long getMemoryTotal()
public int getMemoryVariableRatio()
public int getThreadCount()
public String getKernelState()
public String getRepositoryDirectory()
public String getHomePath()
public String getSystemPath()
public String getConfigPath()
public String getKernelPath()
public String getWorkingPath()
public String getTempPath()
public String getContextPath()
public String getAnchorPath()
public boolean isInfoEnabled()
public boolean isDebugEnabled()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |