org.jboss.cdi.tck.tests.context.jms
Class SimpleMessageConsumer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.jms.SimpleMessageConsumer

@ApplicationScoped
public class SimpleMessageConsumer
extends Object

Simple JMS consumer.

Author:
Martin Kouba

Constructor Summary
SimpleMessageConsumer()
           
 
Method Summary
 void destroy()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMessageConsumer

public SimpleMessageConsumer()
Method Detail

init

public void init()

destroy

@PreDestroy
public void destroy()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.