@Deprecated
public interface MbeansSourceMBean
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<javax.management.ObjectName> | getMBeans()Deprecated.  Return the list of loaded mbeans names | 
| java.lang.Object | getSource()Deprecated.  | 
| void | init()Deprecated.  Call the init method on all mbeans. | 
| void | load()Deprecated.  Load the mbeans from the source. | 
| void | save()Deprecated.  Save the file. | 
| void | setSource(java.lang.Object source)Deprecated.  Set the source to be used to load the mbeans | 
void setSource(java.lang.Object source)
source - File or URLjava.lang.Object getSource()
java.util.List<javax.management.ObjectName> getMBeans()
void load()
          throws java.lang.Exception
java.lang.Exceptionvoid init()
          throws java.lang.Exception
java.lang.Exceptionvoid save()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.