|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Field Summary | |
static Integer |
inapBindTimeout
INAP bind timeout (ms) |
static Integer |
inapUserId
INAP CommonParts user ID |
static Integer |
localSpc
Local SPC. |
static Integer |
localSsn
Local SSN. |
static Integer |
noAnswerTimeout
NoAnswer timeout value (seconds) |
static Integer |
remoteSpc
Remote SPC. |
static Integer |
remoteSsn
Remote SSN. |
static Integer |
sccpPriority
SCCP message priority, 0 (lowest) - 3 (highest) |
static Integer |
sccpQualityOfService
SCCP quality-of-service |
static String |
ss7Host
SS7 host address |
static Integer |
ss7PortNumber
SS7 port number |
static Integer |
TSCFTimeout
The T(SCF) timeout (seconds) |
| Method Summary | |
Integer |
getInapBindTimeout()
Get the INAP bind timeout. |
Integer |
getInapUserId()
Get the INAP CommonParts user ID. |
Integer |
getLocalSpc()
Get the local SPC. |
Integer |
getLocalSsn()
Get the local SSN. |
Integer |
getNoAnswerTimeout()
Get the NoAnswer timeout |
Integer |
getRemoteSpc()
Get the remote SPC. |
Integer |
getRemoteSsn()
Get the remote SSN. |
Integer |
getSccpPriority()
Get the SCCP priority. |
Integer |
getSccpQualityOfService()
Get the SCCP QoS. |
String |
getSs7Host()
Get the SS7 host address. |
Integer |
getSs7PortNumber()
Get the SS7 port number. |
Integer |
getTSCFTimeout()
Get the T(SCF) timeout |
void |
setInapBindTimeout(Integer inapBindTimeout)
Set the INAP bind timeout. |
void |
setInapUserId(Integer inapUserId)
Set the INAP CommonParts user ID. |
void |
setLocalSpc(Integer spc)
Set the local SPC. |
void |
setLocalSsn(Integer ssn)
Set the local SSN. |
void |
setNoAnswerTimeout(Integer timeout)
Set the NoAnswer timeout. |
void |
setRemoteSpc(Integer spc)
Set the remote SPC. |
void |
setRemoteSsn(Integer ssn)
Set the remote SSN. |
void |
setSccpPriority(Integer sccpPriority)
Set the SCCP priority. |
void |
setSccpQualityOfService(Integer sccpQualityOfService)
Set the SCCP QoS. |
void |
setSs7Host(String ss7Host)
Set the SS7 host address. |
void |
setSs7PortNumber(Integer ss7PortNumber)
Set the SS7 port number. |
void |
setTSCFTimeout(Integer timeout)
Set the T(SCF) timeout. |
| Field Detail |
public static final Integer inapBindTimeout
public static final Integer inapUserId
public static final Integer localSpc
public static final Integer localSsn
public static final Integer noAnswerTimeout
public static final Integer remoteSpc
public static final Integer remoteSsn
public static final Integer sccpPriority
public static final Integer sccpQualityOfService
public static final String ss7Host
public static final Integer ss7PortNumber
public static final Integer TSCFTimeout
| Method Detail |
public Integer getInapBindTimeout()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getInapUserId()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getLocalSpc()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getLocalSsn()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getNoAnswerTimeout()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getRemoteSpc()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getRemoteSsn()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getSccpPriority()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getSccpQualityOfService()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public String getSs7Host()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getSs7PortNumber()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public Integer getTSCFTimeout()
throws ManagementException
ManagementException - thrown if the parameter has not been initialized.
public void setInapBindTimeout(Integer inapBindTimeout)
throws ManagementException
inapBindTimeout - INAP bind timeout
ManagementException - thrown if there was an error communicating with the database.
public void setInapUserId(Integer inapUserId)
throws ManagementException
inapUserId - INAP CommonParts user ID
ManagementException - thrown if there was an error communicating with the database.
public void setLocalSpc(Integer spc)
throws ManagementException
spc - local SPC, e.g. 777
ManagementException - thrown if there was an error communicating with the database.
public void setLocalSsn(Integer ssn)
throws ManagementException
ssn - local SSN, e.g. 254
ManagementException - thrown if there was an error communicating with the database.
public void setNoAnswerTimeout(Integer timeout)
throws ManagementException
timeout - The timeout in seconds
ManagementException - thrown if there was an error communicating with the database.
public void setRemoteSpc(Integer spc)
throws ManagementException
spc - remote SPC, e.g. 16384
ManagementException - thrown if there was an error communicating with the database.
public void setRemoteSsn(Integer ssn)
throws ManagementException
ssn - remote SSN, e.g. 8
ManagementException - thrown if there was an error communicating with the database.
public void setSccpPriority(Integer sccpPriority)
throws ManagementException
sccpPriority - SCCP priority, 0 (lowest) - 3 (highest)
ManagementException - thrown if there was an error communicating with the database.
public void setSccpQualityOfService(Integer sccpQualityOfService)
throws ManagementException
sccpQualityOfService - SCCP QoS
ManagementException - thrown if there was an error communicating with the database.
public void setSs7Host(String ss7Host)
throws ManagementException
ss7Host - SS7 host address
ManagementException - thrown if there was an error communicating with the database.
public void setSs7PortNumber(Integer ss7PortNumber)
throws ManagementException
ss7PortNumber - SS7 port number
ManagementException - thrown if there was an error communicating with the database.
public void setTSCFTimeout(Integer timeout)
throws ManagementException
timeout - The timeout in seconds
ManagementException - thrown if there was an error communicating with the database.
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||