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

B32476-04

oracle.toplink.platform.server
Class NoServerPlatform

java.lang.Object
  extended by oracle.toplink.platform.server.ServerPlatformBase
      extended by oracle.toplink.platform.server.NoServerPlatform
All Implemented Interfaces:
ServerPlatform
Direct Known Subclasses:
UCPPlatform

public class NoServerPlatform
extends ServerPlatformBase

This platform is used when TopLink is not within any server (Oc4j, WebLogic, ...) This is also the default platform for all newly created DatabaseSessions. This platform has: - No external transaction controller class - No runtime services (JMX/MBean) - No launching of container Threads


Method Summary
 java.lang.String getServerNameAndVersion()
          getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServerNameAndVersion

public java.lang.String getServerNameAndVersion()
getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.

Specified by:
getServerNameAndVersion in interface ServerPlatform
Overrides:
getServerNameAndVersion in class ServerPlatformBase
Returns:
String serverNameAndVersion

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