|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesMember
Interface for iSeries member instances.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
boolean |
canRead()
Queries whether we have read access authority to the member |
boolean |
exists()
Queries whether the member exists |
String |
getAbsoluteName()
Return the absolute object name: "library/object(member)" |
Object |
getAdapter(Class adapterType)
|
ISequentialFileReader |
getContentsLineByLine()
Return a reader to access the contents of the member line by line. |
ISequentialFileReader |
getContentsLineByLine(boolean transientDownload,
boolean bidiVisual)
Return a reader to access the contents of the member line by line. |
String |
getFullName()
Return the fully qualified member name: library/object(member) |
String |
getLibraryName()
From base class. |
int |
getNumberOfRecords()
Returns the number of records deleted |
int |
getSourceFileCCSID()
This is a specialized method for retrieving the member's CCSID for editing. |
String |
getSourceType()
Return the source type for this memeber |
boolean |
isLocked()
Check if the member has any locks on it. |
void |
setRemoveTrailingBlanks(boolean value)
Sets whether or not trailing blanks should be removed upon download. |
Field Detail |
---|
static final String copyright
Method Detail |
---|
String getLibraryName()
Return the library containing this remote QSYS file system object
Object getAdapter(Class adapterType)
IAdaptable#getAdapter(Class)
boolean exists() throws Exception
Exception
int getSourceFileCCSID() throws Exception
Exception
boolean canRead() throws Exception
Exception
boolean isLocked() throws Exception
Exception
String getFullName()
String getAbsoluteName()
String getSourceType()
int getNumberOfRecords() throws Exception
Exception
ISequentialFileReader getContentsLineByLine() throws Exception
Exception
ISequentialFileReader getContentsLineByLine(boolean transientDownload, boolean bidiVisual) throws Exception
transientDownload
- Specifies if the temporary copy of the member downloaded for
the reader is deleted after the reader completes.bidiVisual
- If the file is contains BIDI text then the text is returned in
visual format. If bidiVisual is true then transientDownload is ignored and assumed
to be true. This is because the local copy cannot be added to the workspace if
it is BIDI and in visual ordering.
Exception
void setRemoveTrailingBlanks(boolean value)
value
- True if the trailing blanks should be stripped, false otherwise
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |