Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.platform.server.oc4j
Class Oc4j_11_1_1_Platform

java.lang.Object
  extended by oracle.toplink.platform.server.ServerPlatformBase
      extended by oracle.toplink.platform.server.oc4j.Oc4jPlatform
          extended by oracle.toplink.platform.server.oc4j.Oc4j_11_1_1_Platform

All Implemented Interfaces:
java.lang.Runnable, ServerPlatform

public class Oc4j_11_1_1_Platform
extends Oc4jPlatform
implements java.lang.Runnable

This is the concrete subclass responsible for representing Oc4j version 11.1.1 specific behaviour. Implementing Runnable interface is a workaround to handle JNDI lookup issue for launching a TopLink thread. It will be removed when container provide the api to launch thread associate with ContextContainer. 08/07/2008- 11.1.1 Michael OBrien 7278787 : Remove OC4J11 specific functionality specific to proxy.AbstractProxy 18/08/2008- 11.1.1 Michael OBrien 7278787 : Remove usage of OC4JServer 20/08/2008- 11.1.1 Michael OBrien 7278787 : Remove ucp(UniversalPooledConnection) functionality 11/09/2008- 11.1.1 Michael OBrien 7390368 : Port boxer removal of usage of OC4J1 functionality


Field Summary
 java.lang.String baseObjectName
           

 

Method Summary

 

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

 

Field Detail

baseObjectName

public java.lang.String baseObjectName

Skip navigation links

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