com.ning.billing.osgi.bundles.test
Class PaymentActivator

java.lang.Object
  extended by com.ning.killbill.osgi.libs.killbill.KillbillActivatorBase
      extended by com.ning.billing.osgi.bundles.test.PaymentActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class PaymentActivator
extends KillbillActivatorBase

Test class used by Payment tests-- to test fake OSGI payment bundle


Field Summary
 
Fields inherited from class com.ning.killbill.osgi.libs.killbill.KillbillActivatorBase
dataSource, dispatcher, killbillAPI, logService, registrar
 
Constructor Summary
PaymentActivator()
           
 
Method Summary
 OSGIKillbillEventDispatcher.OSGIKillbillEventHandler getOSGIKillbillEventHandler()
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentActivator

public PaymentActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class KillbillActivatorBase
Throws:
Exception

stop

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

getOSGIKillbillEventHandler

public OSGIKillbillEventDispatcher.OSGIKillbillEventHandler getOSGIKillbillEventHandler()
Specified by:
getOSGIKillbillEventHandler in class KillbillActivatorBase


Copyright © 2010-2013. All Rights Reserved.