oracle.toplink.essentials.platform.server |
|
Java Source File Name | Type | Comment |
CustomServerPlatform.java | Class | INTERNAL:
This is the concrete subclass responsible for handling backward compatibility for 9.0.4. |
NoServerPlatform.java | Class | 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. |
ServerLog.java | Class |
Basic logging class that provides framework for integration with the application
server log. |
ServerPlatform.java | Interface | PUBLIC:
This is the interface describing the behaviour for ServerPlatformBase, and any other
class that wants to provide behaviour for a server. |
ServerPlatformBase.java | Class | Implementation of oracle.toplink.essentials.platform.server.ServerPlatform
PUBLIC:
This is the abstract superclass of all platforms for all servers. |