Static Public Member Functions | |
final boolean | isNotification (String topic) |
Notification | messageToNotification (Message m) |
Static Public Attributes | |
final String[] | CarrierTopics |
final int | NOTIFICATION = 0 |
final int | CONSUMER_NOTIFICATION = 1 |
final int | CONSUMER_OPEN_NOTIFICATION = 2 |
final int | CONSUMER_CLOSE_NOTIFICATION = 3 |
final int | CONSUMER_ALIVE_NOTIFICATION = 4 |
final String | NOTIFICATION_TYPE_PROPERTY = "NOTIFICATION_TYPE" |
final String | TOPIC_PROPERTY = "TOPIC" |
final String | SELECTOR_PROPERTY = "SELECTOR" |
final String | SUBSCRIPTION_ID_PROPERTY = "SUBSCRIPTION_ID" |
Static Package Attributes | |
Category | cat = Category.getInstance(NotificationHelper.class.getName()) |
Static Private Attributes | |
final String | T_NOTIFICATIONS_ROOT = "CMW.ADMIN.NOTIFICATIONS" |
final String | T_NOTIFICATIONS = "CMW.ADMIN.NOTIFICATIONS.#" |
final String | T_CONSUMER_NOTIFICATIONS = T_NOTIFICATIONS_ROOT + ".CONSUMER.#" |
final String | T_OPEN_SUB_NOTIFICATIONS = T_NOTIFICATIONS_ROOT + ".CONSUMER.OPEN_SUBSCRIPTION" |
final String | T_CLOSE_SUB_NOTIFICATIONS = T_NOTIFICATIONS_ROOT + ".CONSUMER.CLOSE_SUBSCRIPTION" |
final String | T_KEEP_ALIVE_NOTIFICATIONS = T_NOTIFICATIONS_ROOT + ".CONSUMER.KEEP_ALIVE_SUBSCRIPTION" |
|
Return true if the topic is a notification topic.
|
|
Convert a Message into a Notification.
|
|
Initial value: Array containing the topics used for distributing notifications. |
|
|
|
Subscription keep-alive notification. |
|
Subscriber close notification. |
|
Subscription related notification. |
|
Subscriber open notification. |
|
Generic notification. |
|
Message property name identifying the notification type. |
|
Message property name identifying the selector the notification is about. |
|
Message property name identifying the subscription the notification is about. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Message property name identifying the topic the notification is about. |