A B C D E F G H I J K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DA - com.compuware.api.topaz.hostresources.zos.DataSetOrganization
-
z/OS dataset organization of "DA" (direct access).
- DataSetAccessException - Exception in com.compuware.api.topaz.hostresources.zos
-
DataSetAccessException
is a checked exception thrown when an attempt to perform an action on a dataset fails because the associated z/OS host credentials do not have access authority for that dataset. - DataSetAccessException(String, String, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetAccessException
-
Constructs a new dataset access exception with the specified detail messages and dataset name.
- DataSetAccessException(String, String, Throwable, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetAccessException
-
Constructs a new dataset access exception with the specified detail messages, cause, and dataset name.
- DataSetExistsException - Exception in com.compuware.api.topaz.hostresources.zos
-
DataSetExistsException
is a checked exception thrown when an an attempt to allocate a dataset fails because the dataset already exists. - DataSetExistsException(String, String, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetExistsException
-
Constructs a new dataset exists exception with the specified detail messages.
- DataSetInUseException - Exception in com.compuware.api.topaz.hostresources.zos
-
DataSetInUseException
is a checked exception thrown when an attempt to perform an action on a dataset fails because it is in use. - DataSetInUseException(String, String, String, List<IEnqueueOwner>) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetInUseException
-
Constructs a new dataset in use exception with the specified detail messages, dataset name, and enqueue owners.
- DataSetInUseException(String, String, Throwable, String, List<IEnqueueOwner>) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetInUseException
-
Constructs a new dataset in use exception with the specified detail messages, cause, dataset name, and enqueue owners.
- DataSetMigratedException - Exception in com.compuware.api.topaz.hostresources.zos
-
DataSetMigratedException
is a checked exception thrown when an attempt to perform an action on a dataset fails because the dataset is migrated. - DataSetMigratedException(String, String, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetMigratedException
-
Constructs a new dataset migrated exception with the specified detail messages and dataset name.
- DataSetMigratedException(String, String, Throwable, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetMigratedException
-
Constructs a new dataset migrated exception with the specified detail messages, cause, and dataset name.
- DataSetNotFoundException - Exception in com.compuware.api.topaz.hostresources.zos
-
DataSetNotFoundException
is a checked exception thrown when an an attempt to perform an action on a dataset fails because the dataset does not exist. - DataSetNotFoundException(String, String, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetNotFoundException
-
Constructs a new dataset not found exception with the specified detail messages and dataset name.
- DataSetNotFoundException(String, String, Throwable, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetNotFoundException
-
Constructs a new dataset not found exception with the specified detail messages, cause, and dataset name.
- DataSetOrganization - Enum in com.compuware.api.topaz.hostresources.zos
-
Enumeration of z/OS dataset organizations.
- DataSetOutOfSpaceException - Exception in com.compuware.api.topaz.hostresources.zos
-
DataSetOutOfSpaceException
is a checked exception thrown when an attempt to perform an action on a dataset fails because the dataset is out of space. - DataSetOutOfSpaceException(String, String, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetOutOfSpaceException
-
Constructs a new dataset out of space exception with the specified detail messages and dataset name.
- DataSetOutOfSpaceException(String, String, Throwable, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DataSetOutOfSpaceException
-
Constructs a new dataset out of space exception with the specified detail messages, cause, and dataset name.
- DataSetReader - Class in com.compuware.api.topaz.hostresources.zos
-
Reads text from a z/OS dataset, providing for the efficient reading of characters.
- DataSetReader(IZOSHostConnection, String) - Constructor for class com.compuware.api.topaz.hostresources.zos.DataSetReader
-
Constructs a
DataSetReader
using the specified z/OS host connection and sequential dataset name. - DataSetReader(ISequentialDataSet) - Constructor for class com.compuware.api.topaz.hostresources.zos.DataSetReader
-
Constructs a
DataSetReader
using the specified sequential dataset. - DataSetType - Enum in com.compuware.api.topaz.hostresources.zos
-
Enumeration of z/OS dataset types.
- DataSetWriter - Class in com.compuware.api.topaz.hostresources.zos
-
Writes text to a z/OS dataset, providing for the efficient writing of characters.
- DataSetWriter(IZOSHostConnection, String) - Constructor for class com.compuware.api.topaz.hostresources.zos.DataSetWriter
-
Constructs a
DataSetWriter
using the specified z/OS host connection and sequential dataset name. - DataSetWriter(ISequentialDataSet) - Constructor for class com.compuware.api.topaz.hostresources.zos.DataSetWriter
-
Constructs a
DataSetWriter
using the specified sequential dataset. - defaults() - Static method in class com.compuware.api.topaz.hostresources.zos.DefineGenerationDataGroupParametersBuilder
-
Creates a define generation data group parameters builder instance with default parameters.
- defineGenerationDataGroup(String, IDefineGenerationDataGroupParameters) - Method in interface com.compuware.api.topaz.hostresources.zos.IDataSetCommandProvider
-
Defines a generation data group with the specified name and parameters on the associated z/OS host.
- DefineGenerationDataGroupParametersBuilder - Class in com.compuware.api.topaz.hostresources.zos
-
Builder class used to create instances of
IDefineGenerationDataGroupParameters
. - DefinitionFailedException - Exception in com.compuware.api.topaz.hostresources.zos
-
DefinitionFailedException
is a checked exception thrown when an an attempt to define a generation data group fails. - DefinitionFailedException(String, String, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DefinitionFailedException
-
Constructs a new definition failed exception with the specified detail messages and generation data group name.
- DefinitionFailedException(String, String, Throwable, String) - Constructor for exception com.compuware.api.topaz.hostresources.zos.DefinitionFailedException
-
Constructs a new definition failed exception with the specified detail messages, cause, and generation data group name.
- delete() - Method in interface com.compuware.api.topaz.hostresources.zos.IDataSet
-
Deletes this dataset.
- deleteDataSet(String) - Method in interface com.compuware.api.topaz.hostresources.zos.IDataSetCommandProvider
-
Deletes a dataset with the given name from the associated z/OS host.
- deleteMember(String) - Method in interface com.compuware.api.topaz.hostresources.zos.IPartitionedDataSet
-
Deletes the member with the specified name from this partitioned dataset.
- deletePDSMember(String, String) - Method in interface com.compuware.api.topaz.hostresources.zos.IDataSetCommandProvider
-
Deletes a partitioned dataset member with the given member name from the specified partitioned dataset
- DeniedByUserExitException - Exception in com.compuware.api.topaz.jes
-
DeniedByUserExitException
is an unchecked exception thrown when the site-specific job submission exit routine (CXTXSUBX) has denied a job submission. - DeniedByUserExitException(String, String) - Constructor for exception com.compuware.api.topaz.jes.DeniedByUserExitException
-
Constructs a new denied by user exit exception with the specified detail messages.
- DeniedByUserExitException(String, String, Throwable) - Constructor for exception com.compuware.api.topaz.jes.DeniedByUserExitException
-
Constructs a new denied by user exit exception with the specified detail messages and cause.
- DeviceType - Enum in com.compuware.api.topaz.hostresources.zos
-
Enumeration of z/OS device types.
- DigitalCertificateException - Exception in com.compuware.api.topaz.hostcredentials
-
DigitalCertificateException
is a checked exception thrown when an attempt to connect to a host fails because the digital certificate is invalid. - DigitalCertificateException(String, String, IHost) - Constructor for exception com.compuware.api.topaz.hostcredentials.DigitalCertificateException
-
Constructs a new digital certificate exception with the specified detail messages and host.
- DigitalCertificateException(String, String, Throwable, IHost) - Constructor for exception com.compuware.api.topaz.hostcredentials.DigitalCertificateException
-
Constructs a new digital certificate exception with the specified detail messages, cause, and host.
- DIRECT_ACCESS - com.compuware.api.topaz.hostresources.zos.DataSetType
-
Dataset type of "Direct Access".
- disconnect() - Method in interface com.compuware.api.topaz.hostconnections.IHostConnection
-
Disconnects from the associated host.
- DT_3330 - com.compuware.api.topaz.hostresources.zos.DeviceType
-
Device type of 3330.
- DT_3340 - com.compuware.api.topaz.hostresources.zos.DeviceType
-
Device type of 3340.
- DT_3350 - com.compuware.api.topaz.hostresources.zos.DeviceType
-
Device type of 3350.
- DT_3375 - com.compuware.api.topaz.hostresources.zos.DeviceType
-
Device type of 3375.
- DT_3380 - com.compuware.api.topaz.hostresources.zos.DeviceType
-
Device type of 3380.
- DT_3390 - com.compuware.api.topaz.hostresources.zos.DeviceType
-
Device type of 3390.
All Classes All Packages