|
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.Objectcom.ibm.etools.iseries.edit.verifiers.comm.bridge.ISeriesCODEMemberTransfer
public class ISeriesCODEMemberTransfer
This class handles iSeries member downloads for the classic CODE tools. There are three main differences between this class and IQSYSMemberTransfer.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Method Summary | |
|---|---|
static void |
download(IQSYSMember member,
String localPath)
Get the member from the server. |
static void |
download(IQSYSMember member,
String localPath,
boolean dbcs)
Get the member from the server. |
| 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
| Method Detail |
|---|
public static void download(IQSYSMember member,
String localPath)
throws QSYSEncapsulatedReturnCodeException,
QSYSEncapsulatedException,
SystemMessageException
member - The remote member to downloadlocalPath - The fully qualified local path (including filename) to download the member to
QSYSEncapsulatedReturnCodeException
QSYSEncapsulatedException
SystemMessageException
public static void download(IQSYSMember member,
String localPath,
boolean dbcs)
throws QSYSEncapsulatedReturnCodeException,
QSYSEncapsulatedException,
SystemMessageException
member - The remote member to downloadlocalPath - The fully qualified local path (including filename) to download the member todbcs - Is this a DBCS file?
QSYSEncapsulatedReturnCodeException
QSYSEncapsulatedException
SystemMessageException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||