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 java.lang.Object
implements org.osgi.framework.BundleActivator, org.osgi.service.cm.ManagedService


Field Summary
static java.lang.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(java.util.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 java.lang.String PID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

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

stop

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

updated

public void updated(java.util.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.