Class CAP3EntityReleasedGPRSRequestEvent

    • Constructor Detail

      • CAP3EntityReleasedGPRSRequestEvent

        public CAP3EntityReleasedGPRSRequestEvent​(CAP3Dialog dialog,
                                                  TcapOperation operation,
                                                  CAP3EntityReleasedGPRSArg argument,
                                                  int invokeId,
                                                  boolean hasLinkedId,
                                                  int linkedId,
                                                  boolean lastInvoke)
        Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3EntityReleasedGPRSRequestEvent
        Parameters:
        dialog - the associated dialog
        operation - metadata object that describes the operation
        argument - argument POJO
        invokeId - TCAP invoke ID
        hasLinkedId - true if linked ID is present
        linkedId - TCAP linked ID
        lastInvoke - (ANSI TCAP only) true if is an Invoke (Last) and false if an Invoke (Not Last), not used in ITU-T TCAP
    • Method Detail

      • getDialog

        public CAP3Dialog getDialog()
        Gets the associated dialog.
        Overrides:
        getDialog in class Event
        Returns:
        the associated dialog