org.jboss.jms.server.bridge
Class JNDIDestinationFactory

java.lang.Object
  extended by org.jboss.jms.server.bridge.JNDIFactorySupport
      extended by org.jboss.jms.server.bridge.JNDIDestinationFactory
All Implemented Interfaces:
DestinationFactory

public class JNDIDestinationFactory
extends JNDIFactorySupport
implements DestinationFactory

Version:
$Revision: $10 Oct 2007 $Id: $
Author:
Tim Fox

Field Summary
 
Fields inherited from class org.jboss.jms.server.bridge.JNDIFactorySupport
jndiProperties, lookup
 
Constructor Summary
JNDIDestinationFactory(java.util.Hashtable jndiProperties, java.lang.String lookup)
           
 
Method Summary
 Destination createDestination()
           
 
Methods inherited from class org.jboss.jms.server.bridge.JNDIFactorySupport
createObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIDestinationFactory

public JNDIDestinationFactory(java.util.Hashtable jndiProperties,
                              java.lang.String lookup)
Method Detail

createDestination

public Destination createDestination()
                              throws java.lang.Exception
Specified by:
createDestination in interface DestinationFactory
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.