Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.platform.server.was
Class WebSpherePlatform

java.lang.Object
  extended byoracle.toplink.platform.server.ServerPlatformBase
      extended byoracle.toplink.platform.server.was.WebSpherePlatform

All Implemented Interfaces:
ServerPlatform
Direct Known Subclasses:
WebSphere_4_0_Platform, WebSphere_5_0_Platform, WebSphere_5_1_Platform, WebSphere_6_0_Platform

public abstract class WebSpherePlatform
extends ServerPlatformBase

PUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behaviour. This platform has: - No JMX MBean runtime services - transaction controller classes overridden in its subclasses


Method Summary
 java.sql.Connection unwrapOracleConnection(java.sql.Connection connection)
          INTERNAL: This method is used to unwrap the oracle connection wrapped by the application server.

 

Methods inherited from class oracle.toplink.platform.server.ServerPlatformBase
getServerNameAndVersion

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

unwrapOracleConnection

public java.sql.Connection unwrapOracleConnection(java.sql.Connection connection)
Description copied from class: ServerPlatformBase
INTERNAL: This method is used to unwrap the oracle connection wrapped by the application server. TopLink needs this unwrapped connection for certain Oracle Specific support. (ie TIMESTAMPTZ) Be default we will use the connection's metadata to try to get the connection
Specified by:
unwrapOracleConnection in interface ServerPlatform
Overrides:
unwrapOracleConnection in class ServerPlatformBase

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.