|
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 Response and adds ability to marshal various data values with it.
| Method Summary | |
boolean[] |
getBooleanValues()Returns the boolean array data in this response. |
int[] |
getIntValues()Returns the int array data in this response. |
long[] |
getLongValues()Returns the long array data in this response. |
java.lang.Object[] |
getObjectValues()Returns the object array data in this response. |
ResponseValues |
setBooleanValues(boolean[] values)Sets the boolean array for this response. |
ResponseValues |
setIntValues(int[] values)Sets the int array for this response. |
ResponseValues |
setLongValues(long[] values)Sets the long array for this response. |
ResponseValues |
setObjectValues(java.lang.Object[] values)Sets the object array for this response. |
| Methods inherited from interface oracle.svcmsg.Response |
getName, getOperation |
| Method Detail |
public int[] getIntValues()
null if this response has no int array.public ResponseValues setIntValues(int[] values)
values - the int array.this object.public long[] getLongValues()
null if this response has no long array.public ResponseValues setLongValues(long[] values)
values - the long array.this object.public boolean[] getBooleanValues()
null if this response has no boolean array.public ResponseValues setBooleanValues(boolean[] values)
values - the boolean array.this object.public java.lang.Object[] getObjectValues()
null if this response has no object array.public ResponseValues setObjectValues(java.lang.Object[] values)
values - 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 | |||||||||