RichFaces Examples Push 4.1.0.CR2

demo
Class JMSBean

java.lang.Object
  extended by demo.JMSBean

public class JMSBean
extends Object

Author:
Nick Belaevski

Constructor Summary
JMSBean()
           
 
Method Summary
 void destroy()
           
 void initialize()
           
 void publish(org.richfaces.application.push.TopicKey topicKey, Serializable message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSBean

public JMSBean()
Method Detail

publish

public void publish(org.richfaces.application.push.TopicKey topicKey,
                    Serializable message)

initialize

@PostConstruct
public void initialize()

destroy

@PreDestroy
public void destroy()

RichFaces Examples Push 4.1.0.CR2

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