|
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.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 editedMethod Detail |
---|
public boolean copyToMember(String destMemberName) throws Exception
IQSYSTemporaryStorage
create()
method is executed successfully
copyToMember
in interface IQSYSTemporaryStorage
destMemberName
- Source member name
Exception
public boolean create() throws SystemMessageException, QSYSEncapsulatedException
IQSYSTemporaryStorage
create
in interface IQSYSTemporaryStorage
SystemMessageException
QSYSEncapsulatedException
public boolean delete() throws SystemMessageException, QSYSEncapsulatedException
IQSYSTemporaryStorage
create()
method is executed successfully
delete
in interface IQSYSTemporaryStorage
SystemMessageException
QSYSEncapsulatedException
public boolean uploadToISeries(IProgressMonitor monitor) throws Exception
IQSYSTemporaryStorage
create()
method is executed successfully
uploadToISeries
in interface IQSYSTemporaryStorage
Exception
public 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 |