| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.cups.IPPRequest
An IPPRequest object is used to hold the 
 status and id's of a request.
| Constructor Summary | |
| IPPRequest()Constructor | |
| IPPRequest(int p_request_id,
           short p_operation_id)Constructor using request id and operation id. | |
| Method Summary | |
|  void | setOpStatus(short p_status_code)Set the operation status of a request. | 
|  void | setStatus(short p_status_code)Set the current status of a request. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public IPPRequest()
public IPPRequest(int p_request_id,
                  short p_operation_id)
IPPDefs| Method Detail | 
public void setStatus(short p_status_code)
IPPDefspublic void setOpStatus(short p_status_code)
IPPDefs| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||