|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationServer | |
|---|---|
| org.openejb | The classes and interfaces directly under this package define the basic parts of the OpenEJB container system architecture. |
| org.openejb.core.ivm | The IntraVM server. |
| org.openejb.server | |
| org.openejb.server.ejbd | |
| Uses of ApplicationServer in org.openejb |
|---|
| Methods in org.openejb that return ApplicationServer | |
|---|---|
static ApplicationServer |
OpenEJB.getApplicationServer()
|
| Methods in org.openejb with parameters of type ApplicationServer | |
|---|---|
static void |
OpenEJB.init(java.util.Properties initProps,
ApplicationServer appServer)
|
| Uses of ApplicationServer in org.openejb.core.ivm |
|---|
| Classes in org.openejb.core.ivm that implement ApplicationServer | |
|---|---|
class |
IntraVmServer
REMOTE to LOCAL SERIALIZATION |
| Uses of ApplicationServer in org.openejb.server |
|---|
| Classes in org.openejb.server that implement ApplicationServer | |
|---|---|
class |
ServerFederation
This class is passed in as the ApplicationServer implementation when OpenEJB is initialized. |
| Methods in org.openejb.server that return ApplicationServer | |
|---|---|
static ApplicationServer |
ServerFederation.getApplicationServer()
Gets the ApplicationServer implementation associates with this thread. |
| Methods in org.openejb.server with parameters of type ApplicationServer | |
|---|---|
static void |
ServerFederation.setApplicationServer(ApplicationServer server)
Makes the ApplicationServer implementation specified the one that will be used for all actions on this thread. |
| Uses of ApplicationServer in org.openejb.server.ejbd |
|---|
| Classes in org.openejb.server.ejbd that implement ApplicationServer | |
|---|---|
class |
EjbDaemon
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||