Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.svcmsg.RequestParams

Packages that use RequestParams
oracle.jbo.client.remote.ejb   
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.server.remote   
oracle.svcmsg   

 

Uses of RequestParams in oracle.jbo.client.remote.ejb

 

Methods in oracle.jbo.client.remote.ejb with parameters of type RequestParams
protected  java.lang.Object RootApplicationModuleImpl.invokeMethod(RequestParams target, java.lang.String methodName, java.lang.String[] argTypes, java.lang.Object[] args)
           

 

Uses of RequestParams in oracle.jbo.common

 

Classes in oracle.jbo.common that implement RequestParams
 class SvcMsgRequestParams
           

 

Methods in oracle.jbo.common that return RequestParams
static RequestParams ViewCriteriaMarshaller.toSvcMsg(int voId, ViewCriteria vCrit)
           
 RequestParams SvcMsgRequestParams.setIntParams(int[] params)
           
 RequestParams SvcMsgRequestParams.setLongParams(long[] params)
           
 RequestParams SvcMsgRequestParams.setBooleanParams(boolean[] params)
           
 RequestParams SvcMsgRequestParams.setObjectParam(java.lang.Object param)
           
 RequestParams SvcMsgRequestParams.setObjectParams(java.lang.Object[] params)
           

 

Methods in oracle.jbo.common with parameters of type RequestParams
static ViewCriteria ViewCriteriaMarshaller.fromSvcMsg(ViewObject vo, RequestParams reqParams)
           

 

Uses of RequestParams in oracle.jbo.server.remote

 

Methods in oracle.jbo.server.remote with parameters of type RequestParams
 boolean RuntimeViewRowSetIteratorInfo.processChanges(RequestParams svcMsgReq)
          Read the piggyback information coming from the client and apply it to the ViewRowSetIteratorImpl.
 boolean RuntimeViewRowSetIteratorInfo.syncIterator(RequestParams svcMsgReq, com.sun.java.util.collections.HashMap rowHandleMap)
           
 boolean RuntimeComponentObjectInfo.processChanges(RequestParams svcMsgReq)
          Read the piggyback information coming from the client and apply it to the compoent.

 

Uses of RequestParams in oracle.svcmsg

 

Methods in oracle.svcmsg that return RequestParams
 RequestParams RequestParams.setIntParams(int[] params)
           
 RequestParams RequestParams.setLongParams(long[] params)
           
 RequestParams RequestParams.setBooleanParams(boolean[] params)
           
 RequestParams RequestParams.setObjectParam(java.lang.Object param)
           
 RequestParams RequestParams.setObjectParams(java.lang.Object[] params)
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.