public interface ModuleInstanceMBean
Modifier and Type | Method and Description |
---|---|
AdditionalHeaderMBean |
getAdditionalHeaderMBean()
Return the value of the AdditionalHeader element
|
ApplicationServerMBean |
getApplicationServerMBean()
Return the value of the ApplicationServer element
|
java.math.BigInteger |
getDefaultSubscriptionDurationSeconds()
Gets the value of the defaultSubscriptionDurationSeconds property.
|
java.math.BigInteger |
getMaxSubscriptionDurationSeconds()
Gets the value of the maxSubscriptionDurationSeconds property.
|
java.math.BigInteger |
getMinSubscriptionDurationSeconds()
Gets the value of the minSubscriptionDurationSeconds property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOeAddress()
Gets the value of the oeAddress property.
|
java.lang.String |
getRel100DefaultModeValue() |
SessionKeepAliveMBean |
getSessionKeepAliveMBean()
Return the value of the SessionKeepAlive element
|
SipMBean |
getSipMBean()
Return the value of the Sip element
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.math.BigInteger |
getTcaTimeoutIntervalSeconds()
Gets the value of the tcaTimeoutIntervalSeconds property.
|
java.math.BigInteger |
getTcpTimeoutIntervalSeconds()
Gets the value of the tcpTimeoutIntervalSeconds property.
|
java.math.BigInteger |
getTcterTimeoutIntervalSeconds()
Gets the value of the tcterTimeoutIntervalSeconds property.
|
java.math.BigInteger |
getTspTimeoutIntervalSeconds()
Gets the value of the tspTimeoutIntervalSeconds property.
|
java.math.BigInteger |
getTsterTimeoutIntervalSeconds()
Gets the value of the tsterTimeoutIntervalSeconds property.
|
void |
setAdditionalHeaderMBean(AdditionalHeaderMBean val)
Set the value of the AdditionalHeader element
|
void |
setApplicationServerMBean(ApplicationServerMBean val)
Set the value of the ApplicationServer element
|
void |
setDefaultSubscriptionDurationSeconds(java.math.BigInteger value)
Sets the value of the defaultSubscriptionDurationSeconds property.
|
void |
setMaxSubscriptionDurationSeconds(java.math.BigInteger value)
Sets the value of the maxSubscriptionDurationSeconds property.
|
void |
setMinSubscriptionDurationSeconds(java.math.BigInteger value)
Sets the value of the minSubscriptionDurationSeconds property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOeAddress(java.lang.String value)
Sets the value of the oeAddress property.
|
void |
setRel100DefaultModeValue(java.lang.String value)
Set the value of rel100DefaultMode
|
void |
setSessionKeepAliveMBean(SessionKeepAliveMBean val)
Set the value of the SessionKeepAlive element
|
void |
setSipMBean(SipMBean val)
Set the value of the Sip element
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setTcaTimeoutIntervalSeconds(java.math.BigInteger value)
Sets the value of the tcaTimeoutIntervalSeconds property.
|
void |
setTcpTimeoutIntervalSeconds(java.math.BigInteger value)
Sets the value of the tcpTimeoutIntervalSeconds property.
|
void |
setTcterTimeoutIntervalSeconds(java.math.BigInteger value)
Sets the value of the tcterTimeoutIntervalSeconds property.
|
void |
setTspTimeoutIntervalSeconds(java.math.BigInteger value)
Sets the value of the tspTimeoutIntervalSeconds property.
|
void |
setTsterTimeoutIntervalSeconds(java.math.BigInteger value)
Sets the value of the tsterTimeoutIntervalSeconds property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getState()
void setState(java.lang.String value)
java.lang.String getOeAddress()
void setOeAddress(java.lang.String value)
java.math.BigInteger getTsterTimeoutIntervalSeconds()
void setTsterTimeoutIntervalSeconds(java.math.BigInteger value)
java.math.BigInteger getTcterTimeoutIntervalSeconds()
void setTcterTimeoutIntervalSeconds(java.math.BigInteger value)
java.math.BigInteger getTspTimeoutIntervalSeconds()
void setTspTimeoutIntervalSeconds(java.math.BigInteger value)
java.math.BigInteger getTcpTimeoutIntervalSeconds()
void setTcpTimeoutIntervalSeconds(java.math.BigInteger value)
java.math.BigInteger getTcaTimeoutIntervalSeconds()
void setTcaTimeoutIntervalSeconds(java.math.BigInteger value)
java.math.BigInteger getMinSubscriptionDurationSeconds()
void setMinSubscriptionDurationSeconds(java.math.BigInteger value)
java.math.BigInteger getMaxSubscriptionDurationSeconds()
void setMaxSubscriptionDurationSeconds(java.math.BigInteger value)
java.math.BigInteger getDefaultSubscriptionDurationSeconds()
void setDefaultSubscriptionDurationSeconds(java.math.BigInteger value)
void setRel100DefaultModeValue(java.lang.String value)
java.lang.String getRel100DefaultModeValue()
ApplicationServerMBean getApplicationServerMBean()
void setApplicationServerMBean(ApplicationServerMBean val)
SipMBean getSipMBean()
void setSipMBean(SipMBean val)
AdditionalHeaderMBean getAdditionalHeaderMBean()
void setAdditionalHeaderMBean(AdditionalHeaderMBean val)
SessionKeepAliveMBean getSessionKeepAliveMBean()
void setSessionKeepAliveMBean(SessionKeepAliveMBean val)