|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This mbean will load an extended mlet file ( similar in syntax with jboss ). It'll keep track of all attribute changes and update the file when attributes change.
Method Summary | |
List |
getMBeans()
Return the list of loaded mbeans names |
Object |
getSource()
|
void |
init()
Call the init method on all mbeans. |
void |
load()
Load the mbeans from the source. |
void |
save()
Save the file. |
void |
setSource(Object source)
Set the source to be used to load the mbeans |
Method Detail |
public void setSource(Object source)
source
- File or URLpublic Object getSource()
public List getMBeans()
public void load() throws Exception
Exception
- public void init() throws Exception
Exception
- public void save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |