public final class CustomServerPlatform extends ServerPlatformBase
externalTransactionControllerClass
Constructor and Description |
---|
CustomServerPlatform(DatabaseSessionImpl newDatabaseSession)
INTERNAL:
Default Constructor: JTA is disabled until a transaction controller class is set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
externalTransactionControllerNotNullWarning()
INTERNAL: externalTransactionControllerNotNullWarning():
When the external transaction controller is being initialized, we warn the developer
if they have already defined the external transaction controller in some way other
than subclassing ServerPlatformBase.
|
Class |
getExternalTransactionControllerClass()
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
in the DatabaseSession
This is defined by the user via the 904 sessions.xml.
|
disableJTA, disableRuntimeServices, ensureNotLoggedIn, getDatabaseSession, getModuleName, getServerLog, getServerNameAndVersion, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, launchContainerRunnable, registerMBean, serverSpecificRegisterMBean, serverSpecificUnregisterMBean, setExternalTransactionControllerClass, setIsCMP, unregisterMBean, unwrapOracleConnection
public CustomServerPlatform(DatabaseSessionImpl newDatabaseSession)
public Class getExternalTransactionControllerClass()
getExternalTransactionControllerClass
in interface ServerPlatform
getExternalTransactionControllerClass
in class ServerPlatformBase
JTATransactionController
,
ServerPlatformBase.isJTAEnabled()
,
ServerPlatformBase.disableJTA()
,
ServerPlatformBase.initializeExternalTransactionController()
protected void externalTransactionControllerNotNullWarning()
externalTransactionControllerNotNullWarning
in class ServerPlatformBase
ServerPlatformBase
Copyright © 2022. All rights reserved.