org.apache.aries.jndi
Class ProviderAdminService

java.lang.Object
  extended by org.apache.aries.jndi.ProviderAdminService
All Implemented Interfaces:
org.osgi.service.jndi.JNDIProviderAdmin

public class ProviderAdminService
extends Object
implements org.osgi.service.jndi.JNDIProviderAdmin


Constructor Summary
ProviderAdminService(org.osgi.framework.BundleContext defaultContext, org.osgi.framework.BundleContext callerContext)
           
 
Method Summary
 void close()
           
 Object getObjectInstance(Object obj, Name name, Context context, Map<?,?> environment)
           
 Object getObjectInstance(Object obj, Name name, Context context, Map<?,?> environment, Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderAdminService

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

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context context,
                                Map<?,?> environment)
                         throws Exception
Specified by:
getObjectInstance in interface org.osgi.service.jndi.JNDIProviderAdmin
Throws:
Exception

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context context,
                                Map<?,?> environment,
                                Attributes attributes)
                         throws Exception
Specified by:
getObjectInstance in interface org.osgi.service.jndi.JNDIProviderAdmin
Throws:
Exception

close

public void close()


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