|
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.rse.ui.resources.TemporaryQSYSMember
public class TemporaryQSYSMember
| Field Summary | |
|---|---|
static String |
copyright
|
| Fields inherited from interface com.ibm.etools.iseries.subsystems.qsys.resources.IQSYSTemporaryStorage |
|---|
TEMP_STORAGE_PREFIX |
| Constructor Summary | |
|---|---|
TemporaryQSYSMember(QSYSEditableRemoteSourceFileMember edited)
Constructor |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String copyright
| Constructor Detail |
|---|
public TemporaryQSYSMember(QSYSEditableRemoteSourceFileMember edited)
edited - iSeries source member we are about to save after it was edited| Method Detail |
|---|
public boolean copyToMember(String destMemberName)
throws Exception
IQSYSTemporaryStoragecreate() method is executed successfully
copyToMember in interface IQSYSTemporaryStoragedestMemberName - Source member name
Exception
public boolean create()
throws SystemMessageException,
QSYSEncapsulatedException
IQSYSTemporaryStorage
create in interface IQSYSTemporaryStorageSystemMessageException
QSYSEncapsulatedException
public boolean delete()
throws SystemMessageException,
QSYSEncapsulatedException
IQSYSTemporaryStoragecreate() method is executed successfully
delete in interface IQSYSTemporaryStorageSystemMessageException
QSYSEncapsulatedException
public boolean uploadToISeries(IProgressMonitor monitor)
throws Exception
IQSYSTemporaryStoragecreate() method is executed successfully
uploadToISeries in interface IQSYSTemporaryStorageExceptionpublic String generateName()
IQSYSTemporaryStorage
generateName in interface IQSYSTemporaryStorage
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||