Modifier and Type | Method and Description |
---|---|
ServerPlatform |
AbstractSession.getServerPlatform()
INTERNAL:
Marked internal as this is not customer API but helper methods for
accessing the server platform from within TopLink's other sessions types
(ie not DatabaseSession)
|
ServerPlatform |
DatabaseSessionImpl.getServerPlatform()
PUBLIC:
Answer the server platform to handle server specific behaviour for WLS, Oc4j, etc.
|
ServerPlatform |
UnitOfWorkImpl.getServerPlatform()
INTERNAL:
Marked internal as this is not customer API but helper methods for
accessing the server platform from within TopLink's other sessions types
(ie not DatabaseSession)
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseSessionImpl.setServerPlatform(ServerPlatform newServerPlatform)
PUBLIC:
Set the server platform to handle server specific behaviour for WLS, Oc4j, etc
This is not permitted after the session is logged in.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomServerPlatform
INTERNAL:
This is the concrete subclass responsible for handling backward compatibility for 9.0.4.
|
class |
NoServerPlatform
PUBLIC:
This platform is used when TopLink is not within any server (Oc4j, WebLogic, ...)
This is also the default platform for all newly created DatabaseSessions.
|
class |
ServerPlatformBase
Implementation of oracle.toplink.essentials.platform.server.ServerPlatform
PUBLIC:
This is the abstract superclass of all platforms for all servers.
|
Modifier and Type | Class and Description |
---|---|
class |
Oc4jPlatform
PUBLIC:
This is the concrete subclass responsible for representing Oc4j-specific server behaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
SunAS9ServerPlatform
PUBLIC:
This is the concrete subclass responsible for representing SunAS9-specific server behaviour.
|
Modifier and Type | Method and Description |
---|---|
ServerPlatform |
DatabaseSession.getServerPlatform()
PUBLIC:
Answer the server platform defining server-specific behaviour for the receiver (Oc4j, WLS, ...).
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseSession.setServerPlatform(ServerPlatform newServerPlatform)
PUBLIC:
Set the server platform defining server-specific behaviour for the receiver (Oc4j, WLS, ...
|
Modifier and Type | Method and Description |
---|---|
ServerPlatform |
ClientSession.getServerPlatform()
INTERNAL:
Marked internal as this is not customer API but helper methods for
accessing the server platform from within TopLink's other sessions types
(ie not DatabaseSession)
|
Copyright © 2024. All rights reserved.