Class Identifikation

  • All Implemented Interfaces:
    Serializable

    public final class Identifikation
    extends Object
    implements Serializable
    Identifikation des Log-Clients am Server. Damit die Attribute erweitert werden koennen, wird ein SerialisationProxy benutzt.
    See Also:
    Serialized Form
    • Method Detail

      • create

        public static Identifikation create​(String anwendung,
                                            int umgebung,
                                            boolean hatBeacon,
                                            String appversion,
                                            String hostname,
                                            boolean mitExtraInfo)
      • getLogSenderVersion

        public String getLogSenderVersion()
      • isHatBeacon

        public boolean isHatBeacon()
        Returns:
        the hatBeacon
      • getExtraInfo

        public ExtraInfo getExtraInfo()
      • getHostname

        public String getHostname()
      • getApplikationVersion

        public String getApplikationVersion()
        Returns:
        the applikationVersion
      • getAnwendung

        public String getAnwendung()
      • getUmgebung

        public int getUmgebung()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • istValid

        public boolean istValid()
      • getVersionFromFile

        public static String getVersionFromFile()
      • toStringKurz

        public String toStringKurz()
        Diese Implementierung darf nicht geaendert werden. Dieser String dient zur Intentifikation der Instanz
      • toStringZusatztext

        public String toStringZusatztext()