public interface ModuleInstanceMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getNumberOfRouters()
Gets the value of the numberOfRouters property.
|
java.math.BigInteger |
getNumberOfSpSyActors()
Gets the value of the numberOfSpSyActors property.
|
ServerMappingsMBean |
getServersMBean()
Return the value of the ServerMappings element
|
java.lang.String |
getState()
Gets the value of the state property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNumberOfRouters(java.math.BigInteger value)
Sets the value of the numberOfRouters property.
|
void |
setNumberOfSpSyActors(java.math.BigInteger value)
Sets the value of the numberOfSpSyActors property.
|
void |
setServersMBean(ServerMappingsMBean val)
Set the value of the ServerMappings element
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getState()
void setState(java.lang.String value)
java.math.BigInteger getNumberOfRouters()
void setNumberOfRouters(java.math.BigInteger value)
java.math.BigInteger getNumberOfSpSyActors()
void setNumberOfSpSyActors(java.math.BigInteger value)
ServerMappingsMBean getServersMBean()
void setServersMBean(ServerMappingsMBean val)