Uses of Interface
org.eclipse.persistence.platform.server.ServerPlatform
-
-
Uses of ServerPlatform in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ServerPlatform Modifier and Type Field Description protected ServerPlatformDatabaseSessionImpl. serverPlatformUsed to store the server platform that handles server-specific functionality for Oc4j, WLS, etc.Methods in org.eclipse.persistence.internal.sessions that return ServerPlatform Modifier and Type Method Description ServerPlatformAbstractSession. getServerPlatform()INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within EclipseLink's other sessions types (ie not DatabaseSession)ServerPlatformDatabaseSessionImpl. getServerPlatform()PUBLIC: Answer the server platform to handle server specific behavior for WLS, Oc4j, etc.ServerPlatformUnitOfWorkImpl. getServerPlatform()INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within EclipseLink's other sessions types (i.e.Methods in org.eclipse.persistence.internal.sessions with parameters of type ServerPlatform Modifier and Type Method Description voidDatabaseSessionImpl. setServerPlatform(ServerPlatform newServerPlatform)PUBLIC: Set the server platform to handle server specific behavior for WLS, Oc4j, etc This is not permitted after the session is logged in. -
Uses of ServerPlatform in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return ServerPlatform Modifier and Type Method Description protected ServerPlatformSessionsFactory. buildCustomServerPlatformConfig(CustomServerPlatformConfig platformConfig, DatabaseSessionImpl session)INTERNAL:protected ServerPlatformSessionsFactory. buildServerPlatformConfig(ServerPlatformConfig platformConfig, DatabaseSessionImpl session)INTERNAL: Build the appropriate server platformMethods in org.eclipse.persistence.internal.sessions.factories with parameters of type ServerPlatform Modifier and Type Method Description protected voidSessionsFactory. processServerPlatformConfig(ServerPlatformConfig platformConfig, ServerPlatform platform)INTERNAL: Process a ServerPlatformConfig object. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server
Classes in org.eclipse.persistence.platform.server that implement ServerPlatform Modifier and Type Class Description classCustomServerPlatformINTERNAL: This is the concrete subclass responsible for handling backward compatibility for 9.0.4.classJMXServerPlatformBasePUBLIC: Subclass of org.eclipse.persistence.platform.server.ServerPlatformBase in support of the JMXEnabledPlatform interfaceclassNoServerPlatformPUBLIC: This platform is used when EclipseLink is not within any server (Oc4j, WebLogic, ...) This is also the default platform for all newly created DatabaseSessions.classServerPlatformBasePUBLIC: Implementation of org.eclipse.persistence.platform.server.ServerPlatformMethods in org.eclipse.persistence.platform.server that return ServerPlatform Modifier and Type Method Description static ServerPlatformServerPlatformUtils. createServerPlatform(DatabaseSession session, String platformClass, ClassLoader loader)Create an instance ofServerPlatformfrom parameters passed in. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.glassfish
Classes in org.eclipse.persistence.platform.server.glassfish that implement ServerPlatform Modifier and Type Class Description classGlassfishPlatformPUBLIC: This is the concrete subclass responsible for representing Glassfish server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.was
Classes in org.eclipse.persistence.platform.server.was that implement ServerPlatform Modifier and Type Class Description classWebSphere_6_1_PlatformPUBLIC: This is the concrete subclass responsible for representing WebSphere 6.1-specific server behavior.classWebSphere_7_PlatformPUBLIC: This is the concrete subclass responsible for representing WebSphere 7 -specific server behavior.classWebSphere_EJBEmbeddable_PlatformclassWebSphere_Liberty_PlatformPUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior.classWebSpherePlatformPUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.wls
Classes in org.eclipse.persistence.platform.server.wls that implement ServerPlatform Modifier and Type Class Description classWebLogic_10_PlatformPUBLIC: This is the concrete subclass responsible for representing WebLogic 10 specific behavior.classWebLogic_12_PlatformclassWebLogic_9_PlatformPUBLIC: This is the concrete subclass responsible for representing WebLogic9 specific behavior.classWebLogicPlatformPUBLIC: This is the concrete subclass responsible for representing WebLogic-specific server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return ServerPlatform Modifier and Type Method Description ServerPlatformDatabaseSession. getServerPlatform()PUBLIC: Answer the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...).ServerPlatformSession. getServerPlatform()PUBLIC: Return the server platform currently used.Methods in org.eclipse.persistence.sessions with parameters of type ServerPlatform Modifier and Type Method Description voidDatabaseSession. setServerPlatform(ServerPlatform newServerPlatform)PUBLIC: Set the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ... -
Uses of ServerPlatform in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as ServerPlatform Modifier and Type Field Description protected ServerPlatformRemoteCommandManager. serverPlatformUniquely identifies ServerPlatform in the clusterMethods in org.eclipse.persistence.sessions.coordination that return ServerPlatform Modifier and Type Method Description ServerPlatformRemoteCommandManager. getServerPlatform()INTERNAL: Return the serverPlatform that identifies the application serverMethods in org.eclipse.persistence.sessions.coordination with parameters of type ServerPlatform Modifier and Type Method Description voidRemoteCommandManager. setServerPlatform(ServerPlatform theServerPlatform)PUBLIC: The ServerPlatform must be set manually when the RemoteCommandManager'CommandProcessor is not EclipseLink Session. -
Uses of ServerPlatform in org.eclipse.persistence.sessions.server
Methods in org.eclipse.persistence.sessions.server that return ServerPlatform Modifier and Type Method Description ServerPlatformClientSession. getServerPlatform()INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within other sessions types (i.e.
-