org.jboss.ejb3.jms
Class JMSDestinationFactory

java.lang.Object
  extended by org.jboss.ejb3.jms.JMSDestinationFactory
Direct Known Subclasses:
ServerPeerJMSDestinationFactory

public abstract class JMSDestinationFactory
extends java.lang.Object

Comment


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

Constructor Detail

JMSDestinationFactory

public JMSDestinationFactory()
Method Detail

getInstance

public static JMSDestinationFactory getInstance()

createDestination

public abstract void createDestination(java.lang.Class<? extends javax.jms.Destination> type,
                                       java.lang.String jndiSuffix)
                                throws java.lang.Exception
Throws:
java.lang.Exception