|
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 IQSYSTemporaryStorage
| Field Summary | |
|---|---|
static String |
copyright
|
static String |
TEMP_STORAGE_PREFIX
|
| Method Summary | |
|---|---|
boolean |
copyToMember(String destMemberName)
Copies the temporary storage object on top of the original source member, this method should be called only after create() method is executed successfully |
boolean |
create()
Creates the temporary storage object on iSeries |
boolean |
delete()
Deletes the temporary storage object from iSeries, this method should be called only after create() method is executed successfully |
String |
generateName()
Generates a random name for this iSeries temporary storage object |
boolean |
uploadToISeries(IProgressMonitor monitor)
Uploads the content from the local file to temporary storage object on iSeries, this method should be called only after create() method is executed successfully |
| Field Detail |
|---|
static final String copyright
static final String TEMP_STORAGE_PREFIX
| Method Detail |
|---|
String generateName()
boolean uploadToISeries(IProgressMonitor monitor)
throws Exception
create() method is executed successfully
monitor -
Exception
boolean copyToMember(String destMemberName)
throws Exception
create() method is executed successfully
destMemberName - Source member name
SystemMessageException
ISeriesEncapsulatedException
Exception
boolean delete()
throws SystemMessageException,
QSYSEncapsulatedException
create() method is executed successfully
SystemMessageException
ISeriesEncapsulatedException
QSYSEncapsulatedException
boolean create()
throws SystemMessageException,
QSYSEncapsulatedException
SystemMessageException
ISeriesEncapsulatedException
QSYSEncapsulatedException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||