org.apache.aries.jndi
Class ProviderAdminServiceFactory

java.lang.Object
  extended by org.apache.aries.jndi.ProviderAdminServiceFactory
All Implemented Interfaces:
org.osgi.framework.ServiceFactory

public class ProviderAdminServiceFactory
extends Object
implements org.osgi.framework.ServiceFactory


Constructor Summary
ProviderAdminServiceFactory(org.osgi.framework.BundleContext defaultContext)
           
 
Method Summary
 Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration)
           
 void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration registration, Object service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderAdminServiceFactory

public ProviderAdminServiceFactory(org.osgi.framework.BundleContext defaultContext)
Method Detail

getService

public Object getService(org.osgi.framework.Bundle bundle,
                         org.osgi.framework.ServiceRegistration registration)
Specified by:
getService in interface org.osgi.framework.ServiceFactory

ungetService

public void ungetService(org.osgi.framework.Bundle bundle,
                         org.osgi.framework.ServiceRegistration registration,
                         Object service)
Specified by:
ungetService in interface org.osgi.framework.ServiceFactory


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