public class MVSUtility
extends java.lang.Object
| Constructor and Description |
|---|
MVSUtility() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
deleteList(java.lang.String pDelListStr,
ISystemImage pSystemImage,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deletes the given list of data sets on the remote system
|
static IMvsDataset |
getDataSetFromMFADatasetKey(MvsSubsystem pMvsSubSystem,
java.util.Map<java.lang.String,java.lang.String> pMFADataSetAttributes)
Gets an
MvsDataset either by getting an existing one from the
MvsDataSetDirectory or creating a new one. |
static java.util.List<IMvsDatasetMember> |
getMembers(java.lang.String pDSN,
java.lang.String pMemFilter,
boolean pReadISPFStatistics,
ZExplorerConnectorService pConnectorService,
org.eclipse.core.runtime.IProgressMonitor pMon)
Gets the list of
IMvsDatasetMember on the remote system from a
data set and member filter. |
public static java.util.List<IMvsDatasetMember> getMembers(java.lang.String pDSN,
java.lang.String pMemFilter,
boolean pReadISPFStatistics,
ZExplorerConnectorService pConnectorService,
org.eclipse.core.runtime.IProgressMonitor pMon)
throws java.lang.Exception
IMvsDatasetMember on the remote system from a
data set and member filter.pDSN - a data set name or filterpMemFilter - a member name or filter (can be null)pReadISPFStatistics - whether ISPF statistics shall be returnedpConnectorService - the connector systempMon - the progress monitorjava.lang.Exception - if any kind of exception occurs during holding of member on
the remote system or parsing the response.public static IMvsDataset getDataSetFromMFADatasetKey(MvsSubsystem pMvsSubSystem, java.util.Map<java.lang.String,java.lang.String> pMFADataSetAttributes)
MvsDataset either by getting an existing one from the
MvsDataSetDirectory or creating a new one.pMvsSubSystem - the sub systempMFADataSetAttributes - the data set attributesMvsDataset or null if the attribute
MFAFacility#DATASET_NAME cannot be found in the given
data set attributespublic static java.lang.String deleteList(java.lang.String pDelListStr,
ISystemImage pSystemImage,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
throws java.io.IOException
pDelListStr - the list of data set names to be deleted on the remote systempSystemImage - the system imagepMonitor - the progress monitorjava.io.IOException - if any I/O exception occurs or deleting the list of data sets
returned a bad return codeCopyright © 2015 Micro Focus GmbH. All rights reserved.