|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
jain.protocol.ss7.tcap.GlobalTitle
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the GlobalTitle class. |
|
jain.protocol.ss7.tcap.GTIndicator0001
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the GTIndicator0001 class. |
|
jain.protocol.ss7.tcap.GTIndicator0010
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the GTIndicator0010 class. |
|
jain.protocol.ss7.tcap.GTIndicator0011
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the GTIndicator0011 class. |
|
jain.protocol.ss7.tcap.GTIndicator0100
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the GTIndicator0100 class. |
|
jain.protocol.ss7.tcap.TcapUserAddress
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the SccpUserAddress class. |
Deprecated Exceptions | |
jain.protocol.ss7.tcap.InvalidUserAddressException
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the InvalidAddressException class. |
|
jain.protocol.ss7.tcap.ProviderNotAttachedException
As of JAIN TCAP v1.1. This exception is no longer needed as a result of the removal of the explicit attach and detach methods in the JainTcapStack Interface |
|
jain.protocol.ss7.SS7ListenerAlreadyRegisteredException
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the ListenerAlreadyRegisteredException class. |
|
jain.protocol.ss7.SS7ListenerNotRegisteredException
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the ListenerNotRegisteredException class. |
|
jain.protocol.ss7.SS7PeerUnavailableException
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the PeerUnavailableException class. |
|
jain.protocol.ss7.tcap.TcapException
As of JAIN TCAP v1.1. This class is no longer needed as a result of JAIN Exception Strategy. |
|
jain.protocol.ss7.tcap.UnableToDeleteProviderException
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the DeleteProviderException class. |
Deprecated Methods | |
jain.protocol.ss7.tcap.JainTcapProvider.addJainTcapListener(JainTcapListener, TcapUserAddress)
As of JAIN TCAP version 1.1. This method is replaced by the JainTcapProvider.addJainTcapListener(JainTcapListener, SccpUserAddress) method. |
|
jain.protocol.ss7.tcap.JainTcapListener.addUserAddress(TcapUserAddress)
As of JAIN TCAP v1.1. This method is no longer needed as a result of the addition of the JainTcapListener.addUserAddress(SccpUserAddress) method. |
|
jain.protocol.ss7.tcap.JainTcapStack.attach(JainTcapProvider)
As of JAIN TCAP v1.1. No replacement the attach of the JainTcapProvider occurs implicitly within the createProvider method of this interface. |
|
jain.protocol.ss7.tcap.JainTcapStack.createAttachedProvider()
As of JAIN TCAP v1.1. This method has been replaced by the createProvider method in this Interface. |
|
jain.protocol.ss7.tcap.JainTcapStack.createDetachedProvider()
As of JAIN TCAP v1.1. This method has been replaced by the createProvider method in this Interface. |
|
jain.protocol.ss7.tcap.JainTcapStack.detach(JainTcapProvider)
As of JAIN TCAP v1.1. No replacement the detach of the JainTcapProvider occurs implicitly within the deleteProvider method of this interface. |
|
jain.protocol.ss7.tcap.JainTcapProvider.getAttachedStack()
As of JAIN TCAP v1.1. This class is no longer needed as a result of the addition of the JainTcapProvider.getStack() class.
The reason for deprecating this method is that the provider is attached implicitly. |
|
jain.protocol.ss7.tcap.component.RejectReqEvent.getLinkId()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ErrorIndEvent.getLinkId()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.InvokeReqEvent.getLinkId()
As of JAIN TCAP v1.1. Use the getLinkedId
method instead. |
|
jain.protocol.ss7.tcap.component.ResultReqEvent.getLinkId()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.InvokeIndEvent.getLinkId()
As of JAIN TCAP v1.1. Use the getLinkedId
method instead. |
|
jain.protocol.ss7.tcap.component.RejectIndEvent.getLinkId()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ErrorReqEvent.getLinkId()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ResultIndEvent.getLinkId()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.Operation.getOperationFamily()
As of Jain Tcap v1.1. Use getOperationCode
method. Breaking the Operation Code into family and specifier for an ANSI
brings no value to the API. |
|
jain.protocol.ss7.tcap.component.Operation.getOperationSpecifier()
As of Jain Tcap v1.1. Use getOperationCode
method. Breaking the Operation Code into family and specifier for an ANSI
brings no value to the API. |
|
jain.protocol.ss7.tcap.component.Operation.getPrivateOperationData()
As of Jain Tcap v1.1. Use getOperationCode
method. Breaking the Operation Code into family and specifier for an ANSI
brings no value to the API. |
|
jain.protocol.ss7.tcap.JainTcapStack.getProtocolVersion()
As of JAIN TCAP v1.1. This method has been replaced by getStackSpecification in the JainTcapStack
Interface.
Note: These get/set protocolVersion methods were deprecated to avoid
confusion between the stack standards supported and the protocol version field
supported by the ANSI 1996 Dialogue Portion |
|
jain.protocol.ss7.tcap.component.RejectReqEvent.getRejectType()
As of JAIN TCAP v1.1, only one type of Reject Request for each variant. |
|
jain.protocol.ss7.tcap.JainTcapProvider.isAttached()
As of JAIN TCAP v1.1. No replacement, the JainTcapProvider is attached implicitly within the createProvider method call in the JainTcapStack Interface. |
|
jain.protocol.ss7.tcap.dialogue.UnidirectionalReqEvent.isDialogueIdPresent()
As of JAIN TCAP v1.1. No replacement. The dialogueId parameter is mandatory in all Dialogue Request events. |
|
jain.protocol.ss7.tcap.dialogue.UnidirectionalIndEvent.isDialogueIdPresent()
As of JAIN TCAP v1.1, there is no concept of a dialogueId in a UNI Indication message. |
|
jain.protocol.ss7.tcap.GTIndicator0011.isEncodingSchemePresent()
As of JAIN TCAP API v1.1, the encoding scheme is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.GTIndicator0100.isEncodingSchemePresent()
As of JAIN TCAP API v1.1, the encoding scheme is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.component.RejectReqEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ErrorIndEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.InvokeReqEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. Use the isLinkedPresent method instead. |
|
jain.protocol.ss7.tcap.component.ResultReqEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.InvokeIndEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. Use the isLinkedPresent method instead. |
|
jain.protocol.ss7.tcap.component.RejectIndEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ErrorReqEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ResultIndEvent.isLinkIdPresent()
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.GTIndicator0100.isNatureOfAddrIndPresent()
As of JAIN TCAP API v1.1, the nature of address indicator is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.GTIndicator0011.isNumberingPlanPresent()
As of JAIN TCAP API v1.1, the numbering Plan is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.GTIndicator0100.isNumberingPlanPresent()
As of JAIN TCAP API v1.1, the numbering Plan is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.component.Operation.isOperationCodePresent()
As of Jain Tcap v1.1. No replacement. Operation Code is mandatory |
|
jain.protocol.ss7.tcap.component.Operation.isOperationFamilyPresent()
As of Jain Tcap v1.1. No replacement. Breaking the Operation Code into family and specifier for an ANSI brings no value to the API. |
|
jain.protocol.ss7.tcap.component.Operation.isOperationSpecifierPresent()
As of Jain Tcap v1.1. No replacement. Breaking the Operation Code into family and specifier for an ANSI brings no value to the API. |
|
jain.protocol.ss7.tcap.component.Operation.isOperationTypePresent()
As of Jain Tcap v1.1. No replacement. Operation Type is mandatory |
|
jain.protocol.ss7.tcap.component.Parameters.isParameterIdentifierPresent()
As of JAIN TCAP API v1.1. No replacement. The Parameter field is mandatory. |
|
jain.protocol.ss7.tcap.component.Parameters.isParameterPresent()
As of JAIN TCAP API v1.1. No replacement. The Parameter field is mandatory. |
|
jain.protocol.ss7.tcap.component.Operation.isPrivateOperationDataPresent()
As of Jain Tcap v1.1. No replacement. Breaking the Operation Code into family and specifier for an ANSI brings no value to the API. |
|
jain.protocol.ss7.tcap.component.RejectReqEvent.isRejectTypePresent()
As of JAIN TCAP v1.1, only one type of Reject Request for each variant. |
|
jain.protocol.ss7.tcap.GTIndicator0011.isTranslationTypePresent()
As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.GTIndicator0100.isTranslationTypePresent()
As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.GTIndicator0010.isTranslationTypePresent()
As of JAIN TCAP API v1.1, the translation type is mandatory therefore no longer needs an isPresent method . |
|
jain.protocol.ss7.tcap.JainTcapListener.removeUserAddress(TcapUserAddress)
As of JAIN TCAP v1.1. This method is no longer needed as a result of the addition of the JainTcapListener.removeUserAddress(SccpUserAddress) method. |
|
jain.protocol.ss7.tcap.component.RejectReqEvent.setLinkId(int)
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ErrorIndEvent.setLinkId(int)
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.InvokeReqEvent.setLinkId(int)
As of JAIN TCAP v1.1. Use the setLinkedId method instead. |
|
jain.protocol.ss7.tcap.component.ResultReqEvent.setLinkId(int)
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.InvokeIndEvent.setLinkId(int)
As of JAIN TCAP v1.1. Use the setLinkedId method instead. |
|
jain.protocol.ss7.tcap.component.RejectIndEvent.setLinkId(int)
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ErrorReqEvent.setLinkId(int)
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.ResultIndEvent.setLinkId(int)
As of JAIN TCAP v1.1. No replacement - no function for parameter. |
|
jain.protocol.ss7.tcap.component.Operation.setOperationFamily(int)
As of Jain Tcap v1.1. Use setOperationCode
method. Breaking the Operation Code into family and specifier for an ANSI
brings no value to the API. |
|
jain.protocol.ss7.tcap.component.Operation.setOperationSpecifier(int)
As of Jain Tcap v1.1. Use setOperationCode
method. Breaking the Operation Code into family and specifier for an ANSI
brings no value to the API. |
|
jain.protocol.ss7.tcap.component.Operation.setPrivateOperationData(byte[])
As of Jain Tcap v1.1. Use setOperationCode
method. Breaking the Operation Code into family and specifier for an ANSI
brings no value to the API. |
|
jain.protocol.ss7.tcap.JainTcapStack.setProtocolVersion(int)
As of JAIN TCAP v1.1. This method has been replaced by setStackSpecification in
the JainTcapStack Interface. |
|
jain.protocol.ss7.tcap.component.RejectReqEvent.setRejectType(int)
As of JAIN TCAP v1.1, only one type of Reject Request for each variant. |
Deprecated Constructors | |
jain.protocol.ss7.tcap.GTIndicator0010()
As of JAIN TCAP v1.1, this empty constructor should no longer be used as all paramters are mandatory in the GT Indicators. |
|
jain.protocol.ss7.tcap.GTIndicator0011()
As of JAIN TCAP v1.1, this empty constructor should no longer be used as all paramters are mandatory in the GT Indicators. |
|
jain.protocol.ss7.tcap.GTIndicator0100()
As of JAIN TCAP v1.1, this empty constructor should no longer be used as all paramters are mandatory in the GT Indicators. |
|
jain.protocol.ss7.tcap.component.Operation()
- As of JAIN TCAP API v1.1, use constructor with mandatory Operation Type and Code. |
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV NEXT | FRAMES NO FRAMES |