|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
jain.protocol.ss7.tcap.component | This package contains the Event classes representing the component primitives and their specified parameters, if a paramater is not included in any specific primitive, it is common to all the specified components and therefore coded within that components parent class. |
Uses of Operation in jain.protocol.ss7.tcap.component |
Methods in jain.protocol.ss7.tcap.component that return Operation | |
Operation |
ResultIndEvent.getOperation()
Gets the Operation parameter of the RESULT indication Component. |
Operation |
InvokeIndEvent.getOperation()
Gets the Operation parameter of the INVOKE indication Component. |
Operation |
ResultReqEvent.getOperation()
Gets the Operation parameter of the RESULT request Component. |
Operation |
InvokeReqEvent.getOperation()
Gets the Operation parameter of the INVOKE request Component. |
Methods in jain.protocol.ss7.tcap.component with parameters of type Operation | |
void |
ResultIndEvent.setOperation(Operation operation)
Sets the Operation parameter of the RESULT indication Component |
void |
InvokeIndEvent.setOperation(Operation op)
Sets the Operation parameter of the INVOKE indication Component |
void |
ResultReqEvent.setOperation(Operation operation)
Sets the Operation parameter of the RESULT request Component |
void |
InvokeReqEvent.setOperation(Operation operation)
Sets the Operation parameter of the INVOKE request Component |
Constructors in jain.protocol.ss7.tcap.component with parameters of type Operation | |
InvokeIndEvent.InvokeIndEvent(java.lang.Object source,
Operation operation,
boolean lastComponent)
Constructs a new Invoke indication Event, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
|
InvokeReqEvent.InvokeReqEvent(java.lang.Object source,
int dialogueId,
Operation operation)
Constructs a new Invoke Request Event, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |