|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
String |
enableReceiveMms(String shortCode, String criteria, String appInstanceID)This method is used to add an offline notification for applications that will poll for MO messages. |
String |
enableReceiveMmsOneApi(String shortCode, String criteria, String appInstanceID)This method is used to add an offline subscription for OneApi applications that will poll for MO messages. |
NotificationInfo |
getOfflineNotificationInfo(String correlator)Get the notification associated with the specified correlator. |
NotificationInfo |
getOnlineNotificationInfo(String correlator)Get the notification associated with the specified correlator. |
String[] |
listOfflineNotificationInfo() |
String[] |
listOnlineDeliveryNotificationInfo() |
String[] |
listOnlineNotificationInfo() |
void |
removeOfflineNotificationInfo(String registrationIdentifier)Remove an offline notification that was added using the OAM enableReceiveMms method |
void |
removeOnlineDeliveryNotificationInfo(String subscriptionId)Remove the specified OneApi online delivery notification that was added using outbound subscription resource request. |
void |
removeOnlineNotificationInfo(String correlator)Remove the specified online notification that was added using OAM interfaces or application interfaces (startMessageNotification). |
String |
startMessageNotification(String endpoint, String shortCode, String criteria, String appInstanceID)Add an online notification for applications that for some reason can not (or are not allowed) call the startMessageNotification method. |
| Method Detail |
public String enableReceiveMms(String shortCode,
String criteria,
String appInstanceID)
throws ManagementException
shortCode - The destination address/service activation number of the short message with URI prefixed, e.g. "tel:6001".criteria - The text to match against to determine the application to receive the notification.appInstanceID - The applicationInstanceID to associate with this notification.ManagementException
public String enableReceiveMmsOneApi(String shortCode,
String criteria,
String appInstanceID)
throws ManagementException
shortCode - The destination address/service activation number of the short message with URI prefixed, e.g. "tel:6001".criteria - The text to match against to determine the application to receive the notification.appInstanceID - The applicationInstanceID to associate with this notification.ManagementException
public NotificationInfo getOfflineNotificationInfo(String correlator)
throws ManagementException
ManagementException
public NotificationInfo getOnlineNotificationInfo(String correlator)
throws ManagementException
ManagementException
public String[] listOfflineNotificationInfo()
throws ManagementException
ManagementException
public String[] listOnlineDeliveryNotificationInfo()
throws ManagementException
ManagementException
public String[] listOnlineNotificationInfo()
throws ManagementException
ManagementException
public void removeOfflineNotificationInfo(String registrationIdentifier)
throws ManagementException
registrationIdentifier - registration identifierManagementException
public void removeOnlineDeliveryNotificationInfo(String subscriptionId)
throws ManagementException
subscriptionId -ManagementException
public void removeOnlineNotificationInfo(String correlator)
throws ManagementException
correlator -ManagementException
public String startMessageNotification(String endpoint,
String shortCode,
String criteria,
String appInstanceID)
throws ManagementException
endpoint - The notification endpointshortCode - The destination address/service activation number of the short messagecriteria - The text to match against to determine the application to receive the notification.appInstanceID - The applicationInstanceID to associate with this notification.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||