HostIdEnsuringHostInfo

public class HostIdEnsuringHostInfo implements HostInfo

Facade class around a HostInfo instance that ensures that there is always a host id by replacing it with the host name, if required.

Author

jwienke

Constructors

HostIdEnsuringHostInfo

public HostIdEnsuringHostInfo(HostInfo info)

Creates a new instance wrapping the provided HostInfo object.

Parameters

info – the info object to wrap, not null and HostInfo.getHostName() must return a value.

Methods

getHostId

public String getHostId()

getHostName

public String getHostName()

getMachineType

public String getMachineType()

getSoftwareType

public String getSoftwareType()