money.test.impl
Class Activator

java.lang.Object
  extended byorg.ungoverned.gravity.servicebinder.GenericActivator
      extended bymoney.test.impl.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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

This inherits of the GenericActivator of ServiceBinder to profile dynamic binding

See Also:
GenericActivator

Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 
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 Exception
Throws:
Exception