public interface FrameworkMBean
Modifier and Type | Method and Description |
---|---|
void |
addModuleInstance()
Add a new element named moduleInstance
|
java.util.List<ModuleInstanceMBean> |
getModuleInstanceMBean()
Return the list of the ModuleInstance element
|
void |
removeModuleInstance(int index)
Remove an element named moduleInstance by the index
|
void addModuleInstance()
void removeModuleInstance(int index)
java.util.List<ModuleInstanceMBean> getModuleInstanceMBean()