public class EnvironInfo
extends java.lang.Object
For more details about the values returned by the EnvironInfo
methods, see the topic INQY call in the IMS Application Programming APIs
reference documentation.
Constructor and Description |
---|
EnvironInfo(byte[] ioArea) |
EnvironInfo(byte[] ioArea,
com.ibm.ims.dli.t2.INQYCallImpl inqyCallImpl)
EnvironInfo constructor. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddressSpaceUserid()
Retrieves the user ID of the dependent address space.
|
java.lang.String |
getApplicationParameterAddress()
Retrieves the address of the LL field, followed by the application
program parameter string.
|
java.lang.String |
getApplicationProgramName()
Retrieves the application program name.
|
java.lang.String |
getApplicationRegionType()
Retrieves the IMS application region type.
|
java.lang.String |
getCatalogIndicator()
Indicates whether the catalog is enabled
|
java.lang.String |
getControlRegionType()
Retrieves the IMS control region type.
|
java.lang.String |
getGroupName()
Retrieves the group name.
|
java.lang.String |
getIdentifier()
Retrieves the IMS identifier from the execution parameters.
|
java.lang.String |
getPSBName()
Retrieves the PSB name.
|
int |
getReasonCode()
Gets the reason code produced by the ENVIRON INQY DLI call.
|
java.lang.String |
getReasonCodeHex()
Gets the reason code produced by the ENVIRON INQY DLI call
as a hexadecimal string.
|
java.lang.String |
getRecoveryTokenAddress()
Retrieves the address of the LL field, followed by the recovery token.
|
java.lang.String |
getRegionIdentifier()
Retrieves the region identifier as a hex string.
|
int |
getRegionIdentifierAsInt()
Retrieves the region identifier as an integer.
|
java.lang.String |
getReleaseLevel()
Retrieves the release level for IMS.
|
int |
getReturnCode()
Gets the return code produced by the ENVIRON INQY DLI call.
|
java.lang.String |
getReturnCodeHex()
Gets the return code produced by the ENVIRON INQY DLI call
as a hexadecimal string.
|
java.lang.String |
getRRSIndicator()
Indicates whether IMS has interest in the UR with RRS
|
java.lang.String |
getSharedQueueIndicator()
Retrieves the shared queue indicator.
|
int |
getStatusCode()
Gets the IMS status code of the INQY call from the IOPCB.
|
java.lang.String |
getStatusCodeChars()
Gets the IMS status code of the INQY call from the IOPCB
as a character string.
|
java.lang.String |
getStatusGroupIndicator()
Retrieves the status group indicator.
|
java.lang.String |
getTransactionName()
Retrieves the transaction name.
|
java.lang.String |
getUserIdentifier()
Retrieves the user identifier.
|
java.lang.String |
getUseridIndicator()
Retrieves the contents of the user ID field.
|
java.lang.String |
getUserIDIndicator()
Retrieves the user identifier.
|
static void |
main(java.lang.String[] args) |
public EnvironInfo(byte[] ioArea, com.ibm.ims.dli.t2.INQYCallImpl inqyCallImpl) throws java.io.UnsupportedEncodingException
EnvironInfo
constructor.ioArea
- a byte array that represents the data output area.java.io.UnsupportedEncodingException
public EnvironInfo(byte[] ioArea) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public int getReasonCode()
public java.lang.String getReasonCodeHex()
public int getReturnCode()
public java.lang.String getReturnCodeHex()
public int getStatusCode()
public java.lang.String getStatusCodeChars()
public java.lang.String getIdentifier()
public java.lang.String getReleaseLevel()
public java.lang.String getControlRegionType()
public java.lang.String getApplicationRegionType()
public java.lang.String getRegionIdentifier()
public int getRegionIdentifierAsInt()
public java.lang.String getApplicationProgramName()
public java.lang.String getPSBName()
public java.lang.String getTransactionName()
public java.lang.String getUserIdentifier()
public java.lang.String getUserIDIndicator()
public java.lang.String getGroupName()
public java.lang.String getStatusGroupIndicator()
public java.lang.String getRecoveryTokenAddress()
public java.lang.String getApplicationParameterAddress()
public java.lang.String getSharedQueueIndicator()
public java.lang.String getAddressSpaceUserid()
public java.lang.String getUseridIndicator()
public java.lang.String getRRSIndicator()
public java.lang.String getCatalogIndicator()
public static void main(java.lang.String[] args)