public class MvsSubsystem extends AbstractZExplorerSubSystem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_LOCAL_CODEPAGE
Cache property set for the local code page.
|
static java.lang.String |
PROPERTY_REMOTE_CODEPAGE
Cache property set for the remote code page.
|
static java.lang.String |
PROPSET_CODEPAGES
Cache property set for code pages.
|
static java.lang.String |
PROPSET_EXTENSION_PROPERTY
Cache property set for a properties added through the zExplorer property
provider extension point.
|
static java.lang.String |
PROPSET_MVS_RESOURCE
Cache property set for a specific resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
connect(org.eclipse.core.runtime.IProgressMonitor pMonitor,
boolean pForcePrompt) |
java.util.Collection<IMvsDataset> |
getAllDataSets() |
java.lang.String |
getCeaIspfLauncherPort() |
MvsDataSetDirectory |
getDataSetDirectory() |
java.lang.String |
getHeaderVersion()
Deprecated.
|
ELocalCodepage |
getLocalCodepage() |
java.lang.String |
getMFAPort()
Gets the MFA port, which will be used to connect to MFA if backward
compatibility is enabled.
|
IMvsDataset |
getMVSDataSetByName(java.lang.String pDSName) |
java.lang.Object |
getObjectWithAbsoluteName(java.lang.String pKey,
org.eclipse.core.runtime.IProgressMonitor pMonitor) |
EHostCodepage |
getRemoteCodepage() |
java.lang.String |
getSchedulerJobName()
Gets the scheduler job name, which is used to contact a specific z/Server
scheduler when a message is sent to MFA.
|
java.lang.String |
getSslCciKey()
Gets the SSL CCI key, which will be used to make a SSL connection.
|
static java.lang.String |
getSuffix(java.lang.String pMvsFileName)
Searches an applicable file mapping for the given file name and returns
its extension (suffix).
|
java.lang.String |
getZExplorerPropertyValue(IZExplorerProperty pProperty) |
boolean |
isBackwardCompatibilityMode()
Gets the backward compatibility mode flag.
|
void |
setBackwardCompatibilityMode(boolean pBackwardCompMode)
Sets the backward compatibility mode flag.
|
void |
setCeaIspfLauncherPort(java.lang.String pIspfLauncherPort) |
void |
setHeaderVersion(java.lang.String pVersion)
Deprecated.
|
void |
setLocalCodepage(ELocalCodepage pCodePage) |
void |
setMFAPort(java.lang.String pMFAPort)
Sets the MFA port, which will be used to connect to MFA if backward
compatibility is enabled.
|
void |
setRemoteCodepage(EHostCodepage pCodePage) |
void |
setSchedulerJobName(java.lang.String pSchedulerName)
Sets the scheduler job name, which is used to contact a specific z/Server
scheduler when a message is sent to MFA.
|
void |
setSslCciKey(java.lang.String pSslCciKey)
Sets the SSL CCI key, which will be used to make a SSL connection.
|
void |
setZExplorerPropertyValue(IZExplorerProperty pProperty,
java.lang.String pValue) |
getPropertyValue, setPropertyValuepublic static final java.lang.String PROPSET_CODEPAGES
public static final java.lang.String PROPERTY_LOCAL_CODEPAGE
public static final java.lang.String PROPERTY_REMOTE_CODEPAGE
public static final java.lang.String PROPSET_MVS_RESOURCE
public static final java.lang.String PROPSET_EXTENSION_PROPERTY
public static java.lang.String getSuffix(java.lang.String pMvsFileName)
txt if no file mapping was found.pMvsFileName - name of an MVS file (either a data set name or full qualified
member name)txt if no applicable file
mapping was foundpublic IMvsDataset getMVSDataSetByName(java.lang.String pDSName)
public void connect(org.eclipse.core.runtime.IProgressMonitor pMonitor,
boolean pForcePrompt)
throws java.lang.Exception
java.lang.Exceptionpublic void setRemoteCodepage(EHostCodepage pCodePage)
public void setCeaIspfLauncherPort(java.lang.String pIspfLauncherPort)
public java.lang.String getCeaIspfLauncherPort()
public void setLocalCodepage(ELocalCodepage pCodePage)
public EHostCodepage getRemoteCodepage()
public ELocalCodepage getLocalCodepage()
public java.lang.Object getObjectWithAbsoluteName(java.lang.String pKey,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Collection<IMvsDataset> getAllDataSets()
MvsDatasets that have been retrieved during
the active session.public MvsDataSetDirectory getDataSetDirectory()
MvsDataSetDirectory of this sub system@Deprecated public void setHeaderVersion(java.lang.String pVersion)
@Deprecated public java.lang.String getHeaderVersion()
public java.lang.String getSchedulerJobName()
public void setSchedulerJobName(java.lang.String pSchedulerName)
pSchedulerName - the z/Server scheduler job name to setpublic void setMFAPort(java.lang.String pMFAPort)
pMFAPort - the MFA port to setpublic java.lang.String getMFAPort()
public void setBackwardCompatibilityMode(boolean pBackwardCompMode)
pBackwardCompMode - whether backward compatibility mode should be enabledisBackwardCompatibilityMode()public boolean isBackwardCompatibilityMode()
true if backward
compatibility mode is enabled, otherwise false
(default)public void setSslCciKey(java.lang.String pSslCciKey)
pSslCciKey - the configured SSL CCI keypublic java.lang.String getSslCciKey()
null.null if nothing was
configured.public java.lang.String getZExplorerPropertyValue(IZExplorerProperty pProperty)
public void setZExplorerPropertyValue(IZExplorerProperty pProperty,
java.lang.String pValue)
Copyright © 2015 Micro Focus GmbH. All rights reserved.