Class DefaultServerHandle

java.lang.Object
org.jolokia.server.core.detector.DefaultServerHandle
All Implemented Interfaces:
ServerHandle

public class DefaultServerHandle extends Object implements ServerHandle
Information about the the server product the agent is running in.
Since:
05.11.10
Author:
roland
  • Constructor Details

    • DefaultServerHandle

      public DefaultServerHandle(String vendor, String product, String version)
      Constructor
      Parameters:
      vendor - product vendor (like RedHat or Oracle)
      product - name of the product
      version - version
  • Method Details