|
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.comm.ISeriesAbstractHostAPIProcessor com.ibm.etools.iseries.comm.ISeriesRetrieveFileOverrideInformation
public class ISeriesRetrieveFileOverrideInformation
Wrapper class for the OS/400 system api QDMRTVFO (Retrieve File Override Information). Returns the name of a file, library, member and override type that results from processing the TOFILE or MBR overrides for the user specified file name.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ibm.etools.iseries.comm.ISeriesAbstractHostAPIProcessor |
---|
ISeriesAbstractHostAPIProcessor.HostAPIErrorCodeStructure |
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
ISeriesRetrieveFileOverrideInformation()
Constructor to use when you do not already have an AS400 object. |
|
ISeriesRetrieveFileOverrideInformation(AS400 system)
Constructor for ISeriesRetrieveFileOverrideInfo. |
Method Summary | |
---|---|
ISeriesFileOverrideInformation |
retrieveFileOverride(String filename)
Retrieve file override information for the specified OS/400 filename. |
void |
setSystem(AS400 system)
Set the AS/400 object used for this list processor. |
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 ISeriesRetrieveFileOverrideInformation()
public ISeriesRetrieveFileOverrideInformation(AS400 system)
system
- AS400 Toolbox object to use when connecting to the remote system.Method Detail |
---|
public void setSystem(AS400 system)
ISeriesAbstractHostAPIProcessor
setSystem
in class ISeriesAbstractHostAPIProcessor
ISeriesAbstractHostAPIProcessor.setSystem(AS400)
public ISeriesFileOverrideInformation retrieveFileOverride(String filename) throws Exception
filename
- Name of the file which the override information is to be retrieved for.
ISeriesAPIErrorCodeException
- If an error occurs while the host api is running.
IBM
- Toolbox for Java exceptions if an error occurs while calling the host api.
Exception
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |