public interface ServerMappingsMBean
Modifier and Type | Method and Description |
---|---|
void |
addServer()
Add a new element named server
|
java.math.BigInteger |
getMaxServers()
Gets the value of the maxServers property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<ServerMappingMBean> |
getServerMBean()
Return the list of the ServerMapping element
|
void |
removeServer(int index)
Remove an element named server by the index
|
void |
setMaxServers(java.math.BigInteger value)
Sets the value of the maxServers property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getMaxServers()
void setMaxServers(java.math.BigInteger value)
void addServer()
void removeServer(int index)
java.util.List<ServerMappingMBean> getServerMBean()