Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.verifiers.comm.bridge
Class ISeriesCODEMemberTransfer

java.lang.Object
  extended by com.ibm.etools.iseries.edit.verifiers.comm.bridge.ISeriesCODEMemberTransfer

public class ISeriesCODEMemberTransfer
extends Object

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

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

download

public static void download(IQSYSMember member,
                            String localPath)
                     throws QSYSEncapsulatedReturnCodeException,
                            QSYSEncapsulatedException,
                            SystemMessageException
Get the member from the server. If you already know whether or not this is a DBCS file then use the download method which takes the dbcs parameter. This potentially saves an extra comm call.

Parameters:
member - The remote member to download
localPath - The fully qualified local path (including filename) to download the member to
Throws:
QSYSEncapsulatedReturnCodeException
QSYSEncapsulatedException
SystemMessageException

download

public static void download(IQSYSMember member,
                            String localPath,
                            boolean dbcs)
                     throws QSYSEncapsulatedReturnCodeException,
                            QSYSEncapsulatedException,
                            SystemMessageException
Get the member from the server.

Parameters:
member - The remote member to download
localPath - The fully qualified local path (including filename) to download the member to
dbcs - Is this a DBCS file?
Throws:
QSYSEncapsulatedReturnCodeException
QSYSEncapsulatedException
SystemMessageException

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.