Uses of Interface
org.eclipse.persistence.platform.server.ServerPlatform
Packages that use ServerPlatform
Package
Description
-
Uses of ServerPlatform in org.eclipse.persistence.internal.history
Methods in org.eclipse.persistence.internal.history that return ServerPlatformModifier and TypeMethodDescriptionHistoricalSession.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) -
Uses of ServerPlatform in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ServerPlatformModifier and TypeFieldDescriptionprotected 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 ServerPlatformModifier and TypeMethodDescriptionAbstractSession.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)DatabaseSessionImpl.getServerPlatform()PUBLIC: Answer the server platform to handle server specific behavior for WLS, Oc4j, etc.UnitOfWorkImpl.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 ServerPlatformModifier and TypeMethodDescriptionvoidDatabaseSessionImpl.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 ServerPlatformModifier and TypeMethodDescriptionprotected 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 ServerPlatformModifier and TypeMethodDescriptionprotected 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 ServerPlatformModifier and TypeClassDescriptionfinal classINTERNAL: This is the concrete subclass responsible for handling backward compatibility for 9.0.4.classPUBLIC: Subclass of org.eclipse.persistence.platform.server.ServerPlatformBase in support of the JMXEnabledPlatform interfacefinal classPUBLIC: This platform is used when EclipseLink is not within any server (Oc4j, WebLogic, ...) This is also the default platform for all newly created DatabaseSessions.classPUBLIC: Implementation of org.eclipse.persistence.platform.server.ServerPlatformMethods in org.eclipse.persistence.platform.server that return ServerPlatformModifier and TypeMethodDescriptionstatic 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 ServerPlatformModifier and TypeClassDescriptionclassPUBLIC: This is the concrete subclass responsible for representing Glassfish server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.jboss
Classes in org.eclipse.persistence.platform.server.jboss that implement ServerPlatformModifier and TypeClassDescriptionclassPUBLIC: This is the concrete subclass responsible for representing JBoss-specific server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.sap
Classes in org.eclipse.persistence.platform.server.sap that implement ServerPlatformModifier and TypeClassDescriptionclassServer platform for SAP NetWeaver AS Java 7.1 (including EhP 1), 7.2 and follow-up releases. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.was
Classes in org.eclipse.persistence.platform.server.was that implement ServerPlatformModifier and TypeClassDescriptionclassPUBLIC: This is the concrete subclass responsible for representing WebSphere 6.1-specific server behavior.classPUBLIC: This is the concrete subclass responsible for representing WebSphere 7 -specific server behavior.classclassPUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior.classPUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.wildfly
Classes in org.eclipse.persistence.platform.server.wildfly that implement ServerPlatformModifier and TypeClassDescriptionclassPUBLIC: This is the concrete subclass responsible for representing WildFly-specific server behavior. -
Uses of ServerPlatform in org.eclipse.persistence.platform.server.wls
Classes in org.eclipse.persistence.platform.server.wls that implement ServerPlatformModifier and TypeClassDescriptionclassPUBLIC: This is the concrete subclass responsible for representing WebLogic 10 specific behavior.classclassPUBLIC: This is the concrete subclass responsible for representing WebLogic9 specific behavior.classPUBLIC: 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 ServerPlatformModifier and TypeMethodDescriptionDatabaseSession.getServerPlatform()PUBLIC: Answer the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...).Session.getServerPlatform()PUBLIC: Return the server platform currently used.Methods in org.eclipse.persistence.sessions with parameters of type ServerPlatformModifier and TypeMethodDescriptionvoidDatabaseSession.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 ServerPlatformModifier and TypeFieldDescriptionprotected ServerPlatformRemoteCommandManager.serverPlatformUniquely identifies ServerPlatform in the clusterMethods in org.eclipse.persistence.sessions.coordination that return ServerPlatformModifier and TypeMethodDescriptionRemoteCommandManager.getServerPlatform()INTERNAL: Return the serverPlatform that identifies the application serverMethods in org.eclipse.persistence.sessions.coordination with parameters of type ServerPlatformModifier and TypeMethodDescriptionvoidRemoteCommandManager.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 ServerPlatformModifier and TypeMethodDescriptionClientSession.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.