|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
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 Parameters in jain.protocol.ss7.tcap.component |
Methods in jain.protocol.ss7.tcap.component that return Parameters | |
Parameters |
ResultIndEvent.getParameters()
Gets the Parameters' parameter of the RESULT indication Component. |
Parameters |
RejectIndEvent.getParameters()
Gets the Parameters' parameter of the REJECT indication Component. |
Parameters |
InvokeIndEvent.getParameters()
Gets the Parameters' parameter of the INVOKE indication Component. |
Parameters |
ErrorReqEvent.getParameters()
Gets the Parameters' parameter of the ERROR request Component. |
Parameters |
ResultReqEvent.getParameters()
Gets the Parameters' parameter of the RESULT request Component. |
Parameters |
RejectReqEvent.getParameters()
Gets the Parameters' parameter of the REJECT request Component. |
Parameters |
ErrorIndEvent.getParameters()
Gets the 'Parameters' parameter of the ERROR indication Component. |
Parameters |
InvokeReqEvent.getParameters()
Gets the Parameters' parameter of the INVOKE request Component. |
Methods in jain.protocol.ss7.tcap.component with parameters of type Parameters | |
void |
ResultIndEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the RESULT indication Component. |
void |
RejectIndEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the REJECT indication Component. |
void |
InvokeIndEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the INVOKE indication Component. |
void |
ErrorReqEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the ERROR request Component. |
void |
ResultReqEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the RESULT request Component. |
void |
RejectReqEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the REJECT request Component. |
void |
ErrorIndEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the ERROR indication Component. |
void |
InvokeReqEvent.setParameters(Parameters params)
Sets the Parameters' parameter of the INVOKE request Component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |