Specialized Administration > Site Maintenance > Windchill MBeans > MethodServers (Monitors)
  
MethodServers (Monitors)
The MethodServers MBean is only instantiated in the server manager and provides information on a server manager's method servers using child MBeans which it manages.
By default these child MBeans proxy all of the MBeans from the corresponding method server JVMs into the server manager JVM (as nested MBeans) to allow an administrator to easily manage and monitor details of a server manager and all of its method servers by just connecting to the server manager. Each of the MBeans representing method servers also exposes a RemoteJmxUrl attribute which provides a JMX URL that can be used to connect a JMX client directly to the given method server.
The MethodServers MBean fires JMX notifications whenever:
A method server is registered
A method server is removed
The JMX connection to a method server is lost.
The MethodServers MBean's existence, life cycle, and configuration persistence are controlled by the Loader MBean.