|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static Integer |
inapBindTimeout INAP bind timeout (milliseconds). |
static Integer |
inapUserId INAP CommonParts user ID. |
static Integer |
localSpc Local SPC, for example, 777. |
static Integer |
localSsn Local SSN, for example, 254. |
static Integer |
noAnswerTimeout NoAnswer timeout value (seconds). |
static Integer |
remoteSpc Remote SPC, for example, 16384. |
static Integer |
remoteSsn Remote SSN, for example, 8. |
static Integer |
sccpPriority SCCP message priority, from 0 (lowest) to 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() Gets the INAP bind timeout. |
Integer |
getInapUserId() Gets the INAP CommonParts user ID. |
Integer |
getLocalSpc() Gets the local SPC. |
Integer |
getLocalSsn() Gets the local SSN. |
Integer |
getNoAnswerTimeout() Gets the NoAnswer timeout. |
Integer |
getRemoteSpc() Gets the remote SPC. |
Integer |
getRemoteSsn() Gets the remote SSN. |
Integer |
getSccpPriority() Gets the SCCP priority. |
Integer |
getSccpQualityOfService() Gets the SCCP QoS. |
String |
getSs7Host() Gets the SS7 host address. |
Integer |
getSs7PortNumber() Gets the SS7 port number. |
Integer |
getTSCFTimeout() Gets the T(SCF) timeout |
void |
setInapBindTimeout(Integer inapBindTimeout) Sets the INAP bind timeout. |
void |
setInapUserId(Integer inapUserId) Sets the INAP CommonParts user ID. |
void |
setLocalSpc(Integer spc) Sets the local SPC. |
void |
setLocalSsn(Integer ssn) Sets the local SSN. |
void |
setNoAnswerTimeout(Integer timeout) Sets the NoAnswer timeout. |
void |
setRemoteSpc(Integer spc) Sets the remote SPC. |
void |
setRemoteSsn(Integer ssn) Sets the remote SSN. |
void |
setSccpPriority(Integer sccpPriority) Sets the SCCP priority. |
void |
setSccpQualityOfService(Integer sccpQualityOfService) Sets the SCCP QoS. |
void |
setSs7Host(String ss7Host) Sets the SS7 host address. |
void |
setSs7PortNumber(Integer ss7PortNumber) Sets the SS7 port number. |
void |
setTSCFTimeout(Integer timeout) Sets 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 timeoutManagementException
- 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, for example, 777.ManagementException
- Thrown if there was an error communicating with the database.public void setLocalSsn(Integer ssn) throws ManagementException
ssn
- Local SSN, for example, 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, for example, 16384.ManagementException
- Thrown if there was an error communicating with the database.public void setRemoteSsn(Integer ssn) throws ManagementException
ssn
- Remote SSN, for example, 8.ManagementException
- Thrown if there was an error communicating with the database.public void setSccpPriority(Integer sccpPriority) throws ManagementException
sccpPriority
- SCCP priority from 0 (lowest) to 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 Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |