org.apache.aries.jndi
Class DirObjectFactoryHelper

java.lang.Object
  extended by org.apache.aries.jndi.ObjectFactoryHelper
      extended by org.apache.aries.jndi.DirObjectFactoryHelper
All Implemented Interfaces:
DirObjectFactory, ObjectFactory

public class DirObjectFactoryHelper
extends ObjectFactoryHelper
implements DirObjectFactory


Field Summary
 
Fields inherited from class org.apache.aries.jndi.ObjectFactoryHelper
callerContext, defaultContext
 
Constructor Summary
DirObjectFactoryHelper(org.osgi.framework.BundleContext defaultContext, org.osgi.framework.BundleContext callerContext)
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes attrs)
           
 
Methods inherited from class org.apache.aries.jndi.ObjectFactoryHelper
getObjectInstance, getObjectInstanceUsingObjectFactories, getUrlScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.naming.spi.ObjectFactory
getObjectInstance
 

Constructor Detail

DirObjectFactoryHelper

public DirObjectFactoryHelper(org.osgi.framework.BundleContext defaultContext,
                              org.osgi.framework.BundleContext callerContext)
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable<?,?> environment,
                                Attributes attrs)
                         throws Exception
Specified by:
getObjectInstance in interface DirObjectFactory
Throws:
Exception


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.