org.wso2.carbon.device.mgt.mobile.config
Class MobileDeviceConfigurationManager

java.lang.Object
  extended by org.wso2.carbon.device.mgt.mobile.config.MobileDeviceConfigurationManager

public class MobileDeviceConfigurationManager
extends Object

Class responsible for the mobile device manager configuration initialization.


Constructor Summary
MobileDeviceConfigurationManager()
           
 
Method Summary
static MobileDeviceConfigurationManager getInstance()
           
 MobileDataSourceConfig getMobileDataSourceConfig()
           
 MobileDeviceManagementConfig getMobileDeviceManagementConfig()
           
 void initConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileDeviceConfigurationManager

public MobileDeviceConfigurationManager()
Method Detail

getInstance

public static MobileDeviceConfigurationManager getInstance()

initConfig

public void initConfig()
                throws org.wso2.carbon.device.mgt.common.DeviceManagementException
Throws:
org.wso2.carbon.device.mgt.common.DeviceManagementException

getMobileDeviceManagementConfig

public MobileDeviceManagementConfig getMobileDeviceManagementConfig()

getMobileDataSourceConfig

public MobileDataSourceConfig getMobileDataSourceConfig()


Copyright © 2015 WSO2. All rights reserved.