com.hqme.cm
Interface IQueueRequest

All Known Implementing Classes:
IQueueRequest.Stub

public interface IQueueRequest


Nested Class Summary
static class IQueueRequest.Stub
          Local-side IPC implementation stub class.
 
Method Summary
 int getProgress()
           
 java.lang.String getProperty(java.lang.String key)
           
 long getRequestId()
           
 QueueRequestState getState()
           
 Property[] properties()
          Retrieve all properties associated with the queue request.
 int removeProperty(java.lang.String key)
           
 int setProperty(java.lang.String key, java.lang.String value)
           
 

Method Detail

properties

Property[] properties()
                      throws android.os.RemoteException
Retrieve all properties associated with the queue request.

Returns:
All properties which are not write only.
Throws:
android.os.RemoteException

getRequestId

long getRequestId()
                  throws android.os.RemoteException
Throws:
android.os.RemoteException

getState

QueueRequestState getState()
                           throws android.os.RemoteException
Throws:
android.os.RemoteException

getProgress

int getProgress()
                throws android.os.RemoteException
Throws:
android.os.RemoteException

getProperty

java.lang.String getProperty(java.lang.String key)
                             throws android.os.RemoteException
Throws:
android.os.RemoteException

setProperty

int setProperty(java.lang.String key,
                java.lang.String value)
                throws android.os.RemoteException
Throws:
android.os.RemoteException

removeProperty

int removeProperty(java.lang.String key)
                   throws android.os.RemoteException
Throws:
android.os.RemoteException