|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class encapsulates the request an IpApplicationClient
* makes of an IpApplicationServer.
| Method Summary | |
void |
addParameter(java.lang.Object key,
java.lang.Object param)
Provide the specified request parameter and value. |
Relation |
getData()
Obtain the data satisfying the original request. |
int |
getItem()
Obtain the specific request item. |
java.lang.Object |
getParameter(java.lang.Object key)
Obtain the specified request parameter. |
int |
getTable()
Obtain the table ID to satisfy the request. |
boolean |
hasData()
Determine if the request contains any data. |
| Methods inherited from interface gov.virginia.dcjs.client.util.Request |
getClient, getType |
| Method Detail |
public boolean hasData()
public Relation getData()
public int getItem()
getItem in interface Requestpublic int getTable()
public java.lang.Object getParameter(java.lang.Object key)
public void addParameter(java.lang.Object key,
java.lang.Object param)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||