| Package | Description |
|---|---|
| oracle.jbo.server.remote |
Contains the platform independent server side abstract implementation for handling 3 tier communications.
|
| oracle.jbo.server.remote.ejb |
Contains server side adapter classes used by appmodule session beans.
|
| Modifier and Type | Method and Description |
|---|---|
protected ObjectMarshallerImpl |
AbstractRemoteApplicationModuleImpl.createObjectMarshaller() |
ObjectMarshallerImpl |
PiggybackManager.getMarshaller() |
ObjectMarshallerImpl |
AbstractRemoteApplicationModuleImpl.getMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRemoteApplicationModuleImpl.setMarshaller(ObjectMarshallerImpl marshaller,
boolean setupMarshaller) |
| Constructor and Description |
|---|
PiggybackManager(ObjectMarshallerImpl marshaller)
Class constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
EJBObjectMarshallerImpl |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectMarshallerImpl |
ServerApplicationModuleImpl.createObjectMarshaller() |