JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap.component
Class UserCancelReqEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--jain.protocol.ss7.tcap.ComponentReqEvent
              |
              +--jain.protocol.ss7.tcap.component.UserCancelReqEvent
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public final class UserCancelReqEvent
extends ComponentReqEvent

An event representing a TCAP User Cancel request 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.1
Author:
Sun Microsystems Inc.
See Also:
ComponentReqEvent, Serialized Form

Fields inherited from class jain.protocol.ss7.tcap.ComponentReqEvent
m_dialogueId, m_dialogueIdPresent, m_invokeId, m_invokeIdPresent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UserCancelReqEvent(java.lang.Object source, int dialogueId, int invokeId)
          Constructs a new User Cancel request 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()
          String representation of class UserCancelReqEvent
 
Methods inherited from class jain.protocol.ss7.tcap.ComponentReqEvent
getDialogueId, getInvokeId, setDialogueId, setInvokeId, 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

UserCancelReqEvent

public UserCancelReqEvent(java.lang.Object source,
                          int dialogueId,
                          int invokeId)
Constructs a new User Cancel request Event, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor.
Parameters:
source - the Event Source supplied to the constructor
dialogueId - the Dialogue Identifier supplied to the constructor
invokeId - the Invoke Identifier supplied to the constructor
Method Detail

getPrimitiveType

public int getPrimitiveType()
This method returns the type of this primitive.
Overrides:
getPrimitiveType in class ComponentReqEvent
Returns:
The PrimitiveType value

clearAllParameters

public void clearAllParameters()
Clears all previously set parameters .

toString

public java.lang.String toString()
String representation of class UserCancelReqEvent
Overrides:
toString in class ComponentReqEvent
Returns:
String provides description of class UserCancelReqEvent

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]