org.jboss.messaging.jms.referenceable
Class ConnectionFactoryObjectFactory

java.lang.Object
  extended by org.jboss.messaging.jms.referenceable.ConnectionFactoryObjectFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class ConnectionFactoryObjectFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

A ConnectionFactoryObjectFactory. Given a reference - reconstructs a JBossConnectionFactory

Version:
$Revision: 3804 $ $Id: ConnectionFactoryObjectFactory.java 3804 2008-02-26 20:56:08Z timfox $
Author:
Tim Fox

Constructor Summary
ConnectionFactoryObjectFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object ref, javax.naming.Name name, javax.naming.Context ctx, java.util.Hashtable props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryObjectFactory

public ConnectionFactoryObjectFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object ref,
                                          javax.naming.Name name,
                                          javax.naming.Context ctx,
                                          java.util.Hashtable props)
                                   throws java.lang.Exception
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.