Class WebSpherePlatformDetector
- java.lang.Object
-
- org.eclipse.persistence.platform.server.was.WebSpherePlatformDetector
-
- All Implemented Interfaces:
ServerPlatformDetector
public class WebSpherePlatformDetector extends java.lang.Object implements ServerPlatformDetector
-
-
Constructor Summary
Constructors Constructor Description WebSpherePlatformDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
checkPlatform()
-
-
-
Method Detail
-
checkPlatform
public java.lang.String checkPlatform()
- Specified by:
checkPlatform
in interfaceServerPlatformDetector
- Returns:
TargetServer
constant if this detector determines the platform this is currently being run on. Return null if unknown.
-
-