|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcapUserAddress | |
jain.protocol.ss7.tcap | This package contains the main interfaces required to represent JAIN TCAP protocol stacks, JAIN TCAP applications, as well as the classes and exceptions needed to send and receive JAIN TCAP messages. |
jain.protocol.ss7.tcap.dialogue | This package contains the Event classes representing the JAIN TCAP Dialogue Handling primitives and their specific parameters, if a paramater is not included in any specific primitive, it is common to all the specified dialogues and therefore coded within that dialogues parent class. |
Uses of TcapUserAddress in jain.protocol.ss7.tcap |
Methods in jain.protocol.ss7.tcap with parameters of type TcapUserAddress | |
void |
JainTcapProvider.addJainTcapListener(JainTcapListener listener,
TcapUserAddress userAddress)
Adds a JainTcapListener to the list of registered Event Listeners of this JainTcapProviderImpl. |
void |
JainTcapListener.addUserAddress(TcapUserAddress userAddress)
Adds a TcapUserAddress to the vector of User Addresses used by a JainTcapListenerImpl. |
void |
JainTcapListener.removeUserAddress(TcapUserAddress userAddress)
Removes a TcapUserAddress from the list of User Addresses used by a JainTcapListenerImpl. |
Uses of TcapUserAddress in jain.protocol.ss7.tcap.dialogue |
Methods in jain.protocol.ss7.tcap.dialogue that return TcapUserAddress | |
TcapUserAddress |
ContinueReqEvent.getOriginatingAddress()
Gets the Originating Address parameter of the Continue request primitive. |
TcapUserAddress |
BeginReqEvent.getDestinationAddress()
Gets the Destination Address parameter of the Begin request primtive. |
TcapUserAddress |
BeginReqEvent.getOriginatingAddress()
Gets the Originating Address parameter of the Begin request primitive. |
TcapUserAddress |
BeginIndEvent.getDestinationAddress()
Gets the Destination Address parameter of the Begin indication primtive. |
TcapUserAddress |
BeginIndEvent.getOriginatingAddress()
Gets the Originating Address parameter of the Begin indication primitive. |
TcapUserAddress |
UnidirectionalIndEvent.getDestinationAddress()
Gets the Destination Address parameter of the Unidirectional indication primtive. |
TcapUserAddress |
UnidirectionalIndEvent.getOriginatingAddress()
Gets the Originating Address parameter of the Unidirectional indication primitive. |
TcapUserAddress |
NoticeIndEvent.getDestinationAddress()
Gets the Destination Address parameter of the Notice indication primtive. |
TcapUserAddress |
NoticeIndEvent.getOriginatingAddress()
Gets the Originating Address parameter of the Notice indication primitive. |
TcapUserAddress |
UnidirectionalReqEvent.getDestinationAddress()
Gets the Destination Address parameter of the Unidirectional request primtive. |
TcapUserAddress |
UnidirectionalReqEvent.getOriginatingAddress()
Gets the Originating Address parameter of the Unidirectional request primitive. |
Methods in jain.protocol.ss7.tcap.dialogue with parameters of type TcapUserAddress | |
void |
ContinueReqEvent.setOriginatingAddress(TcapUserAddress origin)
Sets the Originating Address parameter of the Continue request primitive. |
void |
BeginReqEvent.setDestinationAddress(TcapUserAddress destination)
Sets the Destination Address parameter of the Begin request primitive. |
void |
BeginReqEvent.setOriginatingAddress(TcapUserAddress origin)
Sets the Originating Address parameter of the Begin request primitive. |
void |
BeginIndEvent.setDestinationAddress(TcapUserAddress destination)
Sets the Destination Address parameter of the Begin indication primitive. |
void |
BeginIndEvent.setOriginatingAddress(TcapUserAddress origin)
Sets the Originating Address parameter of the Begin indication primitive. |
void |
UnidirectionalIndEvent.setDestinationAddress(TcapUserAddress destination)
Sets the Destination Address parameter of the Unidirectional indication primitive. |
void |
UnidirectionalIndEvent.setOriginatingAddress(TcapUserAddress origin)
Sets the Originating Address parameter of the Unidirectional indication primitive. |
void |
NoticeIndEvent.setDestinationAddress(TcapUserAddress destination)
Sets the Destination Address parameter of the Notice indication primitive. |
void |
NoticeIndEvent.setOriginatingAddress(TcapUserAddress origin)
Sets the Originating Address parameter of the Notice indication primitive. |
void |
UnidirectionalReqEvent.setDestinationAddress(TcapUserAddress destination)
Sets the Destination Address parameter of the Unidirectional request primitive. |
void |
UnidirectionalReqEvent.setOriginatingAddress(TcapUserAddress origin)
Sets the Originating Address parameter of the Unidirectional request primitive. |
Constructors in jain.protocol.ss7.tcap.dialogue with parameters of type TcapUserAddress | |
BeginReqEvent.BeginReqEvent(java.lang.Object source,
int dialogueId,
TcapUserAddress originAddress,
TcapUserAddress destAddress)
Constructs a new BeginReqEvent, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
|
BeginIndEvent.BeginIndEvent(java.lang.Object source,
int dialogueId,
TcapUserAddress originAddress,
TcapUserAddress destAddress,
boolean componentsPresent)
Constructs a new BeginIndEvent, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
|
UnidirectionalIndEvent.UnidirectionalIndEvent(java.lang.Object source,
TcapUserAddress originAddress,
TcapUserAddress destAddress,
boolean componentsPresent)
Constructs a new UnidirectionalIndEvent, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
|
UnidirectionalReqEvent.UnidirectionalReqEvent(java.lang.Object source,
TcapUserAddress originAddress,
TcapUserAddress destAddress)
Constructs a new UnidirectionalReqEvent, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |