org.apache.aries.transaction.jdbc
Class Activator
java.lang.Object
org.apache.aries.transaction.jdbc.Activator
- All Implemented Interfaces:
- EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener, org.osgi.util.tracker.ServiceTrackerCustomizer
public class Activator
- extends Object
- implements org.osgi.framework.BundleActivator, org.osgi.util.tracker.ServiceTrackerCustomizer, org.osgi.framework.ServiceListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext ctx)
- Specified by:
start
in interface org.osgi.framework.BundleActivator
stop
public void stop(org.osgi.framework.BundleContext ctx)
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
addingService
public Object addingService(org.osgi.framework.ServiceReference ref)
- Specified by:
addingService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
modifiedService
public void modifiedService(org.osgi.framework.ServiceReference ref,
Object service)
- Specified by:
modifiedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
removedService
public void removedService(org.osgi.framework.ServiceReference ref,
Object service)
- Specified by:
removedService
in interface org.osgi.util.tracker.ServiceTrackerCustomizer
serviceChanged
public void serviceChanged(org.osgi.framework.ServiceEvent event)
- Specified by:
serviceChanged
in interface org.osgi.framework.ServiceListener
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.