public interface AllocatorsMBean
Modifier and Type | Method and Description |
---|---|
void |
addAllocator()
Add a new element named allocator
|
java.util.List<AllocatorMBean> |
getAllocatorMBean()
Return the list of the Allocator element
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
removeAllocator(int index)
Remove an element named allocator by the index
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
void addAllocator()
void removeAllocator(int index)
java.util.List<AllocatorMBean> getAllocatorMBean()