Package step.repository.alm.otaclient
Interface IHostGroup
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
public interface IHostGroup extends IBaseFieldEx
Services for managing a group of host servers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addHost(java.lang.Object val)
Adds a host to the group.java.lang.String
name()
Gets the host group name.IList
newList()
Gets a list of all hosts in the group.java.lang.Object
newList(int index)
void
removeHost(java.lang.Object val)
Removes the specified host from the group.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
Gets the host group name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
addHost
void addHost(java.lang.Object val)
Adds a host to the group.
- Parameters:
val
- Mandatory java.lang.Object parameter.
-
removeHost
void removeHost(java.lang.Object val)
Removes the specified host from the group.
- Parameters:
val
- Mandatory java.lang.Object parameter.
-
newList
IList newList()
Gets a list of all hosts in the group.
- Returns:
- Returns a value of type otaclient.IList
-
newList
java.lang.Object newList(int index)
-
-