org.telscenter.pas.service
Interface IMessagingService
- All Known Implementing Classes:
- MantarayMessagingService
public interface IMessagingService
- Author:
- turadg
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.