| java.lang.Object com.caucho.jmx.MBeanView
MBeanView | public class MBeanView (Code) | | The view for administration.
|
Method Summary | |
boolean | add(ObjectName name, MBeanWrapper mbean) Adds an mbean instance to the view. | boolean | add(ObjectName name, MBeanWrapper mbean, boolean overwrite) Adds an mbean instance to the view. | void | close() Closes the view. | public ClassLoader | getClassLoader() Returns the class loader. | public String[] | getDomains() Returns the mbean domains. | protected void | getDomains(ArrayList<String> domains) Returns the mbean domains. | public MBeanWrapper | getMBean(ObjectName name) Returns the object. | public int | getMBeanCount() Returns the mbean count. | protected MBeanView | getParentGlobalView() Returns the parent global view. | protected MBeanView | getParentView() Returns the parent local view. | public Set<ObjectInstance> | queryMBeans(ObjectName name, QueryExp query) Finds names matching the query. | protected void | queryMBeans(Set<ObjectInstance> set, ObjectName name, QueryExp query) Finds names matching the query. | public Set<ObjectName> | queryNames(ObjectName queryName, QueryExp query) Finds names matching the query. | protected void | queryNames(Set<ObjectName> set, ObjectName queryName, QueryExp query) Finds names matching the query. | MBeanWrapper | remove(ObjectName name) Removes an mbean instance from the view. | MBeanWrapper | remove(ObjectName name, MBeanWrapper mbean) Removes an mbean instance from the view. | public String | toString() |
close | void close()(Code) | | Closes the view.
|
getDomains | public String[] getDomains()(Code) | | Returns the mbean domains.
|
getMBeanCount | public int getMBeanCount()(Code) | | Returns the mbean count.
|
getParentGlobalView | protected MBeanView getParentGlobalView()(Code) | | Returns the parent global view.
|
getParentView | protected MBeanView getParentView()(Code) | | Returns the parent local view.
|
|
|