org.richfaces.application.push.impl.jms
Class TopicImpl

java.lang.Object
  extended by org.richfaces.application.push.impl.AbstractTopic
      extended by org.richfaces.application.push.impl.jms.TopicImpl
All Implemented Interfaces:
org.richfaces.application.push.Topic

public class TopicImpl
extends AbstractTopic

Author:
Nick Belaevski

Constructor Summary
TopicImpl(org.richfaces.application.push.TopicKey key, MessagingContext messagingContext)
           
 
Method Summary
 void publish(String subtopic, Object messageData)
           
 
Methods inherited from class org.richfaces.application.push.impl.AbstractTopic
addTopicListener, getKey, getMessageDataSerializer, isAllowSubtopics, publishEvent, removeTopicListener, setAllowSubtopics, setMessageDataSerializer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicImpl

public TopicImpl(org.richfaces.application.push.TopicKey key,
                 MessagingContext messagingContext)
Method Detail

publish

public void publish(String subtopic,
                    Object messageData)
             throws org.richfaces.application.push.MessageException
Specified by:
publish in interface org.richfaces.application.push.Topic
Specified by:
publish in class AbstractTopic
Throws:
org.richfaces.application.push.MessageException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.