org.objectweb.jonas.jmx
Class ManagementReprLoader

java.lang.Object
  extended byorg.objectweb.jonas.jmx.ManagementReprLoader

public class ManagementReprLoader
extends java.lang.Object

Author:
Adriana Danes This class allows to load a suitable ManagementRepr in the JonasMaanagementRepr class. This operation is necessary to initilize and then possibly change the management context. A management context is characterized by data allowing to manage a JOnAS app server instance:

Method Summary
static void loadServerRepr(java.lang.String serverName)
          Create a ManagementRepr for the given server, than update JonasManagementRepr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadServerRepr

public static void loadServerRepr(java.lang.String serverName)
Create a ManagementRepr for the given server, than update JonasManagementRepr

Parameters:
serverName - the name of the server to be managed