@Deprecated public interface MbeansSourceMBean
| Modifier and Type | Method and Description | 
|---|---|
| List<ObjectName> | getMBeans()Deprecated.  Return the list of loaded mbeans names | 
| 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(Object source)Deprecated.  Set the source to be used to load the mbeans | 
void setSource(Object source)
source - File or URLObject getSource()
List<ObjectName> getMBeans()
void load()
          throws Exception
Exceptionvoid init()
          throws Exception
Exceptionvoid save()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.