org.telscenter.pas.service
Class MantarayMessagingService

java.lang.Object
  extended by org.telscenter.pas.service.MantarayMessagingService
All Implemented Interfaces:
IMessagingService

public class MantarayMessagingService
extends java.lang.Object
implements IMessagingService

Author:
turadg

Constructor Summary
MantarayMessagingService(net.sf.sail.core.uuid.OfferingUuid offeringUuid)
           
 
Method Summary
 TopicPublisher getPublisher(java.lang.String topicString)
           
 TopicSession getPublisherSession(java.lang.String topicString)
           
 void subscribeTopic(java.lang.String topicString, MessageListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MantarayMessagingService

public MantarayMessagingService(net.sf.sail.core.uuid.OfferingUuid offeringUuid)
Method Detail

subscribeTopic

public void subscribeTopic(java.lang.String topicString,
                           MessageListener listener)
                    throws JMSException
Specified by:
subscribeTopic in interface IMessagingService
Throws:
JMSException

getPublisherSession

public TopicSession getPublisherSession(java.lang.String topicString)
                                 throws JMSException
Specified by:
getPublisherSession in interface IMessagingService
Returns:
Throws:
JMSException

getPublisher

public TopicPublisher getPublisher(java.lang.String topicString)
                            throws JMSException
Specified by:
getPublisher in interface IMessagingService
Returns:
Throws:
JMSException


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