|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ss7.tcap.TcapUserAddress
TcapUserAddress represents an address of a TCAP User application.
A TCAP User application may handle a number of User Addresses and will
register as an Event Listener of a
JainTcapProvider for that User Address.
Any Events addressed to a User Address will be passed to the User application to whom the User Address belongs. The User Address comprises of the:
Constructor Summary | |
TcapUserAddress(byte[] signalingPointCode,
short subSystemNumber)
Constructs a TcapUserAddress with the specified Signalling Point Code and Sub-System Number. |
|
TcapUserAddress(GlobalTitle globalTitle)
Constructs a TcapUserAddress with the specified Global Title. |
Method Summary | |
GlobalTitle |
getGlobalTitle()
Gets the Global Title of the User Address. |
byte[] |
getSignalingPointCode()
Gets the Signaling Point Code of the User Address. |
short |
getSubSystemNumber()
Gets the Sub-System Number of the User Address. |
boolean |
isGlobalTitleRouting()
Gets the Global Title Routing indicator. |
boolean |
isSignalingPointCodePresent()
Indicates if the Signaling Point Code is present in this User Address. |
void |
setGlobalTitle(GlobalTitle globalTitle)
Sets the Global Title of this User Address. |
void |
setGlobalTitleRouting(boolean gtRoutingIndicator)
Sets the Global Title Routing indicator. |
void |
setSignalingPointCode(byte[] signalingPointCode)
Sets the Signaling Point Code of the User Address. |
void |
setSubSystemNumber(short subSystemNumber)
Sets the Sub-System Number of the User Address. |
java.lang.String |
toString()
Returns a string representation of an instance of this class. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public TcapUserAddress(byte[] signalingPointCode, short subSystemNumber)
signalingPointCode
- the Signaling Point Code of the User AddresssubSystemNumber
- the Sub-System Number of the User Addresspublic TcapUserAddress(GlobalTitle globalTitle)
globalTitle
- the Global titleMethod Detail |
public boolean isGlobalTitleRouting()
public void setGlobalTitleRouting(boolean gtRoutingIndicator)
gtRoutingIndicator
- Enable/disable global title routing.public boolean isSignalingPointCodePresent()
public byte[] getSignalingPointCode() throws ParameterNotSetException
public void setSignalingPointCode(byte[] signalingPointCode)
signalingPoint
- the signalingPointCode of this TcapUserAddresspublic short getSubSystemNumber() throws ParameterNotSetException
public void setSubSystemNumber(short subSystemNumber)
subSystemNumber
- the SubSystemNumber of this TcapUserAddresspublic GlobalTitle getGlobalTitle() throws ParameterNotSetException
public void setGlobalTitle(GlobalTitle globalTitle)
globalTitle
- the GlobalTitle of this TcapUserAddresspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |