| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.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()
RequestParamsgetIntParams in interface RequestParamsnull if this request has no int array.public RequestParams setIntParams(int[] params)
RequestParamssetIntParams in interface RequestParamsparams - the int array.this object.public long[] getLongParams()
RequestParamsgetLongParams in interface RequestParamsnull if this request has no long array.public RequestParams setLongParams(long[] params)
RequestParamssetLongParams in interface RequestParamsparams - the long array.this object.public boolean[] getBooleanParams()
RequestParamsgetBooleanParams in interface RequestParamsnull if this request has no boolean array.public RequestParams setBooleanParams(boolean[] params)
RequestParamssetBooleanParams in interface RequestParamsparams - the boolean array.this object.public java.lang.Object[] getObjectParams()
RequestParamsgetObjectParams in interface RequestParamsnull if this request has no object array.public RequestParams setObjectParam(java.lang.Object param)
RequestParamssetObjectParam in interface RequestParamsparam - the object.this object.public RequestParams setObjectParams(java.lang.Object[] params)
RequestParamssetObjectParams in interface RequestParamsparams - the object array.this object.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||