| java.lang.Object org.objectweb.jonas.jmx.ManagementReprLoader
ManagementReprLoader | public class ManagementReprLoader (Code) | | author: Adriana Danes author: This class allows to load a suitable ManagementRepr in the JonasMaanagementRepr author: class. This operation is necessary to initilize and then possibly change the author: management context. A management context is characterized by data allowing author: to manage a JOnAS app server instance: author: author: - domain name (currently cann not switch from a domain to another)
author: - server name
author: - MBeanServerConnection allowing to connect to the managed server's JMX server
author:
|
loadServerRepr | public static void loadServerRepr(String serverName)(Code) | | Create a ManagementRepr for the given server, then update JonasManagementRepr
Parameters: serverName - the name of the server to be managed |
|
|