org.wso2.carbon.device.mgt.mobile.impl.android
Class AndroidMobileOperationManager
java.lang.Object
org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
org.wso2.carbon.device.mgt.mobile.impl.android.AndroidMobileOperationManager
- All Implemented Interfaces:
- org.wso2.carbon.device.mgt.common.OperationManager
public class AndroidMobileOperationManager
- extends AbstractMobileOperationManager
|
Method Summary |
boolean |
addOperation(org.wso2.carbon.device.mgt.common.Operation operation,
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> devices)
|
List<org.wso2.carbon.device.mgt.common.Feature> |
getFeaturesForDeviceType(String deviceType)
|
List<org.wso2.carbon.device.mgt.common.Operation> |
getOperations(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceIdentifier)
|
List<org.wso2.carbon.device.mgt.common.Operation> |
getPendingOperations(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceIdentifier)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndroidMobileOperationManager
public AndroidMobileOperationManager()
addOperation
public boolean addOperation(org.wso2.carbon.device.mgt.common.Operation operation,
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> devices)
throws org.wso2.carbon.device.mgt.common.OperationManagementException
- Specified by:
addOperation in interface org.wso2.carbon.device.mgt.common.OperationManager- Overrides:
addOperation in class AbstractMobileOperationManager
- Throws:
org.wso2.carbon.device.mgt.common.OperationManagementException
getOperations
public List<org.wso2.carbon.device.mgt.common.Operation> getOperations(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceIdentifier)
throws org.wso2.carbon.device.mgt.common.OperationManagementException
- Specified by:
getOperations in interface org.wso2.carbon.device.mgt.common.OperationManager- Overrides:
getOperations in class AbstractMobileOperationManager
- Throws:
org.wso2.carbon.device.mgt.common.OperationManagementException
getPendingOperations
public List<org.wso2.carbon.device.mgt.common.Operation> getPendingOperations(org.wso2.carbon.device.mgt.common.DeviceIdentifier deviceIdentifier)
throws org.wso2.carbon.device.mgt.common.OperationManagementException
- Throws:
org.wso2.carbon.device.mgt.common.OperationManagementException
getFeaturesForDeviceType
public List<org.wso2.carbon.device.mgt.common.Feature> getFeaturesForDeviceType(String deviceType)
throws org.wso2.carbon.device.mgt.common.FeatureManagementException
- Throws:
org.wso2.carbon.device.mgt.common.FeatureManagementException
Copyright © 2015 WSO2. All rights reserved.