org.jboss.seam.jms
Class QueueSession

java.lang.Object
  extended by org.jboss.seam.jms.QueueSession

@Scope(value=EVENT)
@Intercept(value=NEVER)
@Name(value="queueSession")
public class QueueSession
extends Object


Constructor Summary
QueueSession()
           
 
Method Summary
 void create()
           
 void destory()
           
 javax.jms.QueueSession getQueueSession()
           
static javax.jms.QueueSession instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueSession

public QueueSession()
Method Detail

create

@Create
public void create()
            throws javax.jms.JMSException,
                   NamingException
Throws:
javax.jms.JMSException
NamingException

destory

@Destroy
public void destory()
             throws javax.jms.JMSException
Throws:
javax.jms.JMSException

getQueueSession

@Unwrap
public javax.jms.QueueSession getQueueSession()

instance

public static javax.jms.QueueSession instance()