org.apache.camel.component.eventadmin
Class EventAdminServiceFactory

java.lang.Object
  extended by org.apache.camel.component.eventadmin.EventAdminServiceFactory
All Implemented Interfaces:
org.osgi.framework.ServiceFactory<Object>

public class EventAdminServiceFactory
extends Object
implements org.osgi.framework.ServiceFactory<Object>

EventAdmin service factory


Constructor Summary
EventAdminServiceFactory()
           
 
Method Summary
 Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Object> serviceRegistration)
           
 void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration<Object> serviceRegistration, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAdminServiceFactory

public EventAdminServiceFactory()
Method Detail

getService

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

ungetService

public void ungetService(org.osgi.framework.Bundle bundle,
                         org.osgi.framework.ServiceRegistration<Object> serviceRegistration,
                         Object o)
Specified by:
ungetService in interface org.osgi.framework.ServiceFactory<Object>


Apache Camel