Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostObjectNameArray

All Superinterfaces:
IISeriesHostObjectNameOnly
All Known Implementing Classes:
ISeriesHostMemberNameArray, ISeriesHostObjectNameArray

public interface IISeriesHostObjectNameArray
extends IISeriesHostObjectNameOnly

This interface represents the bare bones request of host list requests, returning an array of Strings that are the names of the things listed.


Field Summary
static String Copyright
           
 
Method Summary
 String[] getNames()
          Return the list of names as an array of Strings
 List getNamesList()
          Return the list of names as a Vector of Strings
 void setName(String name)
           
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, toString, writeObjectInfo
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

setName

void setName(String name)
Specified by:
setName in interface IISeriesHostObjectNameOnly

getNamesList

List getNamesList()
Return the list of names as a Vector of Strings


getNames

String[] getNames()
Return the list of names as an array of Strings


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.