| Package | Description | 
|---|---|
| org.springframework.jmx.access | Provides support for accessing remote MBean resources. | 
| org.springframework.jmx.support | Contains support classes for connecting to local and remote  MBeanServers
 and for exposing anMBeanServerto remote clients. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MBeanProxyFactoryBean. afterPropertiesSet()Checks that the  proxyInterfacehas been specified and then
 generates the proxy for the target MBean. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MBeanServerFactoryBean. afterPropertiesSet()Creates the  MBeanServerinstance. | 
| void | WebSphereMBeanServerFactoryBean. afterPropertiesSet() | 
| static MBeanServer | JmxUtils. locateMBeanServer()Attempt to find a locally running  MBeanServer. | 
| protected MBeanServer | MBeanServerFactoryBean. locateMBeanServer(String agentId)Attempt to locate an existing  MBeanServer. | 
| static MBeanServer | JmxUtils. locateMBeanServer(String agentId)Attempt to find a locally running  MBeanServer. |