|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface extends Request and adds ability to marshal various data values with it.
| Method Summary | |
boolean[] |
getBooleanParams()Returns the boolean array data in this request. |
int[] |
getIntParams()Returns the int array data in this request. |
long[] |
getLongParams()Returns the long array data in this request. |
java.lang.Object[] |
getObjectParams()Returns the object array data in this request. |
RequestParams |
setBooleanParams(boolean[] params)Sets the boolean array for this request. |
RequestParams |
setIntParams(int[] params)Sets the int array for this request. |
RequestParams |
setLongParams(long[] params)Sets the long array for this request. |
RequestParams |
setObjectParam(java.lang.Object param)Sets the object array for this request with one object. |
RequestParams |
setObjectParams(java.lang.Object[] params)Sets the object array for this request. |
| Methods inherited from interface oracle.svcmsg.Request |
getName, getOperation, getSourceId |
| Method Detail |
public int[] getIntParams()
null if this request has no int array.public RequestParams setIntParams(int[] params)
params - the int array.this object.public long[] getLongParams()
null if this request has no long array.public RequestParams setLongParams(long[] params)
params - the long array.this object.public boolean[] getBooleanParams()
null if this request has no boolean array.public RequestParams setBooleanParams(boolean[] params)
params - the boolean array.this object.public java.lang.Object[] getObjectParams()
null if this request has no object array.public RequestParams setObjectParam(java.lang.Object param)
param - the object.this object.public RequestParams setObjectParams(java.lang.Object[] params)
params - the object array.this object.
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||