org.apache.felix.http.jetty
Class Activator.HttpServiceFactory

java.lang.Object
  extended by org.apache.felix.http.jetty.Activator.HttpServiceFactory
All Implemented Interfaces:
org.osgi.framework.ServiceFactory
Enclosing class:
Activator

public class Activator.HttpServiceFactory
extends java.lang.Object
implements org.osgi.framework.ServiceFactory


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

Constructor Detail

Activator.HttpServiceFactory

public Activator.HttpServiceFactory()
Method Detail

getService

public java.lang.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,
                         java.lang.Object service)
Specified by:
ungetService in interface org.osgi.framework.ServiceFactory