jain.protocol.ss7.tcap.component
Class LocalCancelIndEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ss7.tcap.ComponentIndEvent
              |
              +--jain.protocol.ss7.tcap.component.LocalCancelIndEvent

public final class LocalCancelIndEvent
extends ComponentIndEvent

An event representing a TCAP Local Cancel indication component primitive. The mandatory parameters of this primitive are supplied to the constructor. Optional parameters may then be set using the set methods.

Version:
1.0
Author:
Colm Hayden & Phelim O'Doherty
See Also:
Serialized Form

Fields inherited from class jain.protocol.ss7.tcap.ComponentIndEvent
dialogueId, dialogueIdPresent, invokeId, invokeIdPresent, lastComponent, lastComponentPresent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LocalCancelIndEvent(java.lang.Object source, int dialogueId, int invokeId)
          Constructs a new Local Cancel indication Event, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor.
 
Method Summary
 void clearAllParameters()
          Clears all previously set parameters .
 int getPrimitiveType()
          This method returns the type of this primitive.
 java.lang.String toString()
           
 
Methods inherited from class jain.protocol.ss7.tcap.ComponentIndEvent
getDialogueId, getInvokeId, isInvokeIdPresent, isLastComponent, setDialogueId, setInvokeId, setLastComponent, setSource
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalCancelIndEvent

public LocalCancelIndEvent(java.lang.Object source,
                           int dialogueId,
                           int invokeId)
Constructs a new Local Cancel indication Event, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor.
Method Detail

getPrimitiveType

public int getPrimitiveType()
This method returns the type of this primitive.
Overrides:
getPrimitiveType in class ComponentIndEvent

clearAllParameters

public void clearAllParameters()
Clears all previously set parameters .

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject


01 September 99
If you have any comments or queries, please mail them to JainTcap@Sun.Com

Copyright - 1999 Sun Microsystems