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.
|
java.lang.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, unwrapOracleConnectionpublic CustomServerPlatform(DatabaseSessionImpl newDatabaseSession)
public java.lang.Class getExternalTransactionControllerClass()
getExternalTransactionControllerClass in interface ServerPlatformgetExternalTransactionControllerClass in class ServerPlatformBaseJTATransactionController,
ServerPlatformBase.isJTAEnabled(),
ServerPlatformBase.disableJTA(),
ServerPlatformBase.initializeExternalTransactionController()protected void externalTransactionControllerNotNullWarning()
externalTransactionControllerNotNullWarning in class ServerPlatformBaseServerPlatformBase