public interface AdvancedTslConfigParserMBean
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getSessionOverloadThreshold()
Gets the value of the sessionOverloadThreshold property.
|
java.math.BigInteger |
getTcapTotalLengthLimit()
Gets the value of the tcapTotalLengthLimit property.
|
java.lang.String |
getTransactionidStructureValue() |
boolean |
isCheckASInitiatedSessionsForOverload()
Gets the value of the checkASInitiatedSessionsForOverload property.
|
boolean |
isCheckNetInitiatedSessionsForOverload()
Gets the value of the checkNetInitiatedSessionsForOverload property.
|
void |
setCheckASInitiatedSessionsForOverload(boolean value)
Sets the value of the checkASInitiatedSessionsForOverload property.
|
void |
setCheckNetInitiatedSessionsForOverload(boolean value)
Sets the value of the checkNetInitiatedSessionsForOverload property.
|
void |
setSessionOverloadThreshold(java.math.BigInteger value)
Sets the value of the sessionOverloadThreshold property.
|
void |
setTcapTotalLengthLimit(java.math.BigInteger value)
Sets the value of the tcapTotalLengthLimit property.
|
void |
setTransactionidStructureValue(java.lang.String value)
Set the value of transactionidStructure
|
java.math.BigInteger getTcapTotalLengthLimit()
void setTcapTotalLengthLimit(java.math.BigInteger value)
boolean isCheckNetInitiatedSessionsForOverload()
void setCheckNetInitiatedSessionsForOverload(boolean value)
boolean isCheckASInitiatedSessionsForOverload()
void setCheckASInitiatedSessionsForOverload(boolean value)
java.math.BigInteger getSessionOverloadThreshold()
void setSessionOverloadThreshold(java.math.BigInteger value)
void setTransactionidStructureValue(java.lang.String value)
java.lang.String getTransactionidStructureValue()