Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01


oracle.toplink.platform.server.oc4j
Class Oc4j_9_0_3_Platform

java.lang.Object
  extended byoracle.toplink.platform.server.ServerPlatformBase
      extended byoracle.toplink.platform.server.oc4j.Oc4jPlatform
          extended byoracle.toplink.platform.server.oc4j.Oc4j_9_0_3_Platform

All Implemented Interfaces:
ServerPlatform

public class Oc4j_9_0_3_Platform
extends Oc4jPlatform

PUBLIC: This is the concrete subclass responsible for representing Oc4j version 9.0.3 specific behaviour.


Method Summary
 java.lang.String getServerNameAndVersion()
          PUBLIC: getServerNameAndVersion(): Talk to the Oc4j class library, and get the server name and version

 

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

 

Method Detail

getServerNameAndVersion

public java.lang.String getServerNameAndVersion()
PUBLIC: getServerNameAndVersion(): Talk to the Oc4j class library, and get the server name and version
Specified by:
getServerNameAndVersion in interface ServerPlatform
Overrides:
getServerNameAndVersion in class ServerPlatformBase
Returns:
String serverNameAndVersion

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