Class WebLogic_9_Platform
- java.lang.Object
-
- org.eclipse.persistence.platform.server.ServerPlatformBase
-
- org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
- org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
- org.eclipse.persistence.platform.server.wls.WebLogic_9_Platform
-
- All Implemented Interfaces:
ServerPlatform
- Direct Known Subclasses:
WebLogic_10_Platform
public class WebLogic_9_Platform extends WebLogicPlatform
PUBLIC: This is the concrete subclass responsible for representing WebLogic9 specific behavior.
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.platform.server.JMXServerPlatformBase
JMX_MBEANSERVER_INDEX_DEFAULT_FOR_MULTIPLE_SERVERS, JMX_REGISTRATION_PREFIX
-
Fields inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
DEFAULT_SERVER_NAME_AND_VERSION, JMX_REGISTER_DEV_MBEAN_PROPERTY, JMX_REGISTER_RUN_MBEAN_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description WebLogic_9_Platform(DatabaseSession newDatabaseSession)
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
clearStatementCache, getExternalTransactionControllerClass, initializeServerNameAndVersion, unwrapConnection
-
Methods inherited from class org.eclipse.persistence.platform.server.JMXServerPlatformBase
getApplicationName, getMBeanServer, getModuleName, serverSpecificRegisterMBean, serverSpecificUnregisterMBean, setApplicationName
-
Methods inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
configureProfiler, disableJTA, disableRuntimeServices, enableRuntimeServices, getDatabaseSession, getJNDIConnectorLookupType, getNewTempClassLoader, getPartitionID, getServerLog, getServerNameAndVersion, getThreadPool, getThreadPoolSize, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, isRuntimeServicesEnabledDefault, launchContainerRunnable, registerMBean, setExternalTransactionControllerClass, setIsCMP, setThreadPool, setThreadPoolSize, shouldUseDriverManager, shutdown, unregisterMBean, usesPartitions, wasFailureCommunicationBased
-
-
-
-
Constructor Detail
-
WebLogic_9_Platform
public WebLogic_9_Platform(DatabaseSession newDatabaseSession)
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
-
-