|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.platform.server.ServerPlatformBase
org.ow2.easybeans.persistence.eclipselink.EasyBeansServerPlatform
public class EasyBeansServerPlatform
This class allows EclipseLink to get the TransactionManager.
This is the class used as integration class.
Field Summary |
---|
Fields inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase |
---|
externalTransactionControllerClass, serverNameAndVersion |
Constructor Summary | |
---|---|
EasyBeansServerPlatform(org.eclipse.persistence.sessions.DatabaseSession databaseSession)
Default constructor. |
Method Summary | |
---|---|
java.lang.Class<?> |
getExternalTransactionControllerClass()
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for Oc4j. |
java.lang.String |
getServerNameAndVersion()
Gets the EasyBeans server name. |
Methods inherited from class org.eclipse.persistence.platform.server.ServerPlatformBase |
---|
configureProfiler, disableJTA, disableRuntimeServices, ensureNotLoggedIn, externalTransactionControllerNotNullWarning, getDatabaseSession, getModuleName, getNewTempClassLoader, getServerLog, initializeExternalTransactionController, initializeServerNameAndVersion, isCMP, isJTAEnabled, isRuntimeServicesEnabled, launchContainerRunnable, registerMBean, serverSpecificRegisterMBean, serverSpecificUnregisterMBean, setExternalTransactionControllerClass, setIsCMP, shouldUseDriverManager, unregisterMBean, unwrapConnection, wasFailureCommunicationBased |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyBeansServerPlatform(org.eclipse.persistence.sessions.DatabaseSession databaseSession)
databaseSession
- The instance of DatabaseSession.Method Detail |
---|
public java.lang.Class<?> getExternalTransactionControllerClass()
getExternalTransactionControllerClass
in interface org.eclipse.persistence.platform.server.ServerPlatform
getExternalTransactionControllerClass
in class org.eclipse.persistence.platform.server.ServerPlatformBase
oracle.toplink.essentials.transaction.JTATransactionController
,
oracle.toplink.essentials.platform.server.ServerPlatformBase#isJTAEnabled()
,
oracle.toplink.essentials.platform.server.ServerPlatformBase#disableJTA()
,
oracle.toplink.essentials.platform.server.ServerPlatformBase#initializeExternalTransactionController()
public java.lang.String getServerNameAndVersion()
getServerNameAndVersion
in interface org.eclipse.persistence.platform.server.ServerPlatform
getServerNameAndVersion
in class org.eclipse.persistence.platform.server.ServerPlatformBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |