| Package | Description |
|---|---|
| oracle.jbo.client.ejb |
Contains the client tier abstract implementation for appmodule session ejb clients.
|
| oracle.jbo.client.remote.ejb |
Contains the client tier implementation for appmodule session ejb clients.
|
| oracle.jbo.client.remote.ejb.ias |
Contains the Jndi plugin for connecting to appmodule session beans deployed to Oracle Appserver.
|
| oracle.jbo.client.remote.ejb.wl |
Contains the jndi plugin for connecting to appmodule session beans deployed to Weblogic.
|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| oracle.jbo.server.remote.colo |
Contains the server side adapter classes used in logical 3 tier (a.k.a colocated) appmodules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationModuleHomeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationModuleHomeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AmHomeImpl |
| Modifier and Type | Method and Description |
|---|---|
protected JboHome |
InitialContextImpl.createJboHome(java.lang.String publishedName) |
| Modifier and Type | Class and Description |
|---|---|
class |
WLEJBAmHomeImpl |
| Modifier and Type | Method and Description |
|---|---|
protected JboHome |
WLEJBInitialContext.createJboHome(java.lang.String publishedName) |
| Modifier and Type | Method and Description |
|---|---|
protected JboHome |
JboInitialContext.createJboHome(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected JboHome |
InitialContextImpl.createJboHome(java.lang.String publishedName)
Factory method for creating ApplicationModuleHome pertinent for the
local platfrom.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColoApplicationModuleHomeImpl |
| Modifier and Type | Method and Description |
|---|---|
protected JboHome |
ColoInitialContext.createJboHome(java.lang.String publishedName)
Factory method for creating a home.
|