com.ibm.ftt.resources.zos.zosphysical
Interface ZOSSequentialDataSet
- All Superinterfaces:
- Comparable, org.eclipse.core.runtime.IAdaptable, IPhysicalFile, IPhysicalResource, ZOSDataSet, ZOSResource
public interface ZOSSequentialDataSet
- extends ZOSDataSet, IPhysicalFile
The ZOSSequentialDataSet represents a sequential data set
on a z/OS system.
| Methods inherited from interface com.ibm.ftt.resources.zos.zosphysical.ZOSDataSet |
allocate, allocateLike, getCatalog, getCharacteristics, getGenerationDataGroup, getReference, getRelativeGenerationNumber, hdelete, isAlias, isMigrated, isOfflineVolume, migrate, recall, setCharacteristics, setGenerationDataGroup |
| Methods inherited from interface com.ibm.ftt.resources.core.physical.IPhysicalResource |
delete, deleteOverriddenPropertiesInCategory, deleteOverride, exists, getCurrentPropertyGroup, getFullPath, getModificationStamp, getModificationStamp, getOverriddenProperties, getParent, getPersistentProperty, getResourcePublisher, getSessionProperty, refresh, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
COPY_RIGHT
static final String COPY_RIGHT
- See Also:
- Constant Field Values
getFileCharacteristics
FileCharacteristics getFileCharacteristics()
- Returns a
FileCharacteristics object representing the file characteristics of this dataset
member
- Returns:
- The
FileCharacteristics object for this file- See Also:
FileCharacteristics
getFileCharacteristics
FileCharacteristics getFileCharacteristics(boolean force)
- Returns a
FileCharacteristics object representing the file characteristics of this dataset
member
- Parameters:
force - If true, then the latest file information will be obtained
from the host. Otherwise cached information will be used.
- Returns:
- The
FileCharacteristics object for this file- See Also:
FileCharacteristics