|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MandatoryParameterNotSetException | |
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.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. |
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 MandatoryParameterNotSetException in jain.protocol.ss7.tcap |
Methods in jain.protocol.ss7.tcap that throw MandatoryParameterNotSetException | |
abstract int |
ComponentIndEvent.getDialogueId()
Gets the Dialogue Id parameter of the indication component, which is a reference identifier that is used to associate all components within a transaction. |
abstract int |
ComponentIndEvent.getInvokeId()
Gets the Invoke Id parameter of the component indication. |
int |
DialogueReqEvent.getDialogueId()
Gets the Dialogue Id parameter, which is a reference identifier that is used to associate all messages within a transaction. |
void |
JainTcapProvider.sendComponentReqEvent(ComponentReqEvent event)
Sends a Component Request primitive into the TCAP layer of the SS7 protocol stack. |
void |
JainTcapProvider.sendDialogueReqEvent(DialogueReqEvent event)
Sends a Dialogue Request primitive into the TCAP layer of the SS7 protocol stack. |
int |
ComponentReqEvent.getDialogueId()
Gets the Dialogue Id parameter of the request component, which is a reference identifier that is used to associate all components within a transaction. |
int |
DialogueIndEvent.getDialogueId()
Gets the Dialogue Id parameter, which is a reference identifier that is used to associate all messages within a transaction. |
Uses of MandatoryParameterNotSetException in jain.protocol.ss7.tcap.component |
Methods in jain.protocol.ss7.tcap.component that throw MandatoryParameterNotSetException | |
int |
ResultIndEvent.getDialogueId()
Gets the Dialogue Id parameter of this Result Indication, which is a reference identifier that is used to associate all components within a transaction. |
int |
RejectIndEvent.getDialogueId()
Gets the Dialogue Id parameter of this Reject Indication, which is a reference identifier that is used to associate all components within a transaction. |
int |
RejectIndEvent.getProblemType()
Returns the problem type of this REJECT request Component. |
int |
RejectIndEvent.getProblem()
Returns the problem details of this REJECT indication Component. |
int |
LocalCancelIndEvent.getDialogueId()
Gets the Dialogue Id parameter of this Local Cancel Indication, which is a reference identifier that is used to associate all components within a transaction. |
int |
LocalCancelIndEvent.getInvokeId()
Gets the Invoke Id parameter of this Local Cancel indication. |
Operation |
InvokeIndEvent.getOperation()
Gets the Operation parameter of the INVOKE indication Component. |
int |
ErrorReqEvent.getErrorType()
Returns the error type of this ERROR request Component. |
byte[] |
ErrorReqEvent.getErrorCode()
Returns the error code of this ERROR request Component. |
int |
RejectReqEvent.getProblemType()
Returns the problem type of this REJECT request Component. |
int |
ErrorIndEvent.getDialogueId()
Gets the Dialogue Id parameter of this Error Indication, which is a reference identifier that is used to associate all components within a transaction. |
int |
ErrorIndEvent.getErrorType()
Returns the error type of this ERROR indication Component. |
byte[] |
ErrorIndEvent.getErrorCode()
Returns the error code of this ERROR indication Component. |
Operation |
InvokeReqEvent.getOperation()
Gets the Operation parameter of the INVOKE request Component. |
Uses of MandatoryParameterNotSetException in jain.protocol.ss7.tcap.dialogue |
Methods in jain.protocol.ss7.tcap.dialogue that throw MandatoryParameterNotSetException | |
int |
ProviderAbortIndEvent.getPAbort()
Gets the Provider Abort (pAbort) parameter of the ProviderAbort indication 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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |