Package net.welen.jmole.finder
Interface MBeanFinder
-
- All Known Implementing Classes:
MBeanFinderImpl
public interface MBeanFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<ObjectName>getMatchingObjectNames()voidsetAttributeMatch(String attributeMatch)voidsetAttributeName(String attributeName)voidsetClassName(String className)voidsetObjectNameQueries(List<String> objectNameQueries)voidsetParameterMatch(String parameterMatch)voidsetParameterName(String parameterName)
-
-
-
Method Detail
-
getMatchingObjectNames
Set<ObjectName> getMatchingObjectNames() throws MBeanException, InstanceNotFoundException, ReflectionException, AttributeNotFoundException, IntrospectionException
-
setObjectNameQueries
void setObjectNameQueries(List<String> objectNameQueries) throws MalformedObjectNameException
- Throws:
MalformedObjectNameException
-
setAttributeName
void setAttributeName(String attributeName)
-
setAttributeMatch
void setAttributeMatch(String attributeMatch)
-
setParameterName
void setParameterName(String parameterName)
-
setParameterMatch
void setParameterMatch(String parameterMatch)
-
setClassName
void setClassName(String className)
-
-