|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jain.protocol.ss7.SubSystemAddress
SubsystemAddress represents an address of an SS7 User application.
The User Address comprises of the following mandatory parameters:
| Constructor Summary | |
SubSystemAddress(SignalingPointCode signalingPointCode,
short subSystemNumber)
Constructs a SubsystemAddress with the specified Signalling Point Code and Sub-System Number. |
|
| Method Summary | |
SignalingPointCode |
getSignalingPointCode()
Returns the Signaling Point Code of this SubSystem Number. |
int |
getSubSystemNumber()
Gets the SubSystem number of this Subsystem Address. |
void |
setSignalingPointCode(SignalingPointCode spc)
Sets the Signaling Point Code of this SubSystem Number. |
void |
setSubSystemNumber(int subSystemNumber)
Sets the SubSystem number of this SubSystem Address. |
java.lang.String |
toString()
String representation of class SubSystemAddress |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SubSystemAddress(SignalingPointCode signalingPointCode,
short subSystemNumber)
signalingPointCode - the Signaling Point Code of the Subsystem Address.subSystemNumber - the Sub-System Number of the Subsystem Address| Method Detail |
public void setSubSystemNumber(int subSystemNumber)
throws java.lang.IllegalArgumentException
subSystemNumber - the Subsystem Number of this SubSystem Addressjava.lang.IllegalArgumentException - thrown if an out of range SubSystem
Number is passed to this methodpublic SignalingPointCode getSignalingPointCode()
SSSAAAZZZ
where:
SSS == Member
AAA == Cluster
ZZZ == Zone
The permitted ranges for each value are outlined in the table below.
|
Member |
Cluster |
Zone |
|
|
ANSI |
000-255 |
000-255 |
000-255 |
|
ITU |
000-007 |
000-255 |
000-007 |
public void setSignalingPointCode(SignalingPointCode spc)
throws MandatoryParameterNotSetException
SSSAAAZZZ
where:
SSS == Member
AAA == Cluster
ZZZ == Zone
The permitted ranges for each value are outlined in the table below.
|
Member |
Cluster |
Zone |
|
|
ANSI |
000-255 |
000-255 |
000-255 |
|
ITU |
000-007 |
000-255 |
000-007 |
the - signalingPointCode of this Subsystem Address
public int getSubSystemNumber()
throws MandatoryParameterNotSetException
MandatoryParameterNotSetException - thrown if this mandatory
parameter has not been setpublic java.lang.String toString()
toString in class java.lang.Object
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||