com.francetelecom.admindm.persist
Class Activator

java.lang.Object
  extended by com.francetelecom.admindm.persist.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

The Class Activator.


Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
          Start.
 void stop(org.osgi.framework.BundleContext context)
          Stop.
 
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(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Start.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
context - the context
Throws:
java.lang.Exception - the exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws java.lang.Exception
Stop.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
context - the context
Throws:
java.lang.Exception - the exception


Copyright © 2011 FranceTelecom. All Rights Reserved.