Skip navigation links
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 |
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