|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from interface com.ibm.etools.iseries.core.IISeriesSubSystem |
---|
Copyright |
Fields inherited from interface com.ibm.etools.iseries.core.IISeriesSubSystemCommandExecutionProperties |
---|
Copyright |
Method Summary | |
---|---|
boolean |
copyLibrary(Shell shell,
ISeriesLibrary srcLibrary,
ISeriesConnection tgtConnection,
String newName,
boolean processCmdLineParm)
Copy a given library to a new library of the given name in the given connection |
boolean |
copyMember(Shell shell,
ISeriesMember srcMember,
ISeriesObject tgtFile,
String newName,
boolean processCmdLineParm)
Copy a given member to the given file |
boolean |
copyObject(Shell shell,
ISeriesObject srcObject,
ISeriesLibrary tgtLibrary,
String newName,
boolean processCmdLineParm)
Copy a given object to the given library |
String |
getExtraAttributes()
|
String |
getInternalJobDescription()
|
String |
getInternalObjectLibrary()
|
String |
getInternalSBMJOBParms()
|
boolean |
isInternalCompileInBatch()
|
boolean |
isInternalReplaceObject()
|
boolean |
isInternalRunInBatch()
|
boolean |
isSetInternalCompileInBatch()
Returns whether the value of the ' Internal Compile In Batch ' attribute is set. |
boolean |
isSetInternalJobDescription()
Returns whether the value of the ' Internal Job Description ' attribute is set. |
boolean |
isSetInternalObjectLibrary()
Returns whether the value of the ' Internal Object Library ' attribute is set. |
boolean |
isSetInternalReplaceObject()
Returns whether the value of the ' Internal Replace Object ' attribute is set. |
boolean |
isSetInternalRunInBatch()
Returns whether the value of the ' Internal Run In Batch ' attribute is set. |
boolean |
isSetInternalSBMJOBParms()
Returns whether the value of the ' Internal SBMJOB Parms ' attribute is set. |
boolean |
moveMember(Shell shell,
ISeriesMember srcMember,
ISeriesObject tgtFile,
String newName,
boolean processCmdLineParm)
Move a given member to the given file |
boolean |
moveObject(Shell shell,
ISeriesObject srcObject,
ISeriesLibrary tgtLibrary,
String newName,
boolean processCmdLineParm)
Move a given object to the given library |
void |
setExtraAttributes(String value)
|
void |
setInternalCompileInBatch(boolean value)
|
void |
setInternalJobDescription(String value)
|
void |
setInternalObjectLibrary(String value)
|
void |
setInternalReplaceObject(boolean value)
|
void |
setInternalRunInBatch(boolean value)
|
void |
setInternalSBMJOBParms(String value)
|
void |
unsetInternalCompileInBatch()
Unsets the value of the ' Internal Compile In Batch ' attribute. |
void |
unsetInternalJobDescription()
Unsets the value of the ' Internal Job Description ' attribute. |
void |
unsetInternalObjectLibrary()
Unsets the value of the ' Internal Object Library ' attribute. |
void |
unsetInternalReplaceObject()
Unsets the value of the ' Internal Replace Object ' attribute. |
void |
unsetInternalRunInBatch()
Unsets the value of the ' Internal Run In Batch ' attribute. |
void |
unsetInternalSBMJOBParms()
Unsets the value of the ' Internal SBMJOB Parms ' attribute. |
com.ibm.etools.systems.core.messages.SystemMessage |
uploadSaveFile(Shell shell,
String fullyQualifiedLocalFileName,
String saveFileLibrary,
String saveFileName)
Upload a local save file to an iSeries save file |
Methods inherited from interface com.ibm.etools.iseries.core.IISeriesSubSystem |
---|
getCmdSubSystem, getCommandExecutionProperties, getISeriesSystem, getObjectSubSystem, getShell, getToolboxAS400Object, setShell |
Methods inherited from interface com.ibm.etools.systems.subsystems.SubSystem |
---|
checkIsConnected, clearLocalUserId, connect, connect, connect, deletingConnection, disconnect, disconnect, doesFilterListContentsOf, doesFilterMatch, doesFilterStringListContentsOf, doesFilterStringMatch, forceUserIdToUpperCase, getAdditionalAttributes, getCacheManager, getChildren, getCommandSubSystem, getFactoryId, getFilterPoolReferenceManager, getIbmAttributes, getLocalUserId, getName, getParentSubSystemFactory, getPort, getPortAsInt, getPrimarySubSystem, getProperties, getProperty, getPropertyPage, getRemoteServerLauncher, getSaveFileName, getSystem, getSystemConnection, getSystemConnectionName, getSystemFilterPoolReferenceManager, getSystemManager, getSystemProfile, getSystemProfileName, getTargetForFilter, getUDActionSubsystem, getUserId, getVendorAttribute, getVendorAttributes, hasChildren, isConnected, isConnectionError, isHidden, isOffline, isSetAdditionalAttributes, isSetIbmAttributes, isSetVendorAttributes, isUseSSL, renamingConnection, renamingProfile, resolveFilterString, resolveFilterString, resolveFilterString, resolveFilterString, resolveFilterStrings, resolveFilterStrings, setAdditionalAttributes, setConnectionError, setFactoryId, setFilterPoolReferenceManager, setHidden, setIbmAttributes, setName, setParentConnection, setParentSubSystemFactory, setPort, setProperties, setProperty, setRemoteServerLauncher, setSaveFileName, setUserId, setUseSSL, setVendorAttribute, setVendorAttributes, supportsCaching, unsetAdditionalAttributes, unsetIbmAttributes, unsetVendorAttributes |
Methods inherited from interface com.ibm.etools.systems.filters.SystemFilterPoolReferenceManagerProvider |
---|
filterEventFilterCreated, filterEventFilterPoolReferenceCreated, filterEventFilterPoolReferenceDeleted, filterEventFilterPoolReferenceRenamed, filterEventFilterPoolReferenceReset, filterEventFilterPoolReferencesRePositioned, filterEventFilterPoolReferencesReset, filterEventFilterStringCreated, getUniqueOwningSystemFilterPool |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface com.ibm.etools.systems.subsystems.IRemoteObjectResolver |
---|
getObjectWithAbsoluteName |
Methods inherited from interface com.ibm.etools.iseries.core.IISeriesSubSystemCommandExecutionProperties |
---|
getCompileInBatch, getJobDescription, getObjectLibrary, getReplaceObject, getRunInBatch, getSBMJOBParms |
Field Detail |
public static final String copyright
Method Detail |
public boolean copyLibrary(Shell shell, ISeriesLibrary srcLibrary, ISeriesConnection tgtConnection, String newName, boolean processCmdLineParm) throws Exception
Exception
public boolean copyObject(Shell shell, ISeriesObject srcObject, ISeriesLibrary tgtLibrary, String newName, boolean processCmdLineParm) throws Exception
Exception
public boolean moveObject(Shell shell, ISeriesObject srcObject, ISeriesLibrary tgtLibrary, String newName, boolean processCmdLineParm) throws Exception
Exception
public boolean copyMember(Shell shell, ISeriesMember srcMember, ISeriesObject tgtFile, String newName, boolean processCmdLineParm) throws Exception
Exception
public boolean moveMember(Shell shell, ISeriesMember srcMember, ISeriesObject tgtFile, String newName, boolean processCmdLineParm) throws Exception
Exception
public com.ibm.etools.systems.core.messages.SystemMessage uploadSaveFile(Shell shell, String fullyQualifiedLocalFileName, String saveFileLibrary, String saveFileName)
public String getExtraAttributes()
public void setExtraAttributes(String value)
value
- The new value of the ExtraAttributes attributepublic String getInternalJobDescription()
public void setInternalJobDescription(String value)
value
- The new value of the InternalJobDescription attributepublic void unsetInternalJobDescription()
Internal Job Description
' attribute.
isSetInternalJobDescription()
,
getInternalJobDescription()
,
setInternalJobDescription(String)
public boolean isSetInternalJobDescription()
Internal Job Description
' attribute is set.
unsetInternalJobDescription()
,
getInternalJobDescription()
,
setInternalJobDescription(String)
public String getInternalObjectLibrary()
public void setInternalObjectLibrary(String value)
value
- The new value of the InternalObjectLibrary attributepublic void unsetInternalObjectLibrary()
Internal Object Library
' attribute.
isSetInternalObjectLibrary()
,
getInternalObjectLibrary()
,
setInternalObjectLibrary(String)
public boolean isSetInternalObjectLibrary()
Internal Object Library
' attribute is set.
unsetInternalObjectLibrary()
,
getInternalObjectLibrary()
,
setInternalObjectLibrary(String)
public boolean isInternalRunInBatch()
public void setInternalRunInBatch(boolean value)
value
- The new value of the InternalRunInBatch attributepublic void unsetInternalRunInBatch()
Internal Run In Batch
' attribute.
isSetInternalRunInBatch()
,
isInternalRunInBatch()
,
setInternalRunInBatch(boolean)
public boolean isSetInternalRunInBatch()
Internal Run In Batch
' attribute is set.
unsetInternalRunInBatch()
,
isInternalRunInBatch()
,
setInternalRunInBatch(boolean)
public boolean isInternalCompileInBatch()
public void setInternalCompileInBatch(boolean value)
value
- The new value of the InternalCompileInBatch attributepublic void unsetInternalCompileInBatch()
Internal Compile In Batch
' attribute.
isSetInternalCompileInBatch()
,
isInternalCompileInBatch()
,
setInternalCompileInBatch(boolean)
public boolean isSetInternalCompileInBatch()
Internal Compile In Batch
' attribute is set.
unsetInternalCompileInBatch()
,
isInternalCompileInBatch()
,
setInternalCompileInBatch(boolean)
public boolean isInternalReplaceObject()
public void setInternalReplaceObject(boolean value)
value
- The new value of the InternalReplaceObject attributepublic void unsetInternalReplaceObject()
Internal Replace Object
' attribute.
isSetInternalReplaceObject()
,
isInternalReplaceObject()
,
setInternalReplaceObject(boolean)
public boolean isSetInternalReplaceObject()
Internal Replace Object
' attribute is set.
unsetInternalReplaceObject()
,
isInternalReplaceObject()
,
setInternalReplaceObject(boolean)
public String getInternalSBMJOBParms()
public void setInternalSBMJOBParms(String value)
value
- The new value of the InternalSBMJOBParms attributepublic void unsetInternalSBMJOBParms()
Internal SBMJOB Parms
' attribute.
isSetInternalSBMJOBParms()
,
getInternalSBMJOBParms()
,
setInternalSBMJOBParms(String)
public boolean isSetInternalSBMJOBParms()
Internal SBMJOB Parms
' attribute is set.
unsetInternalSBMJOBParms()
,
getInternalSBMJOBParms()
,
setInternalSBMJOBParms(String)
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |