Interface ShServerNotificationActivity
-
public interface ShServerNotificationActivityActivity used by a Diameter Sh Server for Notifications. The following message can be fired as an event:- PushNotificationAnswer
- PushNotificationRequest
- Author:
- Open Cloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendActivity()End this activity.ShMessageFactorygetMessageFactory()Get a message factory to create answer messages and AVPs (if necessary).voidsendPushNotificationRequest(PushNotificationRequest message)Sends a push notification request asynchronously.
-
-
-
Method Detail
-
getMessageFactory
ShMessageFactory getMessageFactory()
Get a message factory to create answer messages and AVPs (if necessary).
-
sendPushNotificationRequest
void sendPushNotificationRequest(PushNotificationRequest message) throws SendException
Sends a push notification request asynchronously.- Parameters:
message- message to send- Throws:
SendException- if there is an error sending the message
-
endActivity
void endActivity()
End this activity. This does not cause any messages to be sent, it simply ends the activity in the SLEE.
-
-