com.apptelemetry.apm
Class APMCompatibilityInfo
java.lang.Object
com.apptelemetry.apm.APMCompatibilityInfo
public class APMCompatibilityInfo
- extends java.lang.Object
The APMCompatibilityInfo class is a simple data structure providing
the state and the message of the library compatibility.
Constructor Summary |
APMCompatibilityInfo()
APMCompatibilityInfo constructor creating a new object with default values. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compatible
public boolean compatible
message
public java.lang.String message
APMCompatibilityInfo
public APMCompatibilityInfo()
- APMCompatibilityInfo constructor creating a new object with default values.
isCompatible
public boolean isCompatible()
- Returns:
- true if the used Java API is compatible to the compatible native library or false if native library is not loaded or otherwise.
getMessage
public java.lang.String getMessage()
- Returns:
- the compatibility info message containing more details about the status.
Copyright © 2010, Fabasoft AG.