RichFaces Examples Push 4.2.2.Final

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.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.