org.apache.felix.transaction.internal
Class Activator

java.lang.Object
  extended by org.apache.felix.transaction.internal.Activator
All Implemented Interfaces:
BundleActivator, ManagedServiceFactory

public class Activator
extends Object
implements BundleActivator, ManagedServiceFactory


Constructor Summary
Activator()
           
 
Method Summary
 void deleted(String pid)
           
 String getName()
           
 void start(BundleContext bundleContext)
           
 void stop(BundleContext context)
           
 void updated(String pid, Dictionary properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

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.