public class ClientInfo extends TransferableObject
Constructor and Description |
---|
ClientInfo(SessionId sessionId) |
Modifier and Type | Method and Description |
---|---|
ClientConfig |
getClientConfig() |
java.lang.Exception |
getError() |
java.lang.String |
getOsName() |
java.lang.String |
getOsUserLanguage() |
java.lang.String |
getOsUserName() |
java.lang.String |
getOsVersion() |
java.io.File |
getUserHomeDir() |
java.io.File |
getUserWorkingDir() |
boolean |
hasError() |
<C extends ClientContext> |
read(C ctx) |
void |
setError(java.lang.Exception e)
This Object contains an error if it could not be read from the client.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public ClientInfo(SessionId sessionId)
public void setError(java.lang.Exception e)
setError(Exception)
public java.lang.Exception getError()
setError(Exception)
public boolean hasError()
setError(Exception)
public java.io.File getUserHomeDir()
public java.io.File getUserWorkingDir()
public java.lang.String getOsName()
public java.lang.String getOsVersion()
public ClientConfig getClientConfig()
public java.lang.String getOsUserLanguage()
public java.lang.String getOsUserName()
public <C extends ClientContext> void read(C ctx) throws java.lang.Exception
java.lang.Exception
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.