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


Method Summary
 void createDestination(java.lang.Class<? extends javax.jms.Destination> type, java.lang.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(java.lang.Class<? extends javax.jms.Destination> type,
                              java.lang.String jndiSuffix)
                       throws java.lang.Exception
Specified by:
createDestination in class JMSDestinationFactory
Throws:
java.lang.Exception