| Package | Description |
|---|---|
| oracle.jbo.client.remote |
Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces.
|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.common.ws | |
| 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 Response |
AbstractAppModuleRequestHandler.sendRequestReceiveResponse(java.lang.String reqName,
boolean procPendingPosts,
Request req) |
| Modifier and Type | Class and Description |
|---|---|
class |
SvcMethodRequest |
class |
SvcMsgRequest |
class |
SvcMsgRequestParams |
class |
SvcMsgResponseRef |
| Modifier and Type | Method and Description |
|---|---|
Request |
WSApplicationModuleImpl.createRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AbstractRemoteApplicationModuleImpl.processSvcMsgRequest(Request svcMsgReq,
int processStatus) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestParams
This interface extends
Request and adds ability
to marshal various data values with it. |