de.siemens.icn.hipath.dls.apiv100
Class DeviceAPIout

java.lang.Object
  extended by de.siemens.icn.hipath.dls.apiv100.DlsAPIout
      extended by de.siemens.icn.hipath.dls.apiv100.DeviceAPIout

public class DeviceAPIout
extends DlsAPIout


Field Summary
 
Fields inherited from class de.siemens.icn.hipath.dls.apiv100.DlsAPIout
DLSAPI_ERROR_ALREADY_EXISTS, DLSAPI_ERROR_AMBIGUOUS, DLSAPI_ERROR_BUSY, DLSAPI_ERROR_CANCELLED, DLSAPI_ERROR_EXCEPTION, DLSAPI_ERROR_EXPIRED, DLSAPI_ERROR_FAILED, DLSAPI_ERROR_FATAL, DLSAPI_ERROR_INVALID_LOGON, DLSAPI_ERROR_INVALID_MOBILE_USER_PIN, DLSAPI_ERROR_INVALID_OBJECT, DLSAPI_ERROR_INVALID_PARAM, DLSAPI_ERROR_INVALID_SESSION, DLSAPI_ERROR_IS_REGISTERED_DEVICE, DLSAPI_ERROR_LOGGED_ON, DLSAPI_ERROR_NO_MOBILE_USER, DLSAPI_ERROR_NOT_FOUND, DLSAPI_ERROR_NOT_IMPLEMENTED, DLSAPI_ERROR_NOT_LOGGED_ON, DLSAPI_ERROR_NOT_MOBILITY_ENABLED, DLSAPI_ERROR_NOT_PERMITTED, DLSAPI_ERROR_TIMEOUT, DLSAPI_ERROR_TRY_AGAIN, DLSAPI_ERROR_VERIFY, DLSAPI_OK_BOUNDARY, DLSAPI_OK_RUNNING, DLSAPI_REQUEST_ID_ERROR, DLSAPI_REQUEST_ID_FINISHED, DLSAPI_REQUESTID_STATUS_ACTIVE, DLSAPI_REQUESTID_STATUS_CANCELLED, DLSAPI_REQUESTID_STATUS_CONFIRMED, DLSAPI_REQUESTID_STATUS_EXPIRED, DLSAPI_REQUESTID_STATUS_FAILED, DLSAPI_REQUESTID_STATUS_FINISHED, DLSAPI_REQUESTID_STATUS_RUNNING, requestID, result, status, statusText
 
Constructor Summary
DeviceAPIout()
           
DeviceAPIout(Device device)
           
DeviceAPIout(DlsAPIout apiOut, Device device)
           
DeviceAPIout(int status, Device device)
           
DeviceAPIout(int status, java.lang.String statusText)
           
DeviceAPIout(int status, java.lang.String statusText, Device device)
           
DeviceAPIout(int status, java.lang.String statusText, java.lang.String result, java.lang.String requestID, Device device)
           
 
Method Summary
 Device getDevice()
           
 java.lang.String toString()
           
 
Methods inherited from class de.siemens.icn.hipath.dls.apiv100.DlsAPIout
getRequestID, getResult, getStatus, getStatusText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceAPIout

public DeviceAPIout()

DeviceAPIout

public DeviceAPIout(DlsAPIout apiOut,
                    Device device)

DeviceAPIout

public DeviceAPIout(int status,
                    java.lang.String statusText)

DeviceAPIout

public DeviceAPIout(int status,
                    java.lang.String statusText,
                    Device device)

DeviceAPIout

public DeviceAPIout(int status,
                    Device device)

DeviceAPIout

public DeviceAPIout(int status,
                    java.lang.String statusText,
                    java.lang.String result,
                    java.lang.String requestID,
                    Device device)

DeviceAPIout

public DeviceAPIout(Device device)
Method Detail

getDevice

public Device getDevice()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object