Skip navigation links

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

B28219-01


oracle.toplink.platform.server
Class NoServerPlatform

java.lang.Object
  extended byoracle.toplink.platform.server.ServerPlatformBase
      extended byoracle.toplink.platform.server.NoServerPlatform

All Implemented Interfaces:
ServerPlatform

public final class NoServerPlatform
extends ServerPlatformBase

PUBLIC: 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()
          PUBLIC: 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()
PUBLIC: getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
Specified by:
getServerNameAndVersion in interface ServerPlatform
Overrides:
getServerNameAndVersion in class ServerPlatformBase
Returns:
String serverNameAndVersion

Skip navigation links

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