Package com.opencloud.sip.biggroup
Interface NotifyActivity
-
public interface NotifyActivity
Represents an in-progress big notify operation on aSubscriptionActivity
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionActivity
getSubscriptionActivity()
Get theSubscriptionActivity
that initiated this activity.void
terminate()
Ends the activity.
-
-
-
Method Detail
-
getSubscriptionActivity
SubscriptionActivity getSubscriptionActivity()
Get theSubscriptionActivity
that initiated this activity.- Returns:
- the
SubscriptionActivity
-
terminate
void terminate()
Ends the activity. Any outstanding NOTIFY responses will be ignored, and the activity will be ended immediately.
-
-