net.java.sip.communicator.impl.replacement.dailymotion
Class DailymotionActivator
java.lang.Object
net.java.sip.communicator.impl.replacement.dailymotion.DailymotionActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class DailymotionActivator
- extends Object
- implements org.osgi.framework.BundleActivator
Activator for the Dailymotion source bundle.
- Author:
- Purvesh Sahoo
|
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
Starts the Dailymotion replacement source bundle |
void |
stop(org.osgi.framework.BundleContext context)
Unregisters the Dailymotion replacement service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DailymotionActivator
public DailymotionActivator()
start
public void start(org.osgi.framework.BundleContext context)
throws Exception
- Starts the Dailymotion replacement source bundle
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Parameters:
context - the BundleContext as provided from the OSGi
framework
- Throws:
Exception - if anything goes wrong
stop
public void stop(org.osgi.framework.BundleContext context)
throws Exception
- Unregisters the Dailymotion replacement service.
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Parameters:
context - BundleContext
- Throws:
Exception - if anything goes wrong
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.