Class WebLogic_12_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
-
- org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
-
- org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
-
- All Implemented Interfaces:
JMXEnabledPlatform
,ServerPlatform
public class WebLogic_12_Platform extends WebLogic_10_Platform
-
-
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_12_Platform(DatabaseSession newDatabaseSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPartitionID()
INTERNAL: Get Partition ID.String
getPartitionName()
boolean
isGlobalRuntime()
boolean
usesPartitions()
INTERNAL: Some servers may support partitioning-
Methods inherited from class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
getMBeanServer, isRuntimeServicesEnabledDefault, prepareServerSpecificServicesMBean, serverSpecificRegisterMBean
-
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, getModuleName, serverSpecificUnregisterMBean, setApplicationName
-
Methods inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
configureProfiler, disableJTA, disableRuntimeServices, enableRuntimeServices, getDatabaseSession, getJNDIConnectorLookupType, getNewTempClassLoader, getServerLog, getServerNameAndVersion, getThreadPool, getThreadPoolSize, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, launchContainerRunnable, registerMBean, setExternalTransactionControllerClass, setIsCMP, setThreadPool, setThreadPoolSize, shouldUseDriverManager, shutdown, unregisterMBean, wasFailureCommunicationBased
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.persistence.platform.server.JMXEnabledPlatform
getApplicationName
-
-
-
-
Constructor Detail
-
WebLogic_12_Platform
public WebLogic_12_Platform(DatabaseSession newDatabaseSession)
-
-
Method Detail
-
usesPartitions
public boolean usesPartitions()
Description copied from interface:ServerPlatform
INTERNAL: Some servers may support partitioning- Specified by:
usesPartitions
in interfaceServerPlatform
- Overrides:
usesPartitions
in classServerPlatformBase
- Returns:
- true if server supports partitions, false otherwise
-
getPartitionID
public String getPartitionID()
Description copied from interface:ServerPlatform
INTERNAL: Get Partition ID.- Specified by:
getPartitionID
in interfaceServerPlatform
- Overrides:
getPartitionID
in classServerPlatformBase
- Returns:
- partition ID
-
getPartitionName
public String getPartitionName()
-
isGlobalRuntime
public boolean isGlobalRuntime()
-
-