org.apache.aries.transaction
Class Activator

java.lang.Object
  extended by org.apache.aries.transaction.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedService

public class Activator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedService


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

Field Detail

PID

public static final String PID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

updated

public void updated(Dictionary properties)
             throws org.osgi.service.cm.ConfigurationException
Specified by:
updated in interface org.osgi.service.cm.ManagedService
Throws:
org.osgi.service.cm.ConfigurationException

deleted

public void deleted()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.