| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmx4odp.j4oNet.MBeanResolver
org.jmx4odp.j4oNet.MBeanServerResolver
public class MBeanServerResolver
This resolver will find MBeans that match criteria in a JmxServiceObj that are registered with an MBeanServer. It uses the org.jmx4odp.jmx.util.RemoteJmxConnectionManager to create a connection to the MBeanServer described in the JmxServiceObj. So this object can look at both remote and local MBeanServers.
| Field Summary | 
|---|
| Fields inherited from class org.jmx4odp.j4oNet.MBeanResolver | 
|---|
mbeanServer, objectName | 
| Constructor Summary | |
|---|---|
MBeanServerResolver()
Creates new MBeanServerResolver  | 
|
| Method Summary | |
|---|---|
 JmxServiceObj[] | 
handleAgentRequest(JmxServiceObj jso)
This method will return an array of the matching JMX Agent as a JSO as the only element in the array  | 
 JmxServiceObj[] | 
handleMBeanRequest(JmxServiceObj jso)
This method looks for all the JMX MBeans that match the criteria, and place their JSO in an array.  | 
| Methods inherited from class org.jmx4odp.j4oNet.MBeanResolver | 
|---|
getActive, getCachable, getNameSpace, getThreshHold, inNameSpace, postDeregister, postRegister, preDeregister, preRegister, registered, resolve, setActive, setCachable, setNameSpace, setThreshHold | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MBeanServerResolver()
| Method Detail | 
|---|
public JmxServiceObj[] handleAgentRequest(JmxServiceObj jso)
handleAgentRequest in class MBeanResolverpublic JmxServiceObj[] handleMBeanRequest(JmxServiceObj jso)
handleMBeanRequest in class MBeanResolver
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||