Package | Description |
---|---|
oracle.jbo.client.remote |
Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces.
|
oracle.jbo.common.ws | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.server.remote |
Contains the platform independent server side abstract implementation for handling 3 tier communications.
|
oracle.jbo.server.remote.colo |
Contains the server side adapter classes used in logical 3 tier (a.k.a colocated) appmodules.
|
Modifier and Type | Method and Description |
---|---|
WSApplicationModuleImpl |
ApplicationModuleImpl.getCurrentWorkingSet() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationModuleImpl.bindToWorkingSet(WSApplicationModuleImpl wsAM) |
void |
ApplicationModuleImpl.finishSyncWorkingSet(WSApplicationModuleImpl wsAM,
boolean isEndOfSvcMsg) |
ServiceMessage |
ApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName,
WSApplicationModuleImpl wsAM,
ServiceMessage msg) |
void |
ApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM) |
Modifier and Type | Method and Description |
---|---|
WSApplicationModuleImpl |
WSApplicationModuleImpl.findWSApplicationModule(java.lang.String amName) |
WSApplicationModuleImpl |
WSApplicationModuleMarshaller.getCurrentWorkingSet() |
WSApplicationModuleImpl |
WSApplicationModuleImpl.getRootWSApplicationModule() |
Modifier and Type | Method and Description |
---|---|
void |
WSApplicationModuleImpl.addChildAM(WSApplicationModuleImpl childAM) |
void |
WSApplicationModuleMarshaller.bindToWorkingSet(WSApplicationModuleImpl ws) |
void |
WSApplicationModuleMarshaller.finishSyncWorkingSet(WSApplicationModuleImpl wsAM,
boolean isEndOfSvcMsg) |
ServiceMessage |
WSApplicationModuleMarshaller.sendWorkingSetRequests(java.lang.String reqName,
WSApplicationModuleImpl wsAM,
ServiceMessage req) |
void |
WSApplicationModuleMarshaller.syncWorkingSet(WSApplicationModuleImpl wsAM) |
Constructor and Description |
---|
WSApplicationModuleImpl(java.lang.String name,
java.lang.String defName,
WSApplicationModuleImpl parent) |
WSApplicationModuleImpl(java.lang.String name,
WSApplicationModuleImpl parent) |
WSComponentObjectImpl(java.lang.String name,
java.lang.String defName,
WSApplicationModuleImpl parent) |
WSComponentObjectImpl(java.lang.String name,
WSApplicationModuleImpl parent) |
Modifier and Type | Method and Description |
---|---|
WSApplicationModuleImpl |
ApplicationModuleImpl.getCurrentWorkingSet()
Internal: Applications should not use this method.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationModuleImpl.bindToWorkingSet(WSApplicationModuleImpl wsam) |
void |
ApplicationModuleImpl.finishSyncWorkingSet(WSApplicationModuleImpl wsAM,
boolean isEndOfSvcMsg) |
ServiceMessage |
ApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName,
WSApplicationModuleImpl wsAM,
ServiceMessage msg) |
void |
ApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM)
Internal: Applications should not use this method.
|
Modifier and Type | Method and Description |
---|---|
WSApplicationModuleImpl |
AbstractRemoteApplicationModuleImpl.getCurrentWorkingSet() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRemoteApplicationModuleImpl.bindToWorkingSet(WSApplicationModuleImpl wsAM) |
void |
AbstractRemoteApplicationModuleImpl.finishSyncWorkingSet(WSApplicationModuleImpl wsAM,
boolean isEndOfSvcMsg) |
ServiceMessage |
AbstractRemoteApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName,
WSApplicationModuleImpl wsAM,
ServiceMessage msg) |
void |
AbstractRemoteApplicationModuleImpl.syncWorkingSet(WSApplicationModuleImpl wsAM) |
Modifier and Type | Method and Description |
---|---|
ServiceMessage |
ServerApplicationModuleImpl.sendWorkingSetRequests(java.lang.String reqName,
WSApplicationModuleImpl wsAM,
ServiceMessage msg) |