Methods Summary |
---|
public java.lang.Class | getExternalTransactionControllerClass()INTERNAL: getExternalTransactionControllerClass(): Answer null because this does not apply.
return null;
|
public oracle.toplink.essentials.logging.SessionLog | getServerLog()INTERNAL: getServerLog(): Return the ServerLog for this platform
Return the default ServerLog in the base
return new DefaultSessionLog();
|
public java.lang.String | getServerNameAndVersion()PUBLIC: getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
return null;
|
public void | launchContainerThread(java.lang.Thread thread)INTERNAL: launchContainerThread(Thread thread): Do nothing because container Threads are not launchable
in this platform
|
public java.sql.Connection | unwrapOracleConnection(oracle.toplink.essentials.internal.databaseaccess.Platform platform, java.sql.Connection connection)INTERNAL:
When there is no server, the original connection will be returned
return connection;
|