EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.platform.server.was
Class WebSphere_6_1_Platform

java.lang.Object
  extended by org.eclipse.persistence.platform.server.ServerPlatformBase
      extended by org.eclipse.persistence.platform.server.was.WebSpherePlatform
          extended by org.eclipse.persistence.platform.server.was.WebSphere_6_1_Platform
All Implemented Interfaces:
ServerPlatform

public class WebSphere_6_1_Platform
extends WebSpherePlatform

PUBLIC: This is the concrete subclass responsible for representing WebSphere 6.1-specific server behavior. This platform has: - No JMX MBean runtime services


Field Summary
 
Fields inherited from class org.eclipse.persistence.platform.server.was.WebSpherePlatform
vendorConnectionMethod, websphereConnectionClass, websphereUtilClass
 
Fields inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
externalTransactionControllerClass, serverNameAndVersion
 
Constructor Summary
WebSphere_6_1_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.was.WebSpherePlatform
getExternalTransactionControllerClass, getVendorConnectionMethod, getWebsphereConnectionClass, getWebsphereUtilClass, unwrapConnection
 
Methods inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase
configureProfiler, disableJTA, disableRuntimeServices, ensureNotLoggedIn, externalTransactionControllerNotNullWarning, getDatabaseSession, getModuleName, getNewTempClassLoader, getServerLog, getServerNameAndVersion, initializeExternalTransactionController, initializeServerNameAndVersion, 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

WebSphere_6_1_Platform

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


EclipseLink1.0 - 20080707 API Reference