CommonHostInfo

public abstract class CommonHostInfo implements HostInfo

Encapsulates common host info functionality shared between portable and non-portable subclasses. This class contains variables and getters and setters for all required attributes of HostInfo.

Author

swrede

Constructors

CommonHostInfo

public CommonHostInfo()

Creates a new instance and pre-computes values for HostInfo.getSoftwareType() and HostInfo.getMachineType().

Methods

getHostId

public String getHostId()

getHostName

public String getHostName()

getMachineType

public String getMachineType()

getSoftwareType

public String getSoftwareType()

setHostId

protected void setHostId(String hostId)

Sets the unique host id variable.

Parameters

hostId – unique id

setHostName

protected void setHostName(String hostName)

Sets the host name variable.

Parameters

hostName – the host name

setMachineType

protected void setMachineType(String machineType)

Sets the bit architecture variable.

Parameters

machineType – the bit architecture

setSoftwareType

protected void setSoftwareType(String softwareType)

Sets the operating system family variable.

Parameters

softwareType – the operating system family