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

B32476-04

oracle.toplink.platform.server
Interface ServerPlatform

All Known Implementing Classes:
JBossPlatform, NoServerPlatform, Oc4j_10_1_3_Platform, Oc4j_11_1_1_Platform, Oc4jPlatform, ServerPlatformBase, SunAS9ServerPlatform, UCPPlatform, WebLogic_10_Platform, WebLogic_9_Platform, WebLogicPlatform, WebSphere_6_1_Platform, WebSpherePlatform

public interface ServerPlatform

This is the interface describing the behavior for ServerPlatformBase, and any other class that wants to provide behavior for a server. This interface provides the behavior for - Which external transaction controller to use - Whether or not to enable JTA (external transaction control) - How to register/unregister for runtime services (JMX/MBean) - Whether or not to enable runtime services - How to launch container Threads Any subclasses of ServerPlatformBase created by the user must implement this interface. public API: String getServerNameAndVersion()

See Also:
ServerPlatformBase

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

Method Detail

getServerNameAndVersion

java.lang.String getServerNameAndVersion()
getServerNameAndVersion(): Talk to the relevant server class library, and get the server name and version

Returns:
String serverNameAndVersion

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