public class AndroidDAOFactory
extends org.wso2.carbon.device.mgt.mobile.dao.AbstractMobileDeviceManagementDAOFactory
| Modifier and Type | Field and Description |
|---|---|
protected static DataSource |
dataSource |
| Constructor and Description |
|---|
AndroidDAOFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beginTransaction() |
static void |
closeConnection() |
static void |
commitTransaction() |
static Connection |
getConnection() |
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO |
getMobileDeviceDAO() |
org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO |
getMobileFeatureDAO() |
static void |
rollbackTransaction() |
protected static DataSource dataSource
public org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceDAO getMobileDeviceDAO()
public org.wso2.carbon.device.mgt.mobile.dao.MobileFeatureDAO getMobileFeatureDAO()
public static void beginTransaction()
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic static Connection getConnection() throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic static void commitTransaction()
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic static void closeConnection()
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionpublic static void rollbackTransaction()
throws org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOException
org.wso2.carbon.device.mgt.mobile.dao.MobileDeviceManagementDAOExceptionCopyright © 2016 WSO2. All rights reserved.