Package com.opencloud.sip.biggroup
Interface ForkFailoverEvent
-
public interface ForkFailoverEventThis event is fired when aForkActivityfails over to another node in the cluster. Interested applications can listen for this event and take action on theForkActivityif necessary. Currently the only operation supported on a failed-overForkActivityiscancellation.This event is only fired when the RA's replication support is enabled (
ReplicatedDialogSupport=true).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkActivitygetActivity()
-
-
-
Method Detail
-
getActivity
ForkActivity getActivity()
-
-