Class ServerPlatformConfig
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
-
- Direct Known Subclasses:
CustomServerPlatformConfig,GlassfishPlatformConfig,JBossPlatformConfig,NetWeaver_7_1_PlatformConfig,Oc4jPlatformConfig,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
public abstract class ServerPlatformConfig extends java.lang.ObjectINTERNAL:
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisSupported
-
Constructor Summary
Constructors Constructor Description ServerPlatformConfig()ServerPlatformConfig(java.lang.String serverClassName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEnableJTA()booleangetEnableRuntimeServices()java.lang.StringgetServerClassName()booleanisSupported()voidsetEnableJTA(boolean enableJTA)voidsetEnableRuntimeServices(boolean enableRuntimeServices)
-
-
-
Method Detail
-
getEnableJTA
public boolean getEnableJTA()
-
getEnableRuntimeServices
public boolean getEnableRuntimeServices()
-
getServerClassName
public java.lang.String getServerClassName()
-
setEnableRuntimeServices
public void setEnableRuntimeServices(boolean enableRuntimeServices)
-
setEnableJTA
public void setEnableJTA(boolean enableJTA)
-
isSupported
public boolean isSupported()
-
-