org.jboss.jms.referenceable
Class DestinationObjectFactory

java.lang.Object
  extended byorg.jboss.jms.referenceable.DestinationObjectFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

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

A DestinationObjectFactory. Given a Reference - reconstructs a JBossDestination

Version:
$Revision: 958 $ $Id: DestinationObjectFactory.java 958 2006-05-18 01:51:15Z ovidiu $
Author:
Tim Fox

Constructor Summary
DestinationObjectFactory()
           
 
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

DestinationObjectFactory

public DestinationObjectFactory()
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.