public class EnrollmentServiceImpl extends Object implements EnrollmentService
| Constructor and Description |
|---|
EnrollmentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Message |
disEnrollDevice(String id) |
Message |
enrollDevice(org.wso2.carbon.device.mgt.common.Device device) |
Message |
isEnrolled(String id) |
Message |
modifyEnrollment(String id,
org.wso2.carbon.device.mgt.common.Device device) |
public Message enrollDevice(org.wso2.carbon.device.mgt.common.Device device) throws AndroidAgentException
enrollDevice in interface EnrollmentServiceAndroidAgentExceptionpublic Message isEnrolled(String id) throws AndroidAgentException
isEnrolled in interface EnrollmentServiceAndroidAgentExceptionpublic Message modifyEnrollment(String id, org.wso2.carbon.device.mgt.common.Device device) throws AndroidAgentException
modifyEnrollment in interface EnrollmentServiceAndroidAgentExceptionpublic Message disEnrollDevice(String id) throws AndroidAgentException
disEnrollDevice in interface EnrollmentServiceAndroidAgentExceptionCopyright © 2016 WSO2. All rights reserved.