org.jboss.naming
Class LinkRefPairObjectFactory

java.lang.Object
  extended by org.jboss.naming.LinkRefPairObjectFactory
All Implemented Interfaces:
ObjectFactory

public class LinkRefPairObjectFactory
extends Object
implements ObjectFactory

An object factory that allows different objects to be used in the local virtual machine versus remote virtual machines

Version:
$Revision: 57209 $
Author:
Adrian Brock (adrian@jboss.com)

Constructor Summary
LinkRefPairObjectFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkRefPairObjectFactory

public LinkRefPairObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.