Class AdminInfoDto

java.lang.Object
at.letto.service.microservice.AdminInfoDto

public class AdminInfoDto extends Object
Information über ein Service für den Admin
  • Field Details

    • servicename

      protected String servicename
      Name des Services
    • pid

      protected String pid
      PID des Prozesses
    • homedir

      protected String homedir
      Home-Verzeichnis des Services am Server
    • startuptime

      protected long startuptime
      Zeit des Service-Starts in ms
    • updtime

      protected long updtime
      Zeit die seit dem Service-Start vergangen ist in ms
    • version

      protected String version
      Version des Services
    • time

      protected String time
      aktuelle Zeit am Service
    • betriebssystem

      protected String betriebssystem
      Betriebssystem auf dem das Service läuft
    • ip

      protected String ip
      IP des Rechners
    • encoding

      protected String encoding
      Tastatur-Bildschirm-Encoding
    • fileEncoding

      protected String fileEncoding
      File-Encoding
    • fileSeparator

      protected String fileSeparator
      File-Trennzeichen Slash-Backslash
    • javaSpecificVersion

      protected String javaSpecificVersion
      Java Versionsnummer zB. 1.8
    • javaVendor

      protected String javaVendor
      Hersteller der Java-Runtime zB.: Oracle Corporation
    • javaVersion

      protected String javaVersion
      Genauere Java Versionsbeschreibung zB.: Oracle Corporation 1.8.0_241-b07
    • javaVersionNumber

      protected String javaVersionNumber
      Genauere Java Versionsnummer zB.: 1.8.0_241-b07
    • hostname

      protected String hostname
      Hostname
    • language

      protected String language
      Sprache des Rechner auf dem das Service installiert ist
    • linuxDescription

      protected String linuxDescription
      Beschreibung der Linux Version auf dem das Service läuft
    • linuxDistribution

      protected String linuxDistribution
      Linux Distribution auf der das Service läuft
    • linuxRelease

      protected String linuxRelease
      Linux Release auf der das Service läuft
    • serverUsername

      protected String serverUsername
      Benutzername unter welchem das Service gestartet wurde
    • serverVersion

      protected String serverVersion
      Version des JEE-Servers
    • systemHome

      protected String systemHome
      System Home-Verzeichnis
    • isLinux

      protected boolean isLinux
      true wenn das Service unter Linux läuft
    • isUbuntu

      protected boolean isUbuntu
      true wenn das Service unter Ubuntu läuft
    • isWindows

      protected boolean isWindows
      true wenn das Service unter Windows läuft
    • httpPort

      protected int httpPort
      Portnummer des http-Servers
    • ajpPort

      protected int ajpPort
      Portnummer des ajp-Servers
    • httpsPort

      protected int httpsPort
      Portnummer des https-Servers
  • Constructor Details

    • AdminInfoDto

      public AdminInfoDto()