java.lang.Object
org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
Direct Known Subclasses:
CustomServerPlatformConfig, GlassfishPlatformConfig, JBossPlatformConfig, NetWeaver_7_1_PlatformConfig, SunAS9PlatformConfig, WebLogic_10_PlatformConfig, WebLogic_6_1_PlatformConfig, WebLogic_7_0_PlatformConfig, WebLogic_8_1_PlatformConfig, WebLogic_9_PlatformConfig, WebSphere_4_0_PlatformConfig, WebSphere_5_0_PlatformConfig, WebSphere_5_1_PlatformConfig, WebSphere_6_0_PlatformConfig, WebSphere_6_1_PlatformConfig, WebSphere_7_0_PlatformConfig, WebSphere_EJBEmbeddable_PlatformConfig, WebSphere_Liberty_Platform_Config, WildFlyPlatformConfig

public abstract class ServerPlatformConfig extends Object
INTERNAL:
  • Field Details

    • isSupported

      protected boolean isSupported
  • Constructor Details

    • ServerPlatformConfig

      protected ServerPlatformConfig()
    • ServerPlatformConfig

      protected ServerPlatformConfig(String serverClassName)
  • Method Details

    • getEnableJTA

      public boolean getEnableJTA()
    • getEnableRuntimeServices

      public boolean getEnableRuntimeServices()
    • getServerClassName

      public String getServerClassName()
    • setEnableRuntimeServices

      public void setEnableRuntimeServices(boolean enableRuntimeServices)
    • setEnableJTA

      public void setEnableJTA(boolean enableJTA)
    • isSupported

      public boolean isSupported()