org.apache.felix.transaction.internal
Class Activator
java.lang.Object
org.apache.felix.transaction.internal.Activator
- All Implemented Interfaces:
- BundleActivator, ManagedServiceFactory
public class Activator
- extends Object
- implements BundleActivator, ManagedServiceFactory
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(BundleContext bundleContext)
throws Exception
- Specified by:
start
in interface BundleActivator
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
- Specified by:
stop
in interface BundleActivator
- Throws:
Exception
getName
public String getName()
- Specified by:
getName
in interface ManagedServiceFactory
updated
public void updated(String pid,
Dictionary properties)
throws ConfigurationException
- Specified by:
updated
in interface ManagedServiceFactory
- Throws:
ConfigurationException
deleted
public void deleted(String pid)
- Specified by:
deleted
in interface ManagedServiceFactory
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.