public interface SnmpConfigMBean
Modifier and Type | Method and Description |
---|---|
void |
addConfiguration()
Add a new element named configuration
|
void |
addMapping()
Add a new element named mapping
|
java.util.List<SnmpConfigurationTypeMBean> |
getConfigurationMBean()
Return the list of the SnmpConfigurationType element
|
java.util.List<MappingTypeMBean> |
getMappingMBean()
Return the list of the MappingType element
|
void |
removeConfiguration(int index)
Remove an element named configuration by the index
|
void |
removeMapping(int index)
Remove an element named mapping by the index
|
void addConfiguration()
void removeConfiguration(int index)
void addMapping()
void removeMapping(int index)
java.util.List<SnmpConfigurationTypeMBean> getConfigurationMBean()
java.util.List<MappingTypeMBean> getMappingMBean()