|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.comm.CheckPID
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
CheckPID(com.ibm.as400.access.AS400 as400,
String sPID)
Constructor for the CheckPID class. |
|
CheckPID(com.ibm.as400.access.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(com.ibm.as400.access.AS400 as400, String sPID)
public CheckPID(com.ibm.as400.access.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.
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |