Java EE 5 SDK

com.sun.appserv.management.util.jmx
Interface ObjectNameQueryMBean

All Superinterfaces:
ObjectNameQuery
All Known Implementing Classes:
ObjectNameQueryMBeanImpl

public interface ObjectNameQueryMBean
extends ObjectNameQuery


Method Summary
 Set<ObjectName> matchAll(ObjectName startingSetPattern, String[] regexNames, String[] regexValues)
           
 Set<ObjectName> matchAny(ObjectName startingSetPattern, String[] regexNames, String[] regexValues)
           
 
Methods inherited from interface com.sun.appserv.management.util.jmx.ObjectNameQuery
matchAll, matchAny
 

Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.