Class DialogOpenAcceptEvent
- java.lang.Object
-
- Event
-
- DialogEvent
-
- DialogOpenAcceptEvent
-
public class DialogOpenAcceptEvent extends DialogEvent
Event generated when an outgoing open request is accepted by the peer. This corresponds to receiving a TC-CONTINUE or TC-END in response to our TC-BEGIN
-
-
Field Summary
Fields Modifier and Type Field Description static EventTypeID
ID
Common event type used when firing DialogOpenAcceptEvent instances to the SLEE.
-
Constructor Summary
Constructors Constructor Description DialogOpenAcceptEvent(Dialog dialog, SccpAddress responderAddress, Object[] userInformation)
Create a new open-accept event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SccpAddress
getResponderAddress()
Get the SCCP address of the responder.String
toString()
-
Methods inherited from class com.opencloud.slee.resources.cgin.DialogEvent
getUserInformation
-
-
-
-
Field Detail
-
ID
public static final EventTypeID ID
Common event type used when firing DialogOpenAcceptEvent instances to the SLEE.- Name: com.opencloud.slee.resources.cgin.DialogOpenAccept
- Vendor: OpenCloud
- Version: 3.1
-
-
Constructor Detail
-
DialogOpenAcceptEvent
public DialogOpenAcceptEvent(Dialog dialog, SccpAddress responderAddress, Object[] userInformation)
Create a new open-accept event.- Parameters:
dialog
- the accepted dialogueresponderAddress
- the responding address (SCCP calling party address of the TC-CONTINUE / TC-END)userInformation
- user information, if present in the response
-
-
Method Detail
-
getResponderAddress
public SccpAddress getResponderAddress()
Get the SCCP address of the responder.- Returns:
- the SCCP address of the responder
-
-