FileDocCategorySizeDatePackage
MEJB.javaAPI DocGlassfish v2 API3746Fri May 04 22:25:44 BST 2007com.sun.enterprise.management.agent

MEJB

public interface MEJB implements javax.management.j2ee.Management

Fields Summary
Constructors Summary
Methods Summary
public java.util.SetqueryNames(javax.management.ObjectName name, javax.management.QueryExp query)
Gets the names of MBeans controlled by the MBean server. This method enables any of the following to be obtained: The names of all MBeans, the names of a set of MBeans specified by pattern matching on the ObjectName and/or a Query expression, a specific MBean name (equivalent to testing whether an MBean is registered). When the object name is null or no domain and key properties are specified, all objects are selected (and filtered if a query is specified). It returns the set of ObjectNames for the MBeans selected.

param
name The object name pattern identifying the MBeans to be retrieved. If null or no domain and key properties are specified, all the MBeans registered will be retrieved.
param
query The query expression to be applied for selecting MBeans. If null no query expression will be applied for selecting MBeans.
return
A set containing the ObjectNames for the MBeans selected. If no MBean satisfies the query, an empty list is returned.