Package de.lema.appender
Class Identifikation
- java.lang.Object
-
- de.lema.appender.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentifikation.SerializationProxy
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Identifikationcreate(String anwendung, int umgebung, boolean hatBeacon, String appversion, String hostname, boolean mitExtraInfo)static IdentifikationcreateManuell(String anwendung, int umgebung, String logVersion, boolean hatBeacon, String appversion, String hostname, ExtraInfo extraInfo)booleanequals(Object obj)StringgetAnwendung()StringgetApplikationVersion()ExtraInfogetExtraInfo()StringgetHostname()StringgetLogSenderVersion()intgetUmgebung()static StringgetVersionFromFile()inthashCode()booleanisHatBeacon()booleanistValid()StringtoString()StringtoStringKurz()Diese Implementierung darf nicht geaendert werden.StringtoStringZusatztext()
-
-
-
Method Detail
-
create
public static Identifikation create(String anwendung, int umgebung, boolean hatBeacon, String appversion, String hostname, boolean mitExtraInfo)
-
createManuell
public static Identifikation createManuell(String anwendung, int umgebung, String logVersion, boolean hatBeacon, String appversion, String hostname, ExtraInfo extraInfo)
-
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()
-
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()
-
-