org.jboss.seam.jms
Class TopicSession

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

@Scope(value=EVENT)
@BypassInterceptors
@Name(value="org.jboss.seam.jms.topicSession")
@Install(precedence=0,
         genericDependencies=ManagedTopicPublisher.class)
public class TopicSession
extends Object

Manager for a JMS TopicSession

Author:
Gavin King

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

Constructor Detail

TopicSession

public TopicSession()
Method Detail

create

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

destroy

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

getTopicSession

@Unwrap
public javax.jms.TopicSession getTopicSession()

instance

public static javax.jms.TopicSession instance()


Copyright © 2011 Seam Framework. All Rights Reserved.