Class WebLogicPlatformDetector
- java.lang.Object
-
- org.eclipse.persistence.platform.server.wls.WebLogicPlatformDetector
-
- All Implemented Interfaces:
ServerPlatformDetector
public class WebLogicPlatformDetector extends java.lang.Object implements ServerPlatformDetector
-
-
Constructor Summary
Constructors Constructor Description WebLogicPlatformDetector()
-
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.
-
-