Package com.opencloud.sip.biggroup
Interface ForkSuccessEvent
-
public interface ForkSuccessEvent
Fired on aForkActivity
when the winning 2xx response is selected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkActivity
getActivity()
net.java.slee.resource.sip.DialogActivity
getDialog()
Get the dialog activity that was created by this 2xx response.javax.sip.message.Response
getOKResponse()
-
-
-
Method Detail
-
getOKResponse
javax.sip.message.Response getOKResponse()
- Returns:
-
getDialog
net.java.slee.resource.sip.DialogActivity getDialog() throws javax.sip.SipException
Get the dialog activity that was created by this 2xx response. When called for the first time, a new dialog activity is started (and replicated, if enabled) in the SLEE- Returns:
- Throws:
javax.sip.SipException
- if the RA was unable to create the dialog state
-
getActivity
ForkActivity getActivity()
-
-