|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.SvcMsgRequest
oracle.jbo.common.SvcMsgRequestParams
public class SvcMsgRequestParams
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SvcMsgRequestParams(int oper,
int sourceId,
java.lang.String reqName)
|
|
SvcMsgRequestParams(int oper,
java.lang.String sourceId,
java.lang.String reqName)
|
|
| 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 class oracle.jbo.common.SvcMsgRequest |
|---|
getName, getOperation, getSourceId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.svcmsg.Request |
|---|
getName, getOperation, getSourceId |
| Constructor Detail |
|---|
public SvcMsgRequestParams(int oper,
int sourceId,
java.lang.String reqName)
public SvcMsgRequestParams(int oper,
java.lang.String sourceId,
java.lang.String reqName)
| Method Detail |
|---|
public int[] getIntParams()
RequestParams
getIntParams in interface RequestParamsnull if this
request has no int array.public RequestParams setIntParams(int[] params)
RequestParams
setIntParams in interface RequestParamsparams - the int array.
this object.public long[] getLongParams()
RequestParams
getLongParams in interface RequestParamsnull if this
request has no long array.public RequestParams setLongParams(long[] params)
RequestParams
setLongParams in interface RequestParamsparams - the long array.
this object.public boolean[] getBooleanParams()
RequestParams
getBooleanParams in interface RequestParamsnull if this
request has no boolean array.public RequestParams setBooleanParams(boolean[] params)
RequestParams
setBooleanParams in interface RequestParamsparams - the boolean array.
this object.public java.lang.Object[] getObjectParams()
RequestParams
getObjectParams in interface RequestParamsnull if this
request has no object array.public RequestParams setObjectParam(java.lang.Object param)
RequestParams
setObjectParam in interface RequestParamsparam - the object.
this object.public RequestParams setObjectParams(java.lang.Object[] params)
RequestParams
setObjectParams in interface RequestParamsparams - the object array.
this object.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||