Uses of Class
jain.protocol.ss7.tcap.ParameterNotSetException

Packages that use ParameterNotSetException
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 ParameterNotSetException in jain.protocol.ss7.tcap
 

Subclasses of ParameterNotSetException in jain.protocol.ss7.tcap
 interface MandatoryParameterNotSetException
          This Exception is thrown as a result of the following two situations: if all of the mandatory parameters required by an implementation of a JainTcapProvider to send either a ComponentReqEvent or a DialogueReqEvent have not been set or if an attempt is made to access a JAIN TCAP Mandatory parameter that has not been set within either a ComponentReqEvent or a DialogueReqEvent.
 

Methods in jain.protocol.ss7.tcap that throw ParameterNotSetException
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.
 byte[] GlobalTitle.getAddressInformation()
          Gets the Address Information of this Global Title.
 byte GTIndicator0001.getTranslationType()
          Gets the Translation Type of this Global Title Indicator.
 int GTIndicator0001.getNumberingPlan()
          Gets the Numbering Plan of this Global Title Indicator-0001.
 int GTIndicator0001.getEncodingScheme()
          Gets the Encoding Scheme of this Global Title Indicator-0001.
 int GTIndicator0001.getNatureOfAddrInd()
          Gets the Nature of Adrress Indicator of this Global Title Indicator-0001.
 DialoguePortion DialogueReqEvent.getDialoguePortion()
          Returns the Dialogue Portion of this Dialogue handling request primitive.
 byte DialogueReqEvent.getQualityOfService()
          Gets the Quality of Service parameter.
 byte GTIndicator0100.getTranslationType()
          Gets the Translation Type of this Global Title Indicator.
 int GTIndicator0100.getNumberingPlan()
          Sets the Numbering Plan of this Global Title Indicator-0100.
 int GTIndicator0100.getEncodingScheme()
          Gets the Encoding Scheme of this Global Title Indicator-0100.
 int GTIndicator0100.getNatureOfAddrInd()
          Gets the Nature of Adrress Indicator of this Global Title Indicator-0100.
 int ComponentReqEvent.getInvokeId()
          Gets the Invoke Id parameter of the request component.
 DialoguePortion DialogueIndEvent.getDialoguePortion()
          Returns the Dialogue Portion of this Dialogue handling indication primitive.
 byte GTIndicator0010.getTranslationType()
          Gets the Translation Type of this Global Title Indicator.
 byte GTIndicator0011.getTranslationType()
          Gets the Translation Type of this Global Title Indicator.
 int GTIndicator0011.getNumberingPlan()
          Gets the Numbering Plan of this Global Title Indicator-0011.
 int GTIndicator0011.getEncodingScheme()
          Gets the Encoding Scheme of this Global Title Indicator-0011.
 byte[] TcapUserAddress.getSignalingPointCode()
          Gets the Signaling Point Code of the User Address.
 short TcapUserAddress.getSubSystemNumber()
          Gets the Sub-System Number of the User Address.
 GlobalTitle TcapUserAddress.getGlobalTitle()
          Gets the Global Title of the User Address.
 

Uses of ParameterNotSetException in jain.protocol.ss7.tcap.component
 

Methods in jain.protocol.ss7.tcap.component that throw ParameterNotSetException
 int ResultIndEvent.getInvokeId()
          Gets the Invoke Id parameter of this result indication.
 int ResultIndEvent.getLinkId()
          Gets the link Id parameter of the RESULT indication component.
 Operation ResultIndEvent.getOperation()
          Gets the Operation parameter of the RESULT indication Component.
 Parameters ResultIndEvent.getParameters()
          Gets the Parameters' parameter of the RESULT indication Component.
 int RejectIndEvent.getInvokeId()
          Gets the Invoke Id parameter of this reject indication.
 int RejectIndEvent.getRejectType()
          Indicates the type of this Reject Event.
 int RejectIndEvent.getLinkId()
          Gets the link Id parameter of the REJECT indication component.
 Parameters RejectIndEvent.getParameters()
          Gets the Parameters' parameter of the REJECT indication Component.
 int InvokeIndEvent.getDialogueId()
          Gets the Dialogue Id parameter of this Invoke Indication, which is a reference identifier that is used to associate all components within a transaction.
 int InvokeIndEvent.getInvokeId()
          Gets the Invoke Id parameter of this invoke indication.
 int InvokeIndEvent.getLinkId()
          Gets the link Id parameter of the INVOKE indication component.
 Parameters InvokeIndEvent.getParameters()
          Gets the Parameters' parameter of the INVOKE indication Component.
 int Operation.getOperationType()
          Returns the Operation Type (Operation Code Identifier) of the Operation, which Identifies the Operation Code which follows it.
 byte[] Operation.getOperationCode()
          Returns the Operation Code of the Operation.
 int Operation.getOperationFamily()
          Returns the Operation Family of the Operation.
 int Operation.getOperationSpecifier()
          Returns the Operation Specifier of the Operation.This is part of the ANSI specific breakdown of the Operation Code parameter.
 byte[] Operation.getPrivateOperationData()
          Returns the private operation data of the Operation Component.
 int ErrorReqEvent.getLinkId()
          Gets the link Id parameter of the ERROR request component.
 Parameters ErrorReqEvent.getParameters()
          Gets the Parameters' parameter of the ERROR request Component.
 int ResultReqEvent.getLinkId()
          Gets the link Id parameter of the RESULT request component.
 Operation ResultReqEvent.getOperation()
          Gets the Operation parameter of the RESULT request Component.
 Parameters ResultReqEvent.getParameters()
          Gets the Parameters' parameter of the RESULT request Component.
 int RejectReqEvent.getRejectType()
          Indicates the type of this Reject Event.
 int RejectReqEvent.getLinkId()
          Gets the link Id parameter of the REJECT request component.
 Parameters RejectReqEvent.getParameters()
          Gets the Parameters' parameter of the REJECT request Component.
 int RejectReqEvent.getProblem()
          Returns the problem details of this REJECT request Component.
 int ErrorIndEvent.getInvokeId()
          Gets the Invoke Id parameter of this error indication.
 int ErrorIndEvent.getLinkId()
          Gets the link Id parameter of the ERROR indication component.
 Parameters ErrorIndEvent.getParameters()
          Gets the 'Parameters' parameter of the ERROR indication Component.
 int Parameters.getParameterIdentifier()
          Returns the parameter Identifier of this Parameter.
 byte[] Parameters.getParameter()
          Returns the supplied parameter values.
 int InvokeReqEvent.getLinkId()
          Gets the link Id parameter of the INVOKE request component.
 long InvokeReqEvent.getTimeOut()
          Gets the Timeout parameter of the INVOKE request component.
 Parameters InvokeReqEvent.getParameters()
          Gets the Parameters' parameter of the INVOKE request Component.
 int InvokeReqEvent.getClassType()
          Returns the Component Class type.
 

Uses of ParameterNotSetException in jain.protocol.ss7.tcap.dialogue
 

Methods in jain.protocol.ss7.tcap.dialogue that throw ParameterNotSetException
 byte ProviderAbortIndEvent.getQualityOfService()
          Gets the Quality of Service parameter of the ProviderAbort indication primitive.
 TcapUserAddress ContinueReqEvent.getOriginatingAddress()
          Gets the Originating Address parameter of the Continue request primitive.
 boolean ContinueReqEvent.isAllowedPermission()
          Gets the Allowed Permission parameter of the Begin dialogue primitive.
 boolean BeginReqEvent.isAllowedPermission()
          Gets the Allowed Permission parameter of the Begin dialogue primitive.
 byte EndIndEvent.getQualityOfService()
          Gets the Quality of Service parameter of the End indication primitive.
 byte BeginIndEvent.getQualityOfService()
          Gets the Quality of Service parameter of the Begin indication primitive.
 boolean BeginIndEvent.isAllowedPermission()
          Gets the Allowed Permission parameter of the Begin dialogue primitive.
 byte UnidirectionalIndEvent.getQualityOfService()
          Gets the Quality of Service parameter of the Unidirectional indication primitive.
 byte UserAbortIndEvent.getQualityOfService()
          Gets the Quality of Service parameter of the UserAbort indication primitive.
 byte[] UserAbortIndEvent.getUserAbortInformation()
          Gets the User Abort Information parameter of the UserAbort indication primitive.
 int UserAbortIndEvent.getAbortReason()
          Gets the abort reason parameter of the UserAbort indication primitive.
 byte ContinueIndEvent.getQualityOfService()
          Gets the Quality of Service parameter of the Continue indication primitive.
 boolean ContinueIndEvent.isAllowedPermission()
          Gets the Allowed Permission parameter of the Begin dialogue primitive.
 int DialoguePortion.getProtocolVersion()
          Gets the Protocol Version parameter of the Dialogue Portion.
 byte[] DialoguePortion.getAppContextName()
          Gets the Application Context Name parameter of the Dialogue Portion.
 byte[] DialoguePortion.getSecurityContextInfo()
          Gets the Security Context Information parameter of the Dialogue Portion .
 byte[] DialoguePortion.getConfidentialityInformation()
          Gets the Confidentiality Information parameter of the Dialogue Portion ..
 byte[] DialoguePortion.getUserInformation()
          Gets the User Information parameter of this Dialogue Portion.
 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.
 byte[] NoticeIndEvent.getReportCause()
          Gets the Report Cause parameter of this Notice indication primitive.
 int EndReqEvent.getTermination()
          Gets the termination parameter of the End request primitive.
 byte[] UserAbortReqEvent.getUserAbortInformation()
          Gets the User Abort Information parameter of the UserAbort request primitive.
 int UserAbortReqEvent.getAbortReason()
          Gets the abort reason parameter of the UserAbort request primitive.
 



28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.Com

Copyright - 2000 Sun Microsystems