EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.platform.server.wls
Class WebLogic_9_Platform

java.lang.Object
  extended by org.eclipse.persistence.platform.server.ServerPlatformBase
      extended by org.eclipse.persistence.platform.server.wls.WebLogicPlatform
          extended by 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.wls.WebLogicPlatform
vendorConnectionMethod, weblogicConnectionClass
 
Fields inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
externalTransactionControllerClass, serverNameAndVersion
 
Constructor Summary
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
getExternalTransactionControllerClass, getVendorConnectionMethod, getWebLogicConnectionClass, initializeServerNameAndVersion, unwrapConnection
 
Methods inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
configureProfiler, disableJTA, disableRuntimeServices, ensureNotLoggedIn, externalTransactionControllerNotNullWarning, getDatabaseSession, getModuleName, getNewTempClassLoader, getServerLog, getServerNameAndVersion, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, launchContainerRunnable, registerMBean, serverSpecificRegisterMBean, serverSpecificUnregisterMBean, setExternalTransactionControllerClass, setIsCMP, shouldUseDriverManager, unregisterMBean, wasFailureCommunicationBased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLogic_9_Platform

public WebLogic_9_Platform(DatabaseSession newDatabaseSession)
INTERNAL: Default Constructor: All behavior for the default constructor is inherited


EclipseLink1.0 - 20080707 API Reference