Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Class IBMiProductVerify

java.lang.Object
  extended by com.ibm.etools.iseries.subsystems.qsys.comm.IBMiFeatureVerify
      extended by com.ibm.etools.iseries.subsystems.qsys.comm.IBMiProductVerify

public class IBMiProductVerify
extends IBMiFeatureVerify


Field Summary
static String copyright
           
 
Constructor Summary
IBMiProductVerify()
          Constructor for ISeriesProductVerify class
 
Method Summary
 void addFeature(IBMiFeatureVerify featureVerify)
          Adds a feature to this ISeriesProductVerify
 Vector<IBMiFeatureVerify> getFeatures()
          Returns the features associated with this ISeriesProductVerify
 boolean isPIDSuccessfull()
          Returns true if all the PIDs checked were successfull
 boolean isPTFSuccessfull()
          Returns true if all the PTFs checked were successfull
 
Methods inherited from class com.ibm.etools.iseries.subsystems.qsys.comm.IBMiFeatureVerify
addRelease, getMinVRM, getName, getReleases, setMinVRM, setName
 
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

IBMiProductVerify

public IBMiProductVerify()
Constructor for ISeriesProductVerify class

Method Detail

addFeature

public void addFeature(IBMiFeatureVerify featureVerify)
Adds a feature to this ISeriesProductVerify


getFeatures

public Vector<IBMiFeatureVerify> getFeatures()
Returns the features associated with this ISeriesProductVerify


isPTFSuccessfull

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

Overrides:
isPTFSuccessfull in class IBMiFeatureVerify

isPIDSuccessfull

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

Overrides:
isPIDSuccessfull in class IBMiFeatureVerify

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.