|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.toplink.essentials.platform.server.ServerPlatformBase
org.objectweb.easybeans.persistence.oracle.toplink.essentials.EasyBeansServerPlatform
public class EasyBeansServerPlatform
This class allows Oracle Toplink Essentials to get the TransactionManager.
This is the class used as integration class.
Field Summary | |
---|---|
private static java.lang.String |
EASYBEANS_NAME
Name of the server. |
Fields inherited from class oracle.toplink.essentials.platform.server.ServerPlatformBase |
---|
externalTransactionControllerClass |
Constructor Summary | |
---|---|
EasyBeansServerPlatform(oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl newDatabaseSession)
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 oracle.toplink.essentials.platform.server.ServerPlatformBase |
---|
disableJTA, disableRuntimeServices, ensureNotLoggedIn, externalTransactionControllerNotNullWarning, getDatabaseSession, getModuleName, getServerLog, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, launchContainerRunnable, registerMBean, serverSpecificRegisterMBean, serverSpecificUnregisterMBean, setExternalTransactionControllerClass, setIsCMP, unregisterMBean, unwrapOracleConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String EASYBEANS_NAME
Constructor Detail |
---|
public EasyBeansServerPlatform(oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl newDatabaseSession)
newDatabaseSession
- The instance of DatabaseSession.Method Detail |
---|
public java.lang.Class getExternalTransactionControllerClass()
getExternalTransactionControllerClass
in interface oracle.toplink.essentials.platform.server.ServerPlatform
getExternalTransactionControllerClass
in class oracle.toplink.essentials.platform.server.ServerPlatformBase
JTATransactionController
,
ServerPlatformBase.isJTAEnabled()
,
ServerPlatformBase.disableJTA()
,
ServerPlatformBase.initializeExternalTransactionController()
public java.lang.String getServerNameAndVersion()
getServerNameAndVersion
in interface oracle.toplink.essentials.platform.server.ServerPlatform
getServerNameAndVersion
in class oracle.toplink.essentials.platform.server.ServerPlatformBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |