Package step.repository.alm.otaclient
Interface IHost
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 
 public interface IHost extends IBaseField Represents a single host server. The ID of a host is its name.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription()A description of the host server.voiddescription(java.lang.String pVal)A description of the host server.java.lang.Stringname()The name of the host server.java.lang.StringrexServer()The remote execution server name as it appears on the LAN.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
descriptionjava.lang.String description() A description of the host server. Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
descriptionvoid description(java.lang.String pVal) A description of the host server. Setter method for the COM property "Description" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
rexServerjava.lang.String rexServer() The remote execution server name as it appears on the LAN. Getter method for the COM property "RexServer" - Returns:
- Returns a value of type java.lang.String
 
 - 
namejava.lang.String name() The name of the host server. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 
- 
 
-