|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface identifies an Mtp3 Service Access Point (SAP). The MTP-3 SAP can represent either a local or remote signalling point. In the case of a local signalling point, this interface is extended by the Signalling Point MO interface. The remote signalling point can be either an adjacent or a far-end node.
The following statistics can be collected for this MO
The following Alarms can be emitted by this MO
The following Errors can be emitted by this MO
| Field Summary | |
static int |
NI_INTERNATIONAL_00
A Network Indicator constant: Indicates the International Network 00, this has an integer value of 0. |
static int |
NI_INTERNATIONAL_01
A Network Indicator constant: Indicates the International Network 01, this has an integer value of 1. |
static int |
NI_NATIONAL_10
A Network Indicator constant: Indicates the National Network 10, this has an integer value of 2. |
static int |
NI_NATIONAL_11
A Network Indicator constant: Indicates the National Network 11, this has an integer value of 3. |
static int |
SI_BROADBAND_ISUP
Service Indicator constant: Indicates broadband ISDN User Part. |
static int |
SI_DUP_CALL_CIRCUIT
Service Indicator constant: Indicates Data User Part - call and circuit-related messages. |
static int |
SI_DUP_FACILITY_CANCELLATION
Service Indicator constant: Indicates Data User Part - facility registration and cancellation messages. |
static int |
SI_ISUP
Service Indicator constant: Indicates ISDN User Part |
static int |
SI_MTP_TESTING
Service Indicator constant: Indicates reserved for MTP Testing User Part. |
static int |
SI_SATELLITE_ISUP
Service Indicator constant: Indicates satellite ISDN User Part. |
static int |
SI_SCCP
Service Indicator constant: Indicates SCCP. |
static int |
SI_SIG_NET_MAN_MESSAGES
Service Indicator constant: Indicates signalling network management messages. |
static int |
SI_SIG_NET_TEST_MAIN_MESSAGES
Service Indicator constant: Indicates signalling network testing and maintenance messages. |
static int |
SI_TUP
Service Indicator constant: Indicates Telephone User Part. |
static int |
STATUS_ALLOWED
A SAP Status constant: Indicates that the status of the Access Point is Allowed. |
static int |
STATUS_CONGESTED
A SAP Status constant: Indicates that the status of the Access Point is Congested. |
static int |
STATUS_PROHIBITED
A SAP Status constant: Indicates that the status of the Access Point is Prohibited. |
static int |
TYPE_SEP
A Signalling Type constant: Indicates a Signalling End Point. |
static int |
TYPE_STEP
A Signalling Type constant: Indicates a Signalling Transfer End Point. |
static int |
TYPE_STP
A Signalling Type constant: Indicates a Signalling Transfer Point. |
| Fields inherited from class java.io.Serializable |
serialVersionUID |
| Method Summary | |
int |
getNetworkIndicator()
Gets the Network Indicator of this Service Access Point (one of the Network Indicator constants). |
int |
getSapStatus()
Returns the status of the signalling point identified by this Service Access Point (one of the SAP Status constants). |
int |
getServiceIndicator()
Returns the service indicator one of the service indicator constants. |
long |
getSignallingPointCode()
Gets the Signalling Point Code of this Signalling Point. |
int |
getType()
Returns the type of this Signalling point (one of the Signalling Type constants). |
void |
setNetworkIndicator(int networkInd)
Sets the Network Indicator parameter of this Service Access Point (one of the Network Indicator constants). |
void |
setServiceIndicator(int serviceIndicator)
Sets the service indicator (one of the service indicator constants). |
void |
setSignallingPointCode(long pointCode)
Sets the Signalling Point Code of this Signalling Point. |
void |
setType(int type)
Sets the type of this Signalling Point (one of the Signalling Type constants). |
| Methods inherited from interface jain.protocol.ss7.oam.mtp3.Mtp3ManagedObject |
addMtp3AlarmListener,
addMtp3ErrorListener,
removeMtp3AlarmListener,
removeMtp3ErrorListener |
| Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
addVetoableChangeListener,
getName,
getObjectId,
getProprietaryInformation,
removePropertyChangeListener,
removeVetoableChangeListener,
setName |
| Field Detail |
public static final int STATUS_ALLOWED
public static final int STATUS_PROHIBITED
public static final int STATUS_CONGESTED
public static final int SI_SIG_NET_MAN_MESSAGES
public static final int SI_SIG_NET_TEST_MAIN_MESSAGES
public static final int SI_SCCP
public static final int SI_TUP
public static final int SI_ISUP
public static final int SI_DUP_CALL_CIRCUIT
public static final int SI_DUP_FACILITY_CANCELLATION
public static final int SI_MTP_TESTING
public static final int SI_BROADBAND_ISUP
public static final int SI_SATELLITE_ISUP
public static final int NI_INTERNATIONAL_00
public static final int NI_INTERNATIONAL_01
public static final int NI_NATIONAL_10
public static final int NI_NATIONAL_11
public static final int TYPE_SEP
public static final int TYPE_STP
public static final int TYPE_STEP
| Method Detail |
public void setSignallingPointCode(long pointCode)
throws java.lang.IllegalArgumentException
SSSAAAZZZ
where:
SSS == Signalling Point ID (member)
AAA == Area Id (cluster)
ZZZ == Zone Id (network)
The permitted ranges for each value are outlined in the table below.
|
Signalling Point ID (member) |
Area ID (cluster) |
Zone Id (network) |
|
|
ANSI |
000-255 |
000-255 |
000-255 |
|
ITU |
000-007 |
000-255 |
000-007 |
pointCode - the signalling point codepublic long getSignallingPointCode()
public void setNetworkIndicator(int networkInd)
throws java.lang.IllegalArgumentException
networkInd - one of the following:
public int getNetworkIndicator()
public void setServiceIndicator(int serviceIndicator)
throws java.lang.IllegalArgumentException
serviceIndicator - one of the Service Indicator constants, one of the following:
public int getServiceIndicator()
public void setType(int type)
throws java.lang.IllegalArgumentException
type - one of the following:
public int getType()
public int getSapStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||