Skip navigation links

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

B28219-01


oracle.toplink.platform.server
Interface ServerPlatform

All Known Implementing Classes:
ServerPlatformBase

public interface ServerPlatform

PUBLIC: This is the interface describing the behaviour for ServerPlatformBase, and any other class that wants to provide behaviour for a server. This interface provides the behaviour 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()
          PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name and version

 

Method Detail

getServerNameAndVersion

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

Skip navigation links

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