org.apache.aries.jndi.url
Class OsgiURLContextFactory

java.lang.Object
  extended by org.apache.aries.jndi.url.OsgiURLContextFactory
All Implemented Interfaces:
ObjectFactory

public class OsgiURLContextFactory
extends Object
implements ObjectFactory

A factory for the aries JNDI context


Constructor Summary
OsgiURLContextFactory(org.osgi.framework.BundleContext callerContext)
           
 
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

OsgiURLContextFactory

public OsgiURLContextFactory(org.osgi.framework.BundleContext callerContext)
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 © 2009-2011 The Apache Software Foundation. All Rights Reserved.