Package org.eclipse.persistence.platform.server

Interface Summary
ServerPlatform PUBLIC: This is the interface describing the behavior for ServerPlatformBase, and any other class that wants to provide behavior for a server.
 

Class Summary
CustomServerPlatform INTERNAL: This is the concrete subclass responsible for handling backward compatibility for 9.0.4.
NoServerPlatform PUBLIC: This platform is used when EclipseLink is not within any server (Oc4j, WebLogic, ...) This is also the default platform for all newly created DatabaseSessions.
ServerLog Basic logging class that provides framework for integration with the application server log.
ServerPlatformBase PUBLIC: Implementation of org.eclipse.persistence.platform.server.ServerPlatform