| Package | Description |
|---|---|
| oracle.jbo.server.remote |
Contains the platform independent server side abstract implementation for handling 3 tier communications.
|
| Modifier and Type | Field and Description |
|---|---|
protected PiggybackManager |
RuntimeComponentObjectInfo.mMgr |
| Modifier and Type | Method and Description |
|---|---|
protected PiggybackManager |
ObjectMarshallerImpl.createPiggybackManager() |
protected PiggybackManager |
AbstractRemoteApplicationModuleImpl.createPiggybackManager(ObjectMarshaller om) |
PiggybackManager |
ObjectMarshallerImpl.getSvcMsgManager() |
PiggybackManager |
AbstractRemoteApplicationModuleImpl.getSvcMsgManager() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeViewRowSetIteratorInfo |
ObjectMarshallerImpl.createRowSetListener(PiggybackManager pm,
RowSetIterator rv) |
void |
ObjectMarshallerImpl.setSvcMsgManager(PiggybackManager piggybacManager) |
void |
AbstractRemoteApplicationModuleImpl.setSvcMsgManager(PiggybackManager piggyman) |
| Constructor and Description |
|---|
RuntimeViewRowSetIteratorInfo(PiggybackManager mgr,
RowSetIterator rView)
Construct the class for a ViewRowSetIteratorImpl.
|