public interface IHost extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
description()
A description of the host server.
|
void |
description(String pVal)
A description of the host server.
|
String |
name()
The name of the host server.
|
String |
rexServer()
The remote execution server name as it appears on the LAN.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String description()
A description of the host server.
Getter method for the COM property "Description"
void description(String pVal)
A description of the host server.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.String rexServer()
The remote execution server name as it appears on the LAN.
Getter method for the COM property "RexServer"
String name()
The name of the host server.
Getter method for the COM property "Name"
Copyright © 2020. All rights reserved.