public class Oc4jPlatform extends ServerPlatformBase
DEFAULT_SERVER_NAME_AND_VERSION, JMX_REGISTER_DEV_MBEAN_PROPERTY, JMX_REGISTER_RUN_MBEAN_PROPERTY| Constructor and Description |
|---|
Oc4jPlatform(DatabaseSession newDatabaseSession)
INTERNAL:
Default Constructor: All behavior for the default constructor is inherited
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearStatementCache(Connection connection)
INTERNAL:
Clears statement cache of the wrapper connection.
|
Class |
getExternalTransactionControllerClass()
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use
for Oc4j.
|
Connection |
unwrapConnection(Connection connection)
INTERNAL: This method is used to unwrap the oracle connection wrapped by
the application server.
|
configureProfiler, disableJTA, disableRuntimeServices, enableRuntimeServices, getDatabaseSession, getModuleName, getNewTempClassLoader, getServerLog, getServerNameAndVersion, initializeExternalTransactionController, isCMP, isJTAEnabled, isRuntimeServicesEnabled, isRuntimeServicesEnabledDefault, launchContainerRunnable, registerMBean, serverSpecificRegisterMBean, serverSpecificUnregisterMBean, setExternalTransactionControllerClass, setIsCMP, shouldUseDriverManager, unregisterMBean, wasFailureCommunicationBasedpublic Oc4jPlatform(DatabaseSession newDatabaseSession)
public Class getExternalTransactionControllerClass()
getExternalTransactionControllerClass in interface ServerPlatformgetExternalTransactionControllerClass in class ServerPlatformBaseJTATransactionController,
ServerPlatformBase.isJTAEnabled(),
ServerPlatformBase.disableJTA(),
ServerPlatformBase.initializeExternalTransactionController()public Connection unwrapConnection(Connection connection)
unwrapConnection in interface ServerPlatformunwrapConnection in class ServerPlatformBasepublic void clearStatementCache(Connection connection)
clearStatementCache in interface ServerPlatformclearStatementCache in class ServerPlatformBase