Class CCSystemFailureErrorEvent

    • Constructor Detail

      • CCSystemFailureErrorEvent

        public CCSystemFailureErrorEvent​(CCDialog dialog,
                                         TcapOperation operation,
                                         TcapError error,
                                         CCUnavailableNetworkResource parameter,
                                         int invokeId)
        Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCSystemFailureErrorEvent
        Parameters:
        dialog - the associated dialog
        operation - operation that generated this error
        error - error metadata for this error
        parameter - errorparameter POJO
        invokeId - TCAP invoke ID
    • Method Detail

      • getDialog

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