|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.jmx.ManagementReprLoader
Method Summary | |
static void |
loadServerRepr(java.lang.String serverName)
Create a ManagementRepr for the given server, then update JonasManagementRepr |
static void |
loadServerRepr(java.lang.String serverName,
java.lang.String currentServerName)
This method is used to switch from a managed server to another. |
static void |
loadServerReprForCluster(java.lang.String serverName,
javax.management.MBeanServerConnection connection)
Update the JonasManagementRepr datastructure () in order to easilly invoke operations on MBeans corresponding to a managed server in domain/cluster |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void loadServerRepr(java.lang.String serverName, java.lang.String currentServerName)
serverName
- the name of the server to be managedcurrentServerName
- the name of the server which is currently managedpublic static void loadServerRepr(java.lang.String serverName)
serverName
- the name of the server to be managedpublic static void loadServerReprForCluster(java.lang.String serverName, javax.management.MBeanServerConnection connection)
serverName
- connection
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |