public interface MbeansSourceMBean
Modifier and Type | Method and Description |
---|---|
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
|
void setSource(Object source)
source
- File or URLObject getSource()
List getMBeans()
void load() throws Exception
Exception
void init() throws Exception
Exception
void save()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.