| Package | Description | 
|---|---|
| oracle.jbo.client.remote.ejb | 
 Contains the client tier implementation for appmodule session ejb clients. 
 | 
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| oracle.jbo.server.remote | 
 Contains the platform independent server side abstract implementation for handling 3 tier communications. 
 | 
| oracle.svcmsg | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Object | 
RootApplicationModuleImpl.invokeMethod(RequestParams target,
            java.lang.String methodName,
            java.lang.String[] argTypes,
            java.lang.Object[] args)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SvcMsgRequestParams  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestParams | 
SvcMsgRequestParams.setBooleanParams(boolean[] params)  | 
RequestParams | 
SvcMsgRequestParams.setIntParams(int[] params)  | 
RequestParams | 
SvcMsgRequestParams.setLongParams(long[] params)  | 
RequestParams | 
SvcMsgRequestParams.setObjectParam(java.lang.Object param)  | 
RequestParams | 
SvcMsgRequestParams.setObjectParams(java.lang.Object[] params)  | 
static RequestParams | 
ViewCriteriaMarshaller.toSvcMsg(int voId,
        ViewCriteria vCrit)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ViewCriteria | 
ViewCriteriaMarshaller.fromSvcMsg(ViewObject vo,
          RequestParams reqParams)  | 
static ViewCriteria | 
ViewCriteriaMarshaller.fromSvcMsg(ViewObject vo,
          RequestParams reqParams,
          ViewCriteria vc)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RuntimeViewRowSetIteratorInfo.processChanges(RequestParams svcMsgReq)
Read the piggyback information coming from the client and apply it to the
 ViewRowSetIteratorImpl. 
 | 
boolean | 
RuntimeComponentObjectInfo.processChanges(RequestParams svcMsgReq)
Read the piggyback information coming from the client and apply it to the
 compoent. 
 | 
boolean | 
RuntimeViewRowSetIteratorInfo.syncIterator(RequestParams svcMsgReq,
            java.util.HashMap rowHandleMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestParams | 
RequestParams.setBooleanParams(boolean[] params)
Sets the boolean array for this request. 
 | 
RequestParams | 
RequestParams.setIntParams(int[] params)
Sets the int array for this request. 
 | 
RequestParams | 
RequestParams.setLongParams(long[] params)
Sets the long array for this request. 
 | 
RequestParams | 
RequestParams.setObjectParam(java.lang.Object param)
Sets the object array for this request with one object. 
 | 
RequestParams | 
RequestParams.setObjectParams(java.lang.Object[] params)
Sets the object array for this request. 
 |