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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddHost(java.lang.Object val)Adds a host to the group.java.lang.Stringname()Gets the host group name.IListnewList()Gets a list of all hosts in the group.java.lang.ObjectnewList(int index)voidremoveHost(java.lang.Object val)Removes the specified host from the group.- 
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.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
namejava.lang.String name() Gets the host group name. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
addHostvoid addHost(java.lang.Object val) Adds a host to the group. - Parameters:
- val- Mandatory java.lang.Object parameter.
 
 - 
removeHostvoid removeHost(java.lang.Object val) Removes the specified host from the group. - Parameters:
- val- Mandatory java.lang.Object parameter.
 
 - 
newListIList newList() Gets a list of all hosts in the group. - Returns:
- Returns a value of type otaclient.IList
 
 - 
newListjava.lang.Object newList(int index) 
 
- 
 
-