iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.comm
Class ISeriesFeatureVerify

java.lang.Object
  extended bycom.ibm.etools.iseries.core.comm.ISeriesFeatureVerify
Direct Known Subclasses:
ISeriesProductVerify

public class ISeriesFeatureVerify
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesFeatureVerify()
          Initalizes an instance of the ISeriesFeatureVerify class
 
Method Summary
 void addRelease(ISeriesReleaseVerify releaseVerify)
          Adds a release to this feature
 ISeriesVRM getMinVRM()
          Gets the minimum VRM for this feature
 String getName()
          Gets the name for this feature
 List getReleases()
          Returns the releases of this feature
 boolean isPIDSuccessfull()
          Returns true if all the PIDs checked were successfull
 boolean isPTFSuccessfull()
          Returns true if all the PTFs checked were successfull
 void setMinVRM(ISeriesVRM p_minVRM)
          Sets the minimum VRM for this feature
 void setName(String p_name)
          Sets the name of this feature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

ISeriesFeatureVerify

public ISeriesFeatureVerify()
Initalizes an instance of the ISeriesFeatureVerify class

Method Detail

setName

public void setName(String p_name)
Sets the name of this feature


setMinVRM

public void setMinVRM(ISeriesVRM p_minVRM)
Sets the minimum VRM for this feature


getName

public String getName()
Gets the name for this feature


getMinVRM

public ISeriesVRM getMinVRM()
Gets the minimum VRM for this feature


addRelease

public void addRelease(ISeriesReleaseVerify releaseVerify)
Adds a release to this feature


getReleases

public List getReleases()
Returns the releases of this feature


isPTFSuccessfull

public boolean isPTFSuccessfull()
Returns true if all the PTFs checked were successfull


isPIDSuccessfull

public boolean isPIDSuccessfull()
Returns true if all the PIDs checked were successfull


iSeries Remote Systems
v6.0.1

Copyright © 2005 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.