Skip navigation links

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

B28219-01


oracle.toplink.platform.server.wls
Class WebLogicPlatform

java.lang.Object
  extended byoracle.toplink.platform.server.ServerPlatformBase
      extended byoracle.toplink.platform.server.wls.WebLogicPlatform

All Implemented Interfaces:
ServerPlatform
Direct Known Subclasses:
WebLogic_6_1_Platform, WebLogic_7_0_Platform, WebLogic_8_1_Platform

public class WebLogicPlatform
extends ServerPlatformBase

PUBLIC: This is the concrete subclass responsible for representing WebLogic-specific server behaviour. This platform overrides: getExternalTransactionControllerClass(): to use the WebLogic-specific controller class getServerNameAndVersion(): to call the WebLogic library for this information


Method Summary
 java.lang.String getServerNameAndVersion()
          PUBLIC: getServerNameAndVersion(): Talk to the WebLogic 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 WebLogic class library, and get the server name and version
Specified by:
getServerNameAndVersion in interface ServerPlatform
Overrides:
getServerNameAndVersion in class ServerPlatformBase
Returns:
String serverNameAndVersion

Skip navigation links

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