org.jmx4odp.j4oNet
Interface MBeanResolverMBean

All Known Implementing Classes:
BroadcastResolver, JsResgistryResolver, MBeanResolver, MBeanServerResolver

public interface MBeanResolverMBean

Author:
Lmcgregor

Method Summary
 boolean getActive()
           
 boolean getCachable()
           
 java.lang.String getNameSpace()
           
 JmxServiceObj[] resolve(JmxServiceObj jso, int low, int high)
           
 void setActive(boolean b)
           
 void setCachable(boolean b)
           
 void setNameSpace(java.lang.String s)
           
 

Method Detail

resolve

JmxServiceObj[] resolve(JmxServiceObj jso,
                        int low,
                        int high)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getNameSpace

java.lang.String getNameSpace()
                              throws java.lang.Exception
Throws:
java.lang.Exception

setNameSpace

void setNameSpace(java.lang.String s)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getActive

boolean getActive()
                  throws java.lang.Exception
Throws:
java.lang.Exception

setActive

void setActive(boolean b)
               throws java.lang.Exception
Throws:
java.lang.Exception

getCachable

boolean getCachable()
                    throws java.lang.Exception
Throws:
java.lang.Exception

setCachable

void setCachable(boolean b)
                 throws java.lang.Exception
Throws:
java.lang.Exception