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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
A description of the host server.void
description(java.lang.String pVal)
A description of the host server.java.lang.String
name()
The name of the host server.java.lang.String
rexServer()
The remote execution server name as it appears on the LAN.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
description
java.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
-
description
void 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.
-
rexServer
java.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
-
name
java.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
-
-