public interface SctpAssociationMBean
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getLocalPort()
Gets the value of the localPort property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getRemotePort()
Gets the value of the remotePort property.
|
java.lang.String |
getRemoteSide()
Gets the value of the remoteSide property.
|
java.lang.String |
getSideValue() |
java.lang.String |
getTypeValue() |
void |
setLocalPort(java.math.BigInteger value)
Sets the value of the localPort property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRemotePort(java.math.BigInteger value)
Sets the value of the remotePort property.
|
void |
setRemoteSide(java.lang.String value)
Sets the value of the remoteSide property.
|
void |
setSideValue(java.lang.String value)
Set the value of side
|
void |
setTypeValue(java.lang.String value)
Set the value of type
|
java.lang.String getName()
void setName(java.lang.String value)
java.math.BigInteger getLocalPort()
void setLocalPort(java.math.BigInteger value)
java.lang.String getRemoteSide()
void setRemoteSide(java.lang.String value)
java.math.BigInteger getRemotePort()
void setRemotePort(java.math.BigInteger value)
void setSideValue(java.lang.String value)
java.lang.String getSideValue()
void setTypeValue(java.lang.String value)
java.lang.String getTypeValue()