Module org.eclipse.persistence.core
Class ServerPlatformConfig
- 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 Summary
Fields Modifier and Type Field Description protected booleanisSupported
-
Constructor Summary
Constructors Modifier Constructor Description protectedServerPlatformConfig()protectedServerPlatformConfig(String serverClassName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEnableJTA()booleangetEnableRuntimeServices()StringgetServerClassName()booleanisSupported()voidsetEnableJTA(boolean enableJTA)voidsetEnableRuntimeServices(boolean enableRuntimeServices)
-
-
-
Constructor Detail
-
ServerPlatformConfig
protected ServerPlatformConfig()
-
ServerPlatformConfig
protected ServerPlatformConfig(String serverClassName)
-
-
Method Detail
-
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()
-
-