|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean Interface for Server Management MBean type: Standard MBean model: Delegate
Method Summary | |
java.lang.Boolean |
getActivated()
get monitoring activation |
int |
getActiveGroupCount()
get the estimated number of active groups in the JOnAS server's initial thread group |
int |
getActiveThreadsCount()
get the number of active threads in the JOnAS server's initial thread group |
java.lang.Long |
getCurrentTotalMemory()
get jvm total memory |
java.lang.Long |
getCurrentUsedMemory()
get jvm free memory |
java.lang.String |
getJonasName()
Server name |
java.lang.String |
getJonasORB()
Server ORB |
java.lang.String |
getJonasVersion()
Server version |
java.lang.Long[] |
getMeasuresTable()
get the table of value |
java.lang.Integer |
getNumberOfMeasures()
|
java.lang.Integer |
getRange()
|
void |
runGC()
run the garbage collector |
void |
setActivated(java.lang.Boolean act)
set monitoring activation |
void |
setNumberOfMeasures(java.lang.Integer range)
get/set number of measures |
void |
setRange(java.lang.Integer range)
get/set for free memory measurement |
void |
stop()
Stop server |
Method Detail |
public java.lang.String getJonasName()
public java.lang.String getJonasVersion()
public java.lang.String getJonasORB()
public void stop() throws java.rmi.RemoteException
public void runGC() throws java.rmi.RemoteException
public java.lang.Long getCurrentUsedMemory() throws java.rmi.RemoteException
public java.lang.Long getCurrentTotalMemory() throws java.rmi.RemoteException
public void setRange(java.lang.Integer range) throws java.rmi.RemoteException
public java.lang.Integer getRange() throws java.rmi.RemoteException
public void setNumberOfMeasures(java.lang.Integer range) throws java.rmi.RemoteException
public java.lang.Integer getNumberOfMeasures() throws java.rmi.RemoteException
public void setActivated(java.lang.Boolean act)
public java.lang.Boolean getActivated()
public java.lang.Long[] getMeasuresTable() throws java.rmi.RemoteException
public int getActiveThreadsCount()
public int getActiveGroupCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |