Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
J
L
M
N
O
P
R
S
U
V
W
A
AbstractMobileOperationManager
- Class in
org.wso2.carbon.device.mgt.mobile
AbstractMobileOperationManager()
- Constructor for class org.wso2.carbon.device.mgt.mobile.
AbstractMobileOperationManager
activate(ComponentContext)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementServiceComponent
addMobileDevice(MobileDevice)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceDAOImpl
addMobileDevice(MobileDevice)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceDAO
addMobileDeviceOperationMapping(MobileDeviceOperationMapping)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
addMobileDeviceOperationMapping(MobileDeviceOperationMapping)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Add a new mobile device operation mapping to the table.
addMobileFeature(MobileFeature)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
addMobileFeature(MobileFeature)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Add a new feature to feature table.
addMobileFeatureProperty(MobileFeatureProperty)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeaturePropertyDAOImpl
addMobileFeatureProperty(MobileFeatureProperty)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeaturePropertyDAO
Add a new feature property to feature property table.
addMobileOperation(MobileOperation)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationDAOImpl
addMobileOperation(MobileOperation)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationDAO
Add a new Mobile operation to plugin operation table.
addMobileOperationProperty(MobileOperationProperty)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationPropertyDAOImpl
addMobileOperationProperty(MobileOperationProperty)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationPropertyDAO
Add a new mapping to plugin operation property table.
addOperation(Operation, List<DeviceIdentifier>)
- Method in class org.wso2.carbon.device.mgt.mobile.
AbstractMobileOperationManager
addOperation(Operation, List<DeviceIdentifier>)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidMobileOperationManager
AndroidDeviceManagerService
- Class in
org.wso2.carbon.device.mgt.mobile.impl.android
This represents the Android implementation of DeviceManagerService.
AndroidDeviceManagerService()
- Constructor for class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
AndroidMobileOperationManager
- Class in
org.wso2.carbon.device.mgt.mobile.impl.android
AndroidMobileOperationManager()
- Constructor for class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidMobileOperationManager
APIConfig
- Class in
org.wso2.carbon.device.mgt.mobile.config
APIConfig()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
APIPublisherConfig
- Class in
org.wso2.carbon.device.mgt.mobile.config
APIPublisherConfig()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.
APIPublisherConfig
B
bundleChanged(BundleEvent)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementBundleActivator
C
cleanupResources(Connection, PreparedStatement, ResultSet)
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.
MobileDeviceManagementDAOUtil
completedServerStartup()
- Method in class org.wso2.carbon.device.mgt.mobile.
MobileDeviceManagementStartupObserver
completingServerStartup()
- Method in class org.wso2.carbon.device.mgt.mobile.
MobileDeviceManagementStartupObserver
convertMobileOperationToOperation(MobileOperation)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
convertToDevice(MobileDevice)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
convertToDocument(File)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
convertToMobileDevice(Device)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
convertToMobileOperation(Operation)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
D
DataSourceListener
- Interface in
org.wso2.carbon.device.mgt.mobile
deactivate(ComponentContext)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementServiceComponent
deleteMobileDevice(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceDAOImpl
deleteMobileDevice(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceDAO
deleteMobileDeviceOperationMapping(String, int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
deleteMobileDeviceOperationMapping(String, int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Delete a given mobile device operation mapping from table.
deleteMobileFeatureByCode(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
deleteMobileFeatureByCode(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Delete a feature from feature table when the feature code is given.
deleteMobileFeatureById(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
deleteMobileFeatureById(int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Delete a feature from feature table when the feature id is given.
deleteMobileFeatureProperty(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeaturePropertyDAOImpl
deleteMobileFeatureProperty(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeaturePropertyDAO
Delete a given feature property from feature property table.
deleteMobileOperation(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationDAOImpl
deleteMobileOperation(int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationDAO
Delete a given Mobile operation from plugin database.
deleteMobileOperationProperties(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationPropertyDAOImpl
deleteMobileOperationProperties(int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationPropertyDAO
Deletes mobile operation properties of a given operation id from the plugin database.
DeviceManagementAPIPublisherUtil
- Class in
org.wso2.carbon.device.mgt.mobile.util
DeviceManagementAPIPublisherUtil()
- Constructor for class org.wso2.carbon.device.mgt.mobile.util.
DeviceManagementAPIPublisherUtil
disenrollDevice(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
disenrollDevice(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
disenrollDevice(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
E
enrollDevice(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
enrollDevice(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
enrollDevice(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
G
getAllDevices()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
getAllDevices()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
getAllDevices()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
getAllMobileDeviceOperationNappingsOfDevice(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
getAllMobileDeviceOperationNappingsOfDevice(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Retrieves all the of mobile device operation mappings relavent to the given mobile device.
getAllMobileDevices()
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceDAOImpl
getAllMobileDevices()
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceDAO
getAllMobileFeatures()
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
getAllMobileFeatures()
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
getAllMobileOperationPropertiesOfOperation(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationPropertyDAOImpl
getAllMobileOperationPropertiesOfOperation(int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationPropertyDAO
Retrieve all the mobile operation properties related to the a operation id.
getAllPendingOperationMappingsOfMobileDevice(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
getAllPendingOperationMappingsOfMobileDevice(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Retrieves all the pending device operation mappings of a mobiel device.
getApiPublisherConfig()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementConfig
getAPIs()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIPublisherConfig
getCode()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
getContext()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
getCreatedDate()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
getDataSource()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getDbScriptLocation(String)
- Method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementSchemaInitializer
getDescription()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
getDevice(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
getDevice(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
getDevice(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
getDeviceId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
getDeviceType()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
getEndpoint()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
getFeatureCode()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
getFeatureDAO()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getFeatureID()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeatureProperty
getFeaturePropertyDAO()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getFeaturePropertyOfFeature(Integer)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeaturePropertyDAOImpl
getFeaturePropertyOfFeature(Integer)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeaturePropertyDAO
Retrieve a list of feature property corresponds to a feature id .
getFeaturesForDeviceType(String)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidMobileOperationManager
getId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
getImei()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getImsi()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getInstance()
- Static method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceConfigurationManager
getJndiLookupDefinition()
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
MobileDataSourceConfig
getJndiName()
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition
getJndiProperties()
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition
getLatitude()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getLongitude()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getMessage()
- Method in exception org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOException
getMobileDataSourceConfig()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceConfigurationManager
getMobileDataSourceConfig()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementRepository
getMobileDevice(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceDAOImpl
getMobileDevice(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceDAO
getMobileDeviceDAO()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getMobileDeviceId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getMobileDeviceManagementConfig()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceConfigurationManager
getMobileDeviceManagementConfig()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getMobileDeviceMgtRepository()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementConfig
getMobileDeviceOperationDAO()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getMobileDeviceOperationMapping(String, int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
getMobileDeviceOperationMapping(String, int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Retrieves a given mobile device operation from the plugin database.
getMobileFeatureByCode(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
getMobileFeatureByCode(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Retrieve a given feature from feature table when the feature code is given.
getMobileFeatureByDeviceType(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
getMobileFeatureByDeviceType(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Retrieve all the features from plugin specific database for a Device Type.
getMobileFeatureById(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
getMobileFeatureById(int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Retrieve a given feature from feature table when the feature id is given.
getMobileFeatureProperty(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeaturePropertyDAOImpl
getMobileFeatureProperty(String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeaturePropertyDAO
Retrieve a given feature property from feature property table.
getMobileOperation(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationDAOImpl
getMobileOperation(int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationDAO
Retrieve a given Mobile operation from plugin database.
getMobileOperationDAO()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getMobileOperationIdsFromMobileDeviceOperations(List<MobileDeviceOperationMapping>)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
getMobileOperationProperty(int, String)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationPropertyDAOImpl
getMobileOperationProperty(int, String)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationPropertyDAO
Retrieve a given mobile operation property from plugin database.
getMobileOperationPropertyDAO()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
getModel()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getName()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
getName()
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition.JNDIProperty
getName()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
getOperationId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
getOperationId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
getOperationId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
getOperationManager()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
getOperationManager()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
getOperationManager()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
getOperations(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.
AbstractMobileOperationManager
getOperations(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidMobileOperationManager
getOsVersion()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getOwner()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
getPendingOperations(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidMobileOperationManager
getProperties()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
getProperty()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeatureProperty
getProperty()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
getProvider()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
getProviderType()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
getProviderType()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
getProviderType()
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
getReceivedDate()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
getRegId()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getSentDate()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
getStatus()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
getTransports()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
getValue()
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition.JNDIProperty
getValue()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
getVendor()
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
getVersion()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
I
init(APIProvider)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
init()
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
initConfig()
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceConfigurationManager
IOSDeviceManagerService
- Class in
org.wso2.carbon.device.mgt.mobile.impl.ios
This represents the iOS implementation of DeviceManagerService.
IOSDeviceManagerService()
- Constructor for class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
isActive(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
isActive(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
isActive(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
isEnrolled(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
isEnrolled(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
isEnrolled(DeviceIdentifier)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
J
JNDILookupDefinition
- Class in
org.wso2.carbon.device.mgt.mobile.config.datasource
Class for hold JndiLookupDefinition of mobile-config.xml at parsing with JAXB.
JNDILookupDefinition()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition
JNDILookupDefinition.JNDIProperty
- Class in
org.wso2.carbon.device.mgt.mobile.config.datasource
JNDILookupDefinition.JNDIProperty()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition.JNDIProperty
L
lookupDataSource(String, Hashtable<Object, Object>)
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.
MobileDeviceManagementDAOUtil
M
MobileDataSourceConfig
- Class in
org.wso2.carbon.device.mgt.mobile.config.datasource
Class for holding data source configuration in mobile-config.xml at parsing with JAXB.
MobileDataSourceConfig()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.datasource.
MobileDataSourceConfig
MobileDevice
- Class in
org.wso2.carbon.device.mgt.mobile.dto
DTO of MobileDevice.
MobileDevice()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
MobileDeviceConfigurationManager
- Class in
org.wso2.carbon.device.mgt.mobile.config
Class responsible for the mobile device manager configuration initialization.
MobileDeviceConfigurationManager()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceConfigurationManager
MobileDeviceDAO
- Interface in
org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile-device related information.
MobileDeviceDAOImpl
- Class in
org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileDeviceDAO.
MobileDeviceDAOImpl(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceDAOImpl
MobileDeviceManagementBundleActivator
- Class in
org.wso2.carbon.device.mgt.mobile.internal
MobileDeviceManagementBundleActivator()
- Constructor for class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementBundleActivator
MobileDeviceManagementConfig
- Class in
org.wso2.carbon.device.mgt.mobile.config
Represents Mobile Device Mgt configuration.
MobileDeviceManagementConfig()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementConfig
MobileDeviceManagementDAOException
- Exception in
org.wso2.carbon.device.mgt.mobile.dao
Custom exception class for mobile device specific data access related exceptions.
MobileDeviceManagementDAOException(String, Exception)
- Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message and nested exception.
MobileDeviceManagementDAOException(String, Throwable)
- Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message and cause.
MobileDeviceManagementDAOException(String)
- Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified detail message.
MobileDeviceManagementDAOException(Throwable)
- Constructor for exception org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOException
Constructs a new MobileDeviceManagementDAOException with the specified and cause.
MobileDeviceManagementDAOFactory
- Class in
org.wso2.carbon.device.mgt.mobile.dao
Factory class used to create MobileDeviceManagement related DAO objects.
MobileDeviceManagementDAOFactory()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
MobileDeviceManagementDAOUtil
- Class in
org.wso2.carbon.device.mgt.mobile.dao.util
Utility method required by MobileDeviceManagement DAO classes.
MobileDeviceManagementDAOUtil()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.util.
MobileDeviceManagementDAOUtil
MobileDeviceManagementRepository
- Class in
org.wso2.carbon.device.mgt.mobile.config
Class for holding management repository data.
MobileDeviceManagementRepository()
- Constructor for class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementRepository
MobileDeviceManagementSchemaInitializer
- Class in
org.wso2.carbon.device.mgt.mobile.util
MobileDeviceManagementSchemaInitializer(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementSchemaInitializer
MobileDeviceManagementServiceComponent
- Class in
org.wso2.carbon.device.mgt.mobile.internal
MobileDeviceManagementServiceComponent()
- Constructor for class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementServiceComponent
MobileDeviceManagementStartupObserver
- Class in
org.wso2.carbon.device.mgt.mobile
MobileDeviceManagementStartupObserver()
- Constructor for class org.wso2.carbon.device.mgt.mobile.
MobileDeviceManagementStartupObserver
MobileDeviceManagementUtil
- Class in
org.wso2.carbon.device.mgt.mobile.util
Provides utility methods required by the mobile device management bundle.
MobileDeviceManagementUtil()
- Constructor for class org.wso2.carbon.device.mgt.mobile.util.
MobileDeviceManagementUtil
MobileDeviceOperationMapping
- Class in
org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile Device Operation Mappings.
MobileDeviceOperationMapping()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
MobileDeviceOperationMapping.Status
- Enum in
org.wso2.carbon.device.mgt.mobile.dto
MobileDeviceOperationMappingDAO
- Interface in
org.wso2.carbon.device.mgt.mobile.dao
This class represents the mapping between mobile device and operations.
MobileDeviceOperationMappingDAOImpl
- Class in
org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileDeviceOperationMappingDAO.
MobileDeviceOperationMappingDAOImpl(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
MobileFeature
- Class in
org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile features.
MobileFeature()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
MobileFeatureDAO
- Interface in
org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile feature related information.
MobileFeatureDAOImpl
- Class in
org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileFeatureDAO.
MobileFeatureDAOImpl(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
MobileFeatureProperty
- Class in
org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile feature property.
MobileFeatureProperty()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeatureProperty
MobileFeaturePropertyDAO
- Interface in
org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile feature property related information.
MobileFeaturePropertyDAOImpl
- Class in
org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileFeaturePropertyDAO.
MobileFeaturePropertyDAOImpl(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeaturePropertyDAOImpl
MobileOperation
- Class in
org.wso2.carbon.device.mgt.mobile.dto
DTO of MobileOperation.
MobileOperation()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
MobileOperationDAO
- Interface in
org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile operation related information.
MobileOperationDAOImpl
- Class in
org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileOperationDAO.
MobileOperationDAOImpl(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationDAOImpl
MobileOperationProperty
- Class in
org.wso2.carbon.device.mgt.mobile.dto
DTO of Mobile Operation property.
MobileOperationProperty()
- Constructor for class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
MobileOperationPropertyDAO
- Interface in
org.wso2.carbon.device.mgt.mobile.dao
This class represents the key operations associated with persisting mobile operation property related information.
MobileOperationPropertyDAOImpl
- Class in
org.wso2.carbon.device.mgt.mobile.dao.impl
Implementation of MobileOperationPropertyDAO.
MobileOperationPropertyDAOImpl(DataSource)
- Constructor for class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationPropertyDAOImpl
modifyEnrollment(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
modifyEnrollment(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
modifyEnrollment(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
N
notifyObserver()
- Method in interface org.wso2.carbon.device.mgt.mobile.
DataSourceListener
O
org.wso2.carbon.device.mgt.mobile
- package org.wso2.carbon.device.mgt.mobile
org.wso2.carbon.device.mgt.mobile.config
- package org.wso2.carbon.device.mgt.mobile.config
org.wso2.carbon.device.mgt.mobile.config.datasource
- package org.wso2.carbon.device.mgt.mobile.config.datasource
org.wso2.carbon.device.mgt.mobile.dao
- package org.wso2.carbon.device.mgt.mobile.dao
org.wso2.carbon.device.mgt.mobile.dao.impl
- package org.wso2.carbon.device.mgt.mobile.dao.impl
org.wso2.carbon.device.mgt.mobile.dao.util
- package org.wso2.carbon.device.mgt.mobile.dao.util
org.wso2.carbon.device.mgt.mobile.dto
- package org.wso2.carbon.device.mgt.mobile.dto
org.wso2.carbon.device.mgt.mobile.impl.android
- package org.wso2.carbon.device.mgt.mobile.impl.android
org.wso2.carbon.device.mgt.mobile.impl.ios
- package org.wso2.carbon.device.mgt.mobile.impl.ios
org.wso2.carbon.device.mgt.mobile.impl.windows
- package org.wso2.carbon.device.mgt.mobile.impl.windows
org.wso2.carbon.device.mgt.mobile.internal
- package org.wso2.carbon.device.mgt.mobile.internal
org.wso2.carbon.device.mgt.mobile.util
- package org.wso2.carbon.device.mgt.mobile.util
P
publishAPI(APIConfig)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
DeviceManagementAPIPublisherUtil
R
registerDataSourceListener(DataSourceListener)
- Static method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementBundleActivator
removeAPI(APIConfig)
- Static method in class org.wso2.carbon.device.mgt.mobile.util.
DeviceManagementAPIPublisherUtil
S
setActive(DeviceIdentifier, boolean)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
setActive(DeviceIdentifier, boolean)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
setActive(DeviceIdentifier, boolean)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
setAPIManagerConfigurationService(APIManagerConfigurationService)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementServiceComponent
setApiPublisherConfig(APIPublisherConfig)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementConfig
setAPIs(List<APIConfig>)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIPublisherConfig
setCode(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
setContext(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
setCreatedDate(long)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
setDescription(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
setDeviceId(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
setDeviceType(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
setEndpoint(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
setErrorMessage(String)
- Method in exception org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOException
setFeatureCode(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
setFeatureID(Integer)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeatureProperty
setId(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
setImei(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setImsi(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setJndiLookupDefinition(JNDILookupDefinition)
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
MobileDataSourceConfig
setJndiName(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition
setJndiProperties(List<JNDILookupDefinition.JNDIProperty>)
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition
setLatitude(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setLongitude(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setMobileDataSourceConfig(MobileDataSourceConfig)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementRepository
setMobileDataSourceConfig(MobileDataSourceConfig)
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceManagementDAOFactory
setMobileDeviceId(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setMobileDeviceMgtRepository(MobileDeviceManagementRepository)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
MobileDeviceManagementConfig
setModel(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setName(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
setName(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition.JNDIProperty
setName(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeature
setOperationId(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
setOperationId(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
setOperationId(int)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
setOsVersion(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setOwner(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
setOwnership(DeviceIdentifier, String)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
setOwnership(DeviceIdentifier, String)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
setOwnership(DeviceIdentifier, String)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
setProperties(List<MobileOperationProperty>)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperation
setProperty(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileFeatureProperty
setProperty(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
setReceivedDate(long)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
setRegId(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setSentDate(long)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
setStatus(MobileDeviceOperationMapping.Status)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
setStatus(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping
setTransports(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
setupMobileDeviceManagementSchema(DataSource)
- Static method in class org.wso2.carbon.device.mgt.mobile.dao.util.
MobileDeviceManagementDAOUtil
Creates the mobile device management schema.
setValue(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.datasource.
JNDILookupDefinition.JNDIProperty
setValue(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileOperationProperty
setVendor(String)
- Method in class org.wso2.carbon.device.mgt.mobile.dto.
MobileDevice
setVersion(String)
- Method in class org.wso2.carbon.device.mgt.mobile.config.
APIConfig
start(BundleContext)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementBundleActivator
stop(BundleContext)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementBundleActivator
U
unsetAPIManagerConfigurationService(APIManagerConfigurationService)
- Method in class org.wso2.carbon.device.mgt.mobile.internal.
MobileDeviceManagementServiceComponent
updateDeviceInfo(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.android.
AndroidDeviceManagerService
updateDeviceInfo(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.ios.
IOSDeviceManagerService
updateDeviceInfo(Device)
- Method in class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
updateMobileDevice(MobileDevice)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceDAOImpl
updateMobileDevice(MobileDevice)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceDAO
updateMobileDeviceOperationMapping(MobileDeviceOperationMapping)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
updateMobileDeviceOperationMapping(MobileDeviceOperationMapping)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Updates a mobile device operation mapping.
updateMobileDeviceOperationMappingToCompleted(String, int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
updateMobileDeviceOperationMappingToCompleted(String, int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Updates a mobile device operation mapping to completed state.
updateMobileDeviceOperationMappingToInProgress(String, int)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileDeviceOperationMappingDAOImpl
updateMobileDeviceOperationMappingToInProgress(String, int)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileDeviceOperationMappingDAO
Updates a mobile device operation mapping to In-Progress state.
updateMobileFeature(MobileFeature)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeatureDAOImpl
updateMobileFeature(MobileFeature)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeatureDAO
Update a feature in the feature table.
updateMobileFeatureProperty(MobileFeatureProperty)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileFeaturePropertyDAOImpl
updateMobileFeatureProperty(MobileFeatureProperty)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileFeaturePropertyDAO
Update a feature property in the feature property table.
updateMobileOperation(MobileOperation)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationDAOImpl
updateMobileOperation(MobileOperation)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationDAO
Update a Mobile operation in the operation table.
updateMobileOperationProperty(MobileOperationProperty)
- Method in class org.wso2.carbon.device.mgt.mobile.dao.impl.
MobileOperationPropertyDAOImpl
updateMobileOperationProperty(MobileOperationProperty)
- Method in interface org.wso2.carbon.device.mgt.mobile.dao.
MobileOperationPropertyDAO
Update a feature in the feature table.
V
valueOf(String)
- Static method in enum org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping.Status
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.wso2.carbon.device.mgt.mobile.dto.
MobileDeviceOperationMapping.Status
Returns an array containing the constants of this enum type, in the order they are declared.
W
WindowsDeviceManagerService
- Class in
org.wso2.carbon.device.mgt.mobile.impl.windows
This represents the Windows implementation of DeviceManagerService.
WindowsDeviceManagerService()
- Constructor for class org.wso2.carbon.device.mgt.mobile.impl.windows.
WindowsDeviceManagerService
A
B
C
D
E
G
I
J
L
M
N
O
P
R
S
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2015
WSO2
. All rights reserved.