org.wso2.carbon.device.mgt.mobile.internal
Class MobileDeviceManagementBundleActivator

java.lang.Object
  extended by org.wso2.carbon.device.mgt.mobile.internal.MobileDeviceManagementBundleActivator
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.BundleListener

public class MobileDeviceManagementBundleActivator
extends Object
implements org.osgi.framework.BundleActivator, org.osgi.framework.BundleListener


Constructor Summary
MobileDeviceManagementBundleActivator()
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
           
static void registerDataSourceListener(DataSourceListener listener)
           
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileDeviceManagementBundleActivator

public MobileDeviceManagementBundleActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent bundleEvent)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener

registerDataSourceListener

public static void registerDataSourceListener(DataSourceListener listener)


Copyright © 2015 WSO2. All rights reserved.