com.apptelemetry.apm
Class APMCompatibilityInfo

java.lang.Object
  extended by 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.


Field Summary
 boolean compatible
           
 java.lang.String message
           
 
Constructor Summary
APMCompatibilityInfo()
          APMCompatibilityInfo constructor creating a new object with default values.
 
Method Summary
 java.lang.String getMessage()
           
 boolean isCompatible()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compatible

public boolean compatible

message

public java.lang.String message
Constructor Detail

APMCompatibilityInfo

public APMCompatibilityInfo()
APMCompatibilityInfo constructor creating a new object with default values.

Method Detail

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.