|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.subsystems.qsys.comm.CheckPID
public class CheckPID
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
CheckPID(AS400 as400,
String sPID)
Constructor for the CheckPID class. |
|
CheckPID(AS400 as400,
String sPID,
String sOption)
Constructor for the CheckPID class. |
Method Summary | |
---|---|
boolean |
check()
Returns true if we can find this PID with base option on the AS/400. |
boolean |
check(boolean checkWithOption)
Returns true if we can find this PID on the AS/400. |
String |
getFormattedOption()
Returns the option as a formatted string. |
String |
getReleaseLevel()
Returns the release level associated with this PID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public CheckPID(AS400 as400, String sPID)
public CheckPID(AS400 as400, String sPID, String sOption)
Method Detail |
---|
public String getFormattedOption()
public String getReleaseLevel()
public boolean check()
public boolean check(boolean checkWithOption)
checkWithOption
- true if we want to check with option, false for base.
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |