nl.hippo.client.event
Class JmsTopicManager

java.lang.Object
  extended by nl.hippo.client.event.JmsTopicManager

public class JmsTopicManager
extends Object


Constructor Summary
JmsTopicManager(UpdateNotificationConfig config)
           
 
Method Summary
 javax.jms.TopicConnection getConnection()
           
 String getLoglabel()
           
 javax.jms.TopicSession getSession()
           
 javax.jms.TopicSubscriber getSubscriber()
           
 javax.jms.Topic getTopic()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsTopicManager

public JmsTopicManager(UpdateNotificationConfig config)
                throws ClientException
Throws:
ClientException
Method Detail

getConnection

public javax.jms.TopicConnection getConnection()

getTopic

public javax.jms.Topic getTopic()

getSession

public javax.jms.TopicSession getSession()

getSubscriber

public javax.jms.TopicSubscriber getSubscriber()

getLoglabel

public String getLoglabel()

start

public void start()

stop

public void stop()


Copyright © 2006-2009 Hippo. All Rights Reserved.