Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.plugin.tpc.inap.management
Interface InapTpcMBean


public interface InapTpcMBean

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

inapBindTimeout

public static final Integer inapBindTimeout
INAP bind timeout (milliseconds).

inapUserId

public static final Integer inapUserId
INAP CommonParts user ID.

localSpc

public static final Integer localSpc
Local SPC, for example, 777.

localSsn

public static final Integer localSsn
Local SSN, for example, 254.

noAnswerTimeout

public static final Integer noAnswerTimeout
NoAnswer timeout value (seconds).

remoteSpc

public static final Integer remoteSpc
Remote SPC, for example, 16384.

remoteSsn

public static final Integer remoteSsn
Remote SSN, for example, 8.

sccpPriority

public static final Integer sccpPriority
SCCP message priority, from 0 (lowest) to 3 (highest).

sccpQualityOfService

public static final Integer sccpQualityOfService
SCCP quality-of-service.

ss7Host

public static final String ss7Host
SS7 host address.

ss7PortNumber

public static final Integer ss7PortNumber
SS7 port number.

TSCFTimeout

public static final Integer TSCFTimeout
The T(SCF) timeout (seconds).

Method Detail

getInapBindTimeout

public Integer getInapBindTimeout()
                           throws ManagementException
Gets the INAP bind timeout.
Returns:
INAP bind timeout.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getInapUserId

public Integer getInapUserId()
                      throws ManagementException
Gets the INAP CommonParts user ID.
Returns:
INAP CommonParts user ID.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getLocalSpc

public Integer getLocalSpc()
                    throws ManagementException
Gets the local SPC.
Returns:
Local SPC.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getLocalSsn

public Integer getLocalSsn()
                    throws ManagementException
Gets the local SSN.
Returns:
Local SSN.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getNoAnswerTimeout

public Integer getNoAnswerTimeout()
                           throws ManagementException
Gets the NoAnswer timeout.
Returns:
The timeout in seconds.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getRemoteSpc

public Integer getRemoteSpc()
                     throws ManagementException
Gets the remote SPC.
Returns:
Remote SPC.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getRemoteSsn

public Integer getRemoteSsn()
                     throws ManagementException
Gets the remote SSN.
Returns:
Remote SSN.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getSccpPriority

public Integer getSccpPriority()
                        throws ManagementException
Gets the SCCP priority.
Returns:
SCCP priority.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getSccpQualityOfService

public Integer getSccpQualityOfService()
                                throws ManagementException
Gets the SCCP QoS.
Returns:
SCCP QoS.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getSs7Host

public String getSs7Host()
                  throws ManagementException
Gets the SS7 host address.
Returns:
SS7 host address.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getSs7PortNumber

public Integer getSs7PortNumber()
                         throws ManagementException
Gets the SS7 port number.
Returns:
SS7 port number.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

getTSCFTimeout

public Integer getTSCFTimeout()
                       throws ManagementException
Gets the T(SCF) timeout
Returns:
The timeout in seconds.
Throws:
ManagementException - Thrown if the parameter has not been initialized.

setInapBindTimeout

public void setInapBindTimeout(Integer inapBindTimeout)
                        throws ManagementException
Sets the INAP bind timeout.
Parameters:
inapBindTimeout - INAP bind timeout
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setInapUserId

public void setInapUserId(Integer inapUserId)
                   throws ManagementException
Sets the INAP CommonParts user ID.
Parameters:
inapUserId - INAP CommonParts user ID.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setLocalSpc

public void setLocalSpc(Integer spc)
                 throws ManagementException
Sets the local SPC.
Parameters:
spc - local SPC, for example, 777.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setLocalSsn

public void setLocalSsn(Integer ssn)
                 throws ManagementException
Sets the local SSN.
Parameters:
ssn - Local SSN, for example, 254.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setNoAnswerTimeout

public void setNoAnswerTimeout(Integer timeout)
                        throws ManagementException
Sets the NoAnswer timeout.
Parameters:
timeout - The timeout in seconds.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setRemoteSpc

public void setRemoteSpc(Integer spc)
                  throws ManagementException
Sets the remote SPC.
Parameters:
spc - Remote SPC, for example, 16384.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setRemoteSsn

public void setRemoteSsn(Integer ssn)
                  throws ManagementException
Sets the remote SSN.
Parameters:
ssn - Remote SSN, for example, 8.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setSccpPriority

public void setSccpPriority(Integer sccpPriority)
                     throws ManagementException
Sets the SCCP priority.
Parameters:
sccpPriority - SCCP priority from 0 (lowest) to 3 (highest).
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setSccpQualityOfService

public void setSccpQualityOfService(Integer sccpQualityOfService)
                             throws ManagementException
Sets the SCCP QoS.
Parameters:
sccpQualityOfService - SCCP QoS.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setSs7Host

public void setSs7Host(String ss7Host)
                throws ManagementException
Sets the SS7 host address.
Parameters:
ss7Host - SS7 host address.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setSs7PortNumber

public void setSs7PortNumber(Integer ss7PortNumber)
                      throws ManagementException
Sets the SS7 port number.
Parameters:
ss7PortNumber - SS7 port number.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

setTSCFTimeout

public void setTSCFTimeout(Integer timeout)
                    throws ManagementException
Sets the T(SCF) timeout.
Parameters:
timeout - The timeout in seconds.
Throws:
ManagementException - Thrown if there was an error communicating with the database.

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.