|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
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) Used to add an offline notification for applications that will poll for MO messages. |
String |
enableReceiveMmsOneApi(String shortCode, String criteria, String appInstanceID) Used to add an offline subscription for OneApi applications that will poll for MO messages. |
NotificationInfo |
getOfflineNotificationInfo(String correlator) Gets the notification associated with the specified correlator. |
NotificationInfo |
getOnlineNotificationInfo(String correlator) Gets the notification associated with the specified correlator. |
String[] |
listOfflineNotificationInfo() |
String[] |
listOnlineDeliveryNotificationInfo() |
String[] |
listOnlineNotificationInfo() |
void |
removeOfflineNotificationInfo(String registrationIdentifier) Removes an offline notification that was added using the OAM enableReceiveMms method. |
void |
removeOnlineDeliveryNotificationInfo(String subscriptionId) Removes the specified OneApi online delivery notification that was added using outbound subscription resource request. |
void |
removeOnlineNotificationInfo(String correlator) Removes the specified online notification that was added using OAM interfaces or application interfaces (startMessageNotification). |
String |
startMessageNotification(String endpoint, String shortCode, String criteria, String appInstanceID) Creates an online notification on behalf of an application. |
Method Detail |
public String enableReceiveMms(String shortCode, String criteria, String appInstanceID) throws ManagementException
Scope: Cluster
shortCode
- The destination address/service activation number of the short message with URI prefixed, for example, "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
Scope: Cluster
shortCode
- The destination address/service activation number of the short message with URI prefixed, for example, "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
Scope: Cluster
ManagementException
public NotificationInfo getOnlineNotificationInfo(String correlator) throws ManagementException
Scope: Cluster
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
Scope: Cluster
registrationIdentifier
- registration identifier.ManagementException
public void removeOnlineDeliveryNotificationInfo(String subscriptionId) throws ManagementException
Scope: Cluster
subscriptionId
- subscription identifier.ManagementException
public void removeOnlineNotificationInfo(String correlator) throws ManagementException
Scope: Cluster
correlator
- uniquely identifying the notification to be removed.ManagementException
public String startMessageNotification(String endpoint, String shortCode, String criteria, String appInstanceID) throws ManagementException
Scope: Cluster
endpoint
- The notification endpoint.shortCode
- The destination address/service activation number of the short message.criteria
- 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 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |