org.wso2.carbon.device.mgt.mobile
Class AbstractMobileOperationManager
java.lang.Object
org.wso2.carbon.device.mgt.mobile.AbstractMobileOperationManager
- All Implemented Interfaces:
- org.wso2.carbon.device.mgt.common.OperationManager
- Direct Known Subclasses:
- AndroidMobileOperationManager
public abstract class AbstractMobileOperationManager
- extends Object
- implements org.wso2.carbon.device.mgt.common.OperationManager
|
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.Operation> |
getOperations(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 |
| Methods inherited from interface org.wso2.carbon.device.mgt.common.OperationManager |
getFeaturesForDeviceType, getPendingOperations |
AbstractMobileOperationManager
public AbstractMobileOperationManager()
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
- Throws:
org.wso2.carbon.device.mgt.common.OperationManagementException
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
- Throws:
org.wso2.carbon.device.mgt.common.OperationManagementException
Copyright © 2015 WSO2. All rights reserved.