org.jboss.seam.jms.inject
Class JmsSessionProducer

java.lang.Object
  extended by org.jboss.seam.jms.inject.JmsSessionProducer

public class JmsSessionProducer
extends Object


Constructor Summary
JmsSessionProducer()
           
 
Method Summary
 Session produceSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsSessionProducer

public JmsSessionProducer()
Method Detail

produceSession

@Produces
@Dependent
@JmsDefault(value="session")
public Session produceSession()
                       throws JMSException
Throws:
JMSException


Copyright © 2011 Seam Framework. All Rights Reserved.