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

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

EventAdmin service factory


Constructor Summary
EventAdminServiceFactory()
           
 
Method Summary
 Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration)
           
 void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration 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 serviceRegistration)
Specified by:
getService in interface org.osgi.framework.ServiceFactory

ungetService

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


Apache CAMEL