com.sun.appserv.management.util.jmx
Interface ObjectNameQueryMBean
- All Superinterfaces:
- ObjectNameQuery
- All Known Implementing Classes:
- ObjectNameQueryMBeanImpl
public interface ObjectNameQueryMBean
- extends ObjectNameQuery
matchAll
Set<ObjectName> matchAll(ObjectName startingSetPattern,
String[] regexNames,
String[] regexValues)
throws MalformedObjectNameException,
IOException
- Throws:
MalformedObjectNameException
IOException
matchAny
Set<ObjectName> matchAny(ObjectName startingSetPattern,
String[] regexNames,
String[] regexValues)
throws MalformedObjectNameException,
IOException
- Throws:
MalformedObjectNameException
IOException
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.