Uses of Package
jain.protocol.ss7.tcap

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

Classes in jain.protocol.ss7.tcap used by jain.protocol.ss7.tcap
ComponentIndEvent
          A ComponentIndEvent is the superclass of all Component Indication primitives, which represent TCAP Component Indications sent from a JainTcapProvider to a JainTcapListener.
ComponentReqEvent
          A ComponentReqEvent is the superclass of all Component request primitives, which represent TCAP Component requests sent from a JainTcapListener to a JainTcapProvider.
DialogueIndEvent
          A DialogueIndEvent is the superclass of all Dialogue Indication primitives, which represent TCAP Dialogue Indications sent from a JainTcapProvider to a JainTcapListener.
DialogueReqEvent
          A DialogueReqEvent is the superclass of all Dialogue Request primitives, which represent TCAP Dialogue Requests sent from a JainTcapProvider to a JainTcapListener.
GlobalTitle
          When instantiated this class represents a Global Title format which informs the user that the GlobalTitle is not included, its Global Title Indicator is of value '0000'.
IdNotAvailableException
          This Exception is thrown to indicate that there are no more free Dialogue Ids or InvokeId
JainTcapListener
          This interface defines the methods required by all TCAP user applications to receive and process JAIN TCAP Events that are emitted by an object implementing the JainTcapProvider interface.
JainTcapProvider
          This interface must be implemented by any Object representing the JAIN TCAP layer of any SS7 stack that interacts directly with a proprietary (stack vendor specific) implementation of the TCAP layer.
JainTcapStack
          This interface defines the methods required to represent a proprietary JAIN TCAP protocol stack, the implementation of which will be vendor specific.
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.
ParameterNotSetException
          This Exception is thrown when an attempt is made to access a parameter of a JAIN TCAP primitive when the value of the primitive has not yet been set.
ProviderNotAttachedException
          This Exception is thrown when an attempt is made to detach a Provider Peer from the underlying stack, or retrieve a Stack attached to a Provider Peer when the Provider Peer is not already attached to a Stack.
TcapErrorEvent
          This Event may be emitted by a JainTcapProvider if the Provider encounters an Error that cannot be passed to all registered JainTcapListeners through normal TCAP error handling mechanisms.
TcapException
          This Exception is thrown when a general TCAP error is encountered.
TcapUserAddress
          TcapUserAddress represents an address of a TCAP User application.
A TCAP User application may handle a number of User Addresses and will register as an Event Listener of a JainTcapProvider for that User Address.
UnableToDeleteProviderException
          This exception is thrown if the deleteProvider() method of a JainTcapStack is invoked to delete a JainTcapProvider but the deletion is not allowed.
 

Classes in jain.protocol.ss7.tcap used by jain.protocol.ss7.tcap.component
ComponentIndEvent
          A ComponentIndEvent is the superclass of all Component Indication primitives, which represent TCAP Component Indications sent from a JainTcapProvider to a JainTcapListener.
ComponentReqEvent
          A ComponentReqEvent is the superclass of all Component request primitives, which represent TCAP Component requests sent from a JainTcapListener to a JainTcapProvider.
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.
ParameterNotSetException
          This Exception is thrown when an attempt is made to access a parameter of a JAIN TCAP primitive when the value of the primitive has not yet been set.
 

Classes in jain.protocol.ss7.tcap used by jain.protocol.ss7.tcap.dialogue
DialogueIndEvent
          A DialogueIndEvent is the superclass of all Dialogue Indication primitives, which represent TCAP Dialogue Indications sent from a JainTcapProvider to a JainTcapListener.
DialogueReqEvent
          A DialogueReqEvent is the superclass of all Dialogue Request primitives, which represent TCAP Dialogue Requests sent from a JainTcapProvider to a JainTcapListener.
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.
ParameterNotSetException
          This Exception is thrown when an attempt is made to access a parameter of a JAIN TCAP primitive when the value of the primitive has not yet been set.
TcapUserAddress
          TcapUserAddress represents an address of a TCAP User application.
A TCAP User application may handle a number of User Addresses and will register as an Event Listener of a JainTcapProvider for that User Address.
 



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

Copyright - 2000 Sun Microsystems