JBoss Seam Int JBossAS 6.0.0.GA-redhat-2

org.jboss.seam.integration.jbossas.jms
Class TopicConnection

java.lang.Object
  extended by org.jboss.seam.jms.TopicConnection
      extended by org.jboss.seam.integration.jbossas.jms.TopicConnection

@Scope(value=APPLICATION)
@BypassInterceptors
@Name(value="org.jboss.seam.jms.topicConnection")
@Install(precedence=10,
         genericDependencies=org.jboss.seam.jms.ManagedTopicPublisher.class)
public class TopicConnection
extends org.jboss.seam.jms.TopicConnection

Override Seam's TopicConnection to return a different JNDI name for the connection factory

Author:
Shane Bryzak

Constructor Summary
TopicConnection()
           
 
Method Summary
 String getTopicConnectionFactoryJndiName()
          The JNDI name of the TopicConnectionFactory
 
Methods inherited from class org.jboss.seam.jms.TopicConnection
destroy, getTopicConnection, init, instance, setTopicConnectionFactoryJndiName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopicConnection

public TopicConnection()
Method Detail

getTopicConnectionFactoryJndiName

public String getTopicConnectionFactoryJndiName()
The JNDI name of the TopicConnectionFactory

Overrides:
getTopicConnectionFactoryJndiName in class org.jboss.seam.jms.TopicConnection

JBoss Seam Int JBossAS 6.0.0.GA-redhat-2

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