org.objectweb.proactive.osgi
Class Activator

java.lang.Object
  extended by org.ungoverned.gravity.servicebinder.GenericActivator
      extended by org.objectweb.proactive.osgi.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends org.ungoverned.gravity.servicebinder.GenericActivator

Author:
vlegrand This is the entry point of the proActiveBundle

Constructor Summary
Activator()
           
 
Method Summary
 void bindProActiveService(ProActiveService proactiveService)
           
 void start(org.osgi.framework.BundleContext context)
           
 void unbindProActiveService(ProActiveService proactiveService)
           
 
Methods inherited from class org.ungoverned.gravity.servicebinder.GenericActivator
getBundleContext, getInstanceReferences, proxyProvidedServiceObject, proxyRequiredServiceObject, 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
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class org.ungoverned.gravity.servicebinder.GenericActivator
Throws:
java.lang.Exception

bindProActiveService

public void bindProActiveService(ProActiveService proactiveService)

unbindProActiveService

public void unbindProActiveService(ProActiveService proactiveService)


Copyright 2001-2007 INRIA All Rights Reserved.