public class EnvironInfo extends 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 |
---|---|
String |
getAddressSpaceUserid()
Retrieves the user ID of the dependent address space.
|
String |
getApplicationParameterAddress()
Retrieves the address of the LL field, followed by the application
program parameter string.
|
String |
getApplicationProgramName()
Retrieves the application program name.
|
String |
getApplicationRegionType()
Retrieves the IMS application region type.
|
String |
getCatalogIndicator()
Indicates whether the catalog is enabled
|
String |
getControlRegionType()
Retrieves the IMS control region type.
|
String |
getGroupName()
Retrieves the group name.
|
String |
getIdentifier()
Retrieves the IMS identifier from the execution parameters.
|
String |
getPSBName()
Retrieves the PSB name.
|
int |
getReasonCode()
Gets the reason code produced by the ENVIRON INQY DLI call.
|
String |
getReasonCodeHex()
Gets the reason code produced by the ENVIRON INQY DLI call
as a hexadecimal string.
|
String |
getRecoveryTokenAddress()
Retrieves the address of the LL field, followed by the recovery token.
|
String |
getRegionIdentifier()
Retrieves the region identifier as a hex string.
|
int |
getRegionIdentifierAsInt()
Retrieves the region identifier as an integer.
|
String |
getReleaseLevel()
Retrieves the release level for IMS.
|
int |
getReturnCode()
Gets the return code produced by the ENVIRON INQY DLI call.
|
String |
getReturnCodeHex()
Gets the return code produced by the ENVIRON INQY DLI call
as a hexadecimal string.
|
String |
getRRSIndicator()
Indicates whether IMS has interest in the UR with RRS
|
String |
getSharedQueueIndicator()
Retrieves the shared queue indicator.
|
int |
getStatusCode()
Gets the IMS status code of the INQY call from the IOPCB.
|
String |
getStatusCodeChars()
Gets the IMS status code of the INQY call from the IOPCB
as a character string.
|
String |
getStatusGroupIndicator()
Retrieves the status group indicator.
|
String |
getTransactionName()
Retrieves the transaction name.
|
String |
getUserIdentifier()
Retrieves the user identifier.
|
String |
getUseridIndicator()
Retrieves the contents of the user ID field.
|
String |
getUserIDIndicator()
Retrieves the user identifier.
|
static void |
main(String[] args) |
public EnvironInfo(byte[] ioArea, com.ibm.ims.dli.t2.INQYCallImpl inqyCallImpl) throws UnsupportedEncodingException
EnvironInfo
constructor.ioArea
- a byte array that represents the data output area.UnsupportedEncodingException
public EnvironInfo(byte[] ioArea) throws UnsupportedEncodingException
UnsupportedEncodingException
public int getReasonCode()
public String getReasonCodeHex()
public int getReturnCode()
public String getReturnCodeHex()
public int getStatusCode()
public String getStatusCodeChars()
public String getIdentifier()
public String getReleaseLevel()
public String getControlRegionType()
public String getApplicationRegionType()
public String getRegionIdentifier()
public int getRegionIdentifierAsInt()
public String getApplicationProgramName()
public String getPSBName()
public String getTransactionName()
public String getUserIdentifier()
public String getUserIDIndicator()
public String getGroupName()
public String getStatusGroupIndicator()
public String getRecoveryTokenAddress()
public String getApplicationParameterAddress()
public String getSharedQueueIndicator()
public String getAddressSpaceUserid()
public String getUseridIndicator()
public String getRRSIndicator()
public String getCatalogIndicator()
public static void main(String[] args)
(c) Copyright IBM Corporation 2008, 2017.