| Package | Description |
|---|---|
| gr.uoa.di.madgik.environment.jms | |
| gr.uoa.di.madgik.environment.notifications.handlers |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Topic |
JMSConnectionHandler.createTopic(TopicData topicData) |
void |
JMSConnectionHandler.deleteTopic(TopicData topicData) |
gr.uoa.di.madgik.environment.notifications.SubscriberToTopic |
JMSConnectionHandler.listenToMessagesOfTopic(TopicData topicData,
String clientId,
String subscriptionName,
String selector,
gr.uoa.di.madgik.environment.notifications.SubscriberToTopic subToTopic,
gr.uoa.di.madgik.environment.notifications.NotificationMessageListenerI listener) |
void |
JMSConnectionHandler.sendNotificationToTopic(TopicData topicData,
String textMessage,
HashMap<String,String> propertiesNameValueMap) |
void |
JMSConnectionHandler.unsubscribeFromTopic(TopicData topicData,
String clientId,
gr.uoa.di.madgik.environment.notifications.SubscriberToTopic subscriberToTopic) |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
JMSConnectionHandler.isTopicRegistered(List<TopicData> topics) |
| Modifier and Type | Method and Description |
|---|---|
String |
NotificationHandler.registerNotificationTopics(TopicData topic) |
gr.uoa.di.madgik.environment.notifications.SubscriberToTopic |
NotificationHandler.registerToNotificationTopic(TopicData topic,
String listenerId,
String subscriptionName,
String selector,
gr.uoa.di.madgik.environment.notifications.SubscriberToTopic subscriberToTopic,
gr.uoa.di.madgik.environment.notifications.NotificationMessageListenerI listener) |
void |
NotificationHandler.sendNotificationToTopic(TopicData topicData,
String textMessage,
HashMap<String,String> propertiesNameValueMap) |
void |
NotificationHandler.unregisterFromNotificationTopic(TopicData topic,
String listenerId,
gr.uoa.di.madgik.environment.notifications.SubscriberToTopic subscriberToTopic) |
void |
NotificationHandler.unregisterNotificationTopic(TopicData topic) |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
NotificationHandler.isTopicRegistered(List<TopicData> topics) |
Copyright © 2017. All Rights Reserved.