org.apache.aries.transaction
Class Activator
java.lang.Object
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
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 |
PID
public static final String PID
- See Also:
- Constant Field Values
Activator
public Activator()
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.