Uses of Class
gr.uoa.madgik.environment.notifications.model.TopicData

Packages that use TopicData
gr.uoa.madgik.environment.jms   
gr.uoa.madgik.environment.notifications.handlers   
 

Uses of TopicData in gr.uoa.madgik.environment.jms
 

Methods in gr.uoa.madgik.environment.jms with parameters of type TopicData
 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)
           
 

Method parameters in gr.uoa.madgik.environment.jms with type arguments of type TopicData
 boolean[] JMSConnectionHandler.isTopicRegistered(List<TopicData> topics)
           
 

Uses of TopicData in gr.uoa.madgik.environment.notifications.handlers
 

Methods in gr.uoa.madgik.environment.notifications.handlers with parameters of type TopicData
 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)
           
 

Method parameters in gr.uoa.madgik.environment.notifications.handlers with type arguments of type TopicData
 boolean[] NotificationHandler.isTopicRegistered(List<TopicData> topics)
           
 



Copyright © 2013. All Rights Reserved.