org.jboss.ejb3.jms
Class ServerPeerJMSDestinationFactory

java.lang.Object
  extended by org.jboss.ejb3.jms.JMSDestinationFactory
      extended by org.jboss.ejb3.jms.ServerPeerJMSDestinationFactory

public class ServerPeerJMSDestinationFactory
extends JMSDestinationFactory

Use ServerPeer for creation of destinations. JBoss AS 5.0

Version:
$Revision: $
Author:
Carlo de Wolf

Method Summary
 void createDestination(Class<? extends javax.jms.Destination> type, String jndiSuffix)
           
 
Methods inherited from class org.jboss.ejb3.jms.JMSDestinationFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDestination

public void createDestination(Class<? extends javax.jms.Destination> type,
                              String jndiSuffix)
                       throws Exception
Specified by:
createDestination in class JMSDestinationFactory
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.