iSeries Remote Systems
v6.0.0

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

java.lang.Object
  extended bycom.ibm.etools.iseries.core.comm.ISeriesFeatureVerify
      extended bycom.ibm.etools.iseries.core.comm.ISeriesProductVerify

public class ISeriesProductVerify
extends ISeriesFeatureVerify


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesProductVerify()
          Constructor for ISeriesProductVerify class
 
Method Summary
 void addFeature(ISeriesFeatureVerify featureVerify)
          Adds a feature to this ISeriesProductVerify
 Vector 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.core.comm.ISeriesFeatureVerify
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

ISeriesProductVerify

public ISeriesProductVerify()
Constructor for ISeriesProductVerify class

Method Detail

addFeature

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


getFeatures

public Vector 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 ISeriesFeatureVerify

isPIDSuccessfull

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

Overrides:
isPIDSuccessfull in class ISeriesFeatureVerify

iSeries Remote Systems
v6.0.0

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.