org.jmx4odp.j4oNet
Interface MBeanResolverMBean
- All Known Implementing Classes:
- BroadcastResolver, JsResgistryResolver, MBeanResolver, MBeanServerResolver
public interface MBeanResolverMBean
- Author:
- Lmcgregor
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