com.ibm.ftt.projects.zos.zoslogical
Interface LZOSDataSet
- All Superinterfaces:
- IAdaptable, ILogicalResource, IRemoteResource, LZOSResource
- All Known Subinterfaces:
- LZOSPartitionedDataSet, LZOSSequentialDataSet
public interface LZOSDataSet
- extends LZOSResource
An RDz logical zOS dataset.
| Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalResource |
delete, deleteOverriddenPropertiesInCategory, deleteOverride, getCurrentPropertyGroup, getFullPath, getLogicalParent, getName, getOverriddenProperties, getPersistentProperty, getPhysicalResource, getResourcePublisher, getSessionProperty, refresh, remove, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
migrate
void migrate(boolean wait,
IProgressMonitor monitor)
throws OperationFailedException
- Migrates this data set.
- Parameters:
wait - currently not usedmonitor - a progress monitor to indicate the progress, or
null if progress reporting is not desired
- Throws:
OperationFailedException - if recall operation failed- See Also:
LZOSResource.isMigrated(),
LZOSDataSet.recall(boolean, IProgressMonitor),
LZOSDataSet.hdelete(boolean, IProgressMonitor)
recall
void recall(boolean wait,
IProgressMonitor monitor)
throws OperationFailedException
- Recalls a migrated data set. Performs HRECALL operation.
- Parameters:
wait - currently not usedmonitor - a progress monitor to indicate the progress, or
null if progress reporting is not desired
- Throws:
OperationFailedException - if recall operation failed- See Also:
LZOSResource.isMigrated(),
LZOSDataSet.migrate(boolean, IProgressMonitor),
LZOSDataSet.hdelete(boolean, IProgressMonitor)
hdelete
void hdelete(boolean force,
IProgressMonitor monitor)
throws OperationFailedException
- Deletes a migrated data set. Performs HDELETE operation.
- Parameters:
force - currently not usedmonitor - an IProgressMonitor which can be used to display
the progress of the delete operation
- Throws:
OperationFailedException- See Also:
LZOSResource.isMigrated(),
LZOSDataSet.migrate(boolean, IProgressMonitor),
LZOSDataSet.recall(boolean, IProgressMonitor)