Package com.opencloud.sip.biggroup
Interface ForkFailoverEvent
-
public interface ForkFailoverEvent
This event is fired when aForkActivity
fails over to another node in the cluster. Interested applications can listen for this event and take action on theForkActivity
if necessary. Currently the only operation supported on a failed-overForkActivity
iscancellation
.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 ForkActivity
getActivity()
-
-
-
Method Detail
-
getActivity
ForkActivity getActivity()
-
-