org.telscenter.pas.service
Interface IMessagingService

All Known Implementing Classes:
MantarayMessagingService

public interface IMessagingService

Author:
turadg

Method Summary
 TopicPublisher getPublisher(java.lang.String topicName)
           
 TopicSession getPublisherSession(java.lang.String topicName)
           
 void subscribeTopic(java.lang.String topicString, MessageListener listener)
           
 

Method Detail

subscribeTopic

void subscribeTopic(java.lang.String topicString,
                    MessageListener listener)
                    throws JMSException
Throws:
JMSException

getPublisherSession

TopicSession getPublisherSession(java.lang.String topicName)
                                 throws JMSException
Parameters:
topicName -
Returns:
Throws:
JMSException

getPublisher

TopicPublisher getPublisher(java.lang.String topicName)
                            throws JMSException
Parameters:
topicName -
Returns:
Throws:
JMSException


Copyright © 2004-2008 TELS Center. All Rights Reserved.