A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abend(String) - Method in class com.ibm.cics.server.Task
Request a normal ABEND of the task with specific ABEND code.
abend(String, boolean) - Method in class com.ibm.cics.server.Task
Request a normal ABEND of the task with specific ABEND code and optional dump.
abend() - Method in class com.ibm.cics.server.Task
Request a normal ABEND of the task with no ABEND code and no dump.
AbendCancelException - Exception in com.ibm.cics.server
Provides a Java exception that corresponds to a CICS ABEND CANCEL.
AbendCancelException(String, String, Throwable) - Constructor for exception com.ibm.cics.server.AbendCancelException
Allows the creation of this exception with an abend code JCICS applications would not be expected to create such exceptions unless during unit testing.
AbendException - Exception in com.ibm.cics.server
Class that provides a Java exception that corresponds to a CICS ABEND.
AbendException(String, String, Throwable) - Constructor for exception com.ibm.cics.server.AbendException
Allows the creation of this exception with an abend code JCICS applications are not expected to use this method unless the caller is unit test code.
addFaultstring(String, String) - Static method in class com.ibm.cics.server.SoapFault
Add a new faultstring to the fault that has been created.
AddressResource - Class in com.ibm.cics.server
This class provides the implementation of synchronization based on the address of a data area.
AddressResource() - Constructor for class com.ibm.cics.server.AddressResource
Construct a default AddressResource.
addSubcode(String) - Static method in class com.ibm.cics.server.SoapFault
Add a new subcode to the fault that has been created.
addSymbol(String, String) - Method in class com.ibm.cics.server.Document
Add a symbol and it's value to the symbol table associated with the Document object.
AIDValue - Class in com.ibm.cics.server
This class provides a set of constants for use with getAIDbyte() method in the TerminalPrincipalFacility class.
ALARM - Static variable in interface com.ibm.cics.server.TerminalSendCommonBits
The ALARM terminal code
ALLOCATED - Static variable in class com.ibm.cics.server.ConversationState
The ALLOCATED state
AllocationErrorException - Exception in com.ibm.cics.server
Class that represents the CICS ALLOCERR condition.
AllocationErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.AllocationErrorException
Constructor to be used when an ALLOCERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
API - Class in com.ibm.cics.server
This is the base class for all JCICS classes that interact with CICS.
append(byte[]) - Method in class com.ibm.cics.server.Container
Appends a byte[] to the end of the data in the Container.
append(byte[], String) - Method in class com.ibm.cics.server.Container
Appends a byte[] to the end of the data in the Container.
appendBinary(byte[]) - Method in class com.ibm.cics.server.Document
Append a Java byte array to the Document object.
appendBookmark(String) - Method in class com.ibm.cics.server.Document
Append a bookmark to the Document object.
appendCRLF() - Method in class com.ibm.cics.server.Document
Append EBCDIC CRLF to the Document object.
appendDocument(Document) - Method in class com.ibm.cics.server.Document
Append another Document object to the Document object.
appendFromDocRetrieve(byte[]) - Method in class com.ibm.cics.server.Document
Append a retrieved document to the Document object.
appendFromTemplate(String) - Method in class com.ibm.cics.server.Document
Append a template to the Document object.
appendLine(String, String) - Method in class com.ibm.cics.server.Document
Append a line of text to the Document object, including a terminating CRLF.
appendString(String) - Method in class com.ibm.cics.server.Container
Appends a String to the end of the data in the Container.
appendSymbol(String) - Method in class com.ibm.cics.server.Document
Append the data associated with the symbol in the symbol table to the Document object.
appendSymbol(String, String) - Method in class com.ibm.cics.server.Document
Append the data associated with the symbol in the symbol table to the Document object.
appendTemplate(String) - Method in class com.ibm.cics.server.Document
Append the template specified by the document template definition to the Document object.
appendTemplate(String, String) - Method in class com.ibm.cics.server.Document
Append the template specified by the document template definition to the Document object.
appendText(String) - Method in class com.ibm.cics.server.Document
Append text to the Document object.
appendText(String, String) - Method in class com.ibm.cics.server.Document
Append text to the Document object.
Application - Class in com.ibm.cics.server
The application to be invoked.
Application(String, String, String, Version, Application.MatchStyle) - Constructor for class com.ibm.cics.server.Application
 
Application(String, String, Version, Application.MatchStyle) - Constructor for class com.ibm.cics.server.Application
 
Application(String, String) - Constructor for class com.ibm.cics.server.Application
 
Application(String, String, String) - Constructor for class com.ibm.cics.server.Application
 
Application(String, String, String, int, int, Application.MatchStyle) - Constructor for class com.ibm.cics.server.Application
 
Application(String, String, int, int, Application.MatchStyle) - Constructor for class com.ibm.cics.server.Application
 
Application.MatchStyle - Enum in com.ibm.cics.server
The style of matching that will be used when invoking an application.
ApplicationContext - Class in com.ibm.cics.server
The context of an application that is running or is to be run in CICS TS.
ApplicationContext(String, String, String, Version) - Constructor for class com.ibm.cics.server.ApplicationContext
 
ApplicationContext(String, String, String, int, int, int) - Constructor for class com.ibm.cics.server.ApplicationContext
 
ApplicationHandler - Interface in com.ibm.cics.server.pipeline
Deprecated.
You are encouraged to use the Java API for XML Web Services (JAX-WS) facilities in the Liberty JVM server.
ApplicationNotFoundException - Exception in com.ibm.cics.server
Class that represents the CICS APPNOTFOUND condition.
ApplicationNotFoundException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.ApplicationNotFoundException
Constructor to be used when an invalid request is detected in Java code and a useful message can be supplied, in addition to the original cause.
AsyncService - Interface in com.ibm.cics.server
This class provides the Java interfaces to three of the CICS Asynchronous API commands: EXEC CICS RUN TRANSID EXEC CICS FETCH ANY EXEC CICS FREE CHILD
AsyncService.BlockingAction - Enum in com.ibm.cics.server
Enumeration of possible blocking actions for AsyncService.getAny(BlockingAction).
AsyncServiceImpl - Class in com.ibm.cics.server
This class, implementing AsyncService, provides the Java interfaces to three of the CICS Asynchronous API commands: EXEC CICS RUN TRANSID EXEC CICS FETCH ANY EXEC CICS FREE CHILD
AsyncServiceImpl() - Constructor for class com.ibm.cics.server.AsyncServiceImpl
Constructor.
ATTACH_THREAD_FAILED - Static variable in class com.ibm.cics.server.JVMServerValue
 
AttachInitiator - Class in com.ibm.cics.server
This bean is the main interface to APPC.
AttachInitiator() - Constructor for class com.ibm.cics.server.AttachInitiator
 
AttachInitiatorBeanInfo - Class in com.ibm.cics.server
This Class provides the BeanInfo for an AttachInitiator.
AttachInitiatorBeanInfo() - Constructor for class com.ibm.cics.server.AttachInitiatorBeanInfo
 
AUTOAUTH - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Auto auth Authentication
AUTOREGISTER - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Auto register Authentication
AUXILIARY - Static variable in class com.ibm.cics.server.TSQType
Constant - AUXILIARY TSQ
awaitTermination(long, TimeUnit) - Method in class com.ibm.cics.server.CICSExecutorService

B

BASICAUTH - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Basic Authentication

C

cancel(boolean) - Method in class com.ibm.cics.server.CICSFuture
This method, suggesting the purge of a CICS task, is not supported.
cancel() - Method in class com.ibm.cics.server.StartRequest
Cancel a previous start request.
CCErrorException - Exception in com.ibm.cics.server
Class that represents the CICS CCERROR condition.
CCErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.CCErrorException
Constructor to be used when an CCERROR is detected in Java code and a useful message can be supplied, in addition to the original cause.
CCSIDErrorException - Exception in com.ibm.cics.server
Class that represents the CICS CCSIDERR condition
CCSIDErrorException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.CCSIDErrorException
Constructor to be used when CCSIDERR is detected in Java code and a useful message can be supplied.
CertificateInfo - Class in com.ibm.cics.server
This Class provides the Java implementation of CICS API command EXTRACT CERTIFICATE.
CERTIFICAUTH - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Certificate Authentication
ChangedException - Exception in com.ibm.cics.server
Class that represents the CICS CHANGED condition.
ChangedException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.ChangedException
Constructor to be used when an CHANGED is detected in Java code and a useful message can be supplied.
Channel - Class in com.ibm.cics.server
This is the Java implementation of CICS Channels
ChannelErrorException - Exception in com.ibm.cics.server
Class that represents the CICS CHANNELERR condition
ChannelFactory - Class in com.ibm.cics.server
This is the Factory for creating CICS Channels.
checkAccept(String, int) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkAccess(Thread) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkAccess(ThreadGroup) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkConnect(String, int) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkConnect(String, int, Object) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkCreateClassLoader() - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkDelete(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkExec(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkExit(int) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkLink(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkListen(int) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkPackageAccess(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkPackageDefinition(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkPrintJobAccess() - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkPropertiesAccess() - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkPropertyAccess(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkPropertyAccess(String, String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkRead(FileDescriptor) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkRead(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkRead(String, Object) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkSecurityAccess(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkSetFactory() - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkWrite(FileDescriptor) - Method in class com.ibm.cics.server.CicsSecurityManager
 
checkWrite(String) - Method in class com.ibm.cics.server.CicsSecurityManager
 
ChildResponse - Interface in com.ibm.cics.server
This class represents the response of a child task; part of the CICS Asynchronous API.
ChildResponse.CompletionStatus - Enum in com.ibm.cics.server
Enumeration of possible return states of a child task, returned by ChildResponse.getCompletionStatus().
ChildResponseImpl - Class in com.ibm.cics.server
Implementation of ChildResponse.
Chunk - Class in com.ibm.cics.server
This class provides a mechanism by which a PIPELINE terminal handler program can send multiple response chunks of data in response to a remote Web request.
Chunk() - Constructor for class com.ibm.cics.server.Chunk
 
CICS_REGION_AND_API_ALLOWED - Static variable in class com.ibm.cics.server.IsCICS
Constant - CICS, API mode
CICS_REGION_BUT_API_DISALLOWED - Static variable in class com.ibm.cics.server.IsCICS
Constant - CICS, none API
CICS_USER_OUTPUT_CLASSNAME_PROPERTY - Static variable in interface com.ibm.cics.server.Constants
The OSGi service property used to indicate the class name of a service that implements OutputRedirectionPlugin and is used as a user output class.
CicsConditionException - Exception in com.ibm.cics.server
An exception corresponding to a CICS condition.
CicsConditionException(String, CicsConditionException.RESPCODE, int, Throwable) - Constructor for exception com.ibm.cics.server.CicsConditionException
Constructor used when a condition is detected in the base product and there is no descriptive comment supplied.
CicsError - Error in com.ibm.cics.server
Class that provides the superclass for all CICS error classes.
CicsError(String, Throwable) - Constructor for error com.ibm.cics.server.CicsError
 
CicsException - Exception in com.ibm.cics.server
Class that provides the superclass for all CICS exception classes.
CicsException(String, Throwable) - Constructor for exception com.ibm.cics.server.CicsException
 
CICSExecutorService - Class in com.ibm.cics.server
The CICSExecutorService provides a way to run work on a separate CICS capable thread.
CICSExecutorService() - Constructor for class com.ibm.cics.server.CICSExecutorService
Internal CICS use-only.
CICSExecutorService.RejectedWorkPolicy - Enum in com.ibm.cics.server
Enum of ways to Handle rejected workload
CICSFuture - Class in com.ibm.cics.server
This class, part of the CICS Asynchronous API, implements Future.
CICSProgram - Annotation Type in com.ibm.cics.server.invocation
Indicates that methods can be called by CICS Transaction Server.
CICSProgram.TargetType - Enum in com.ibm.cics.server.invocation
Defines the supported types of classes which can be targeted by the CICSProgram annotation.
CicsResponseConditionException - Exception in com.ibm.cics.server
This class provides the base for those exceptions that correspond to CICS conditions for which a response code (in the EIBRCODE field of the EIB) is defined.
CicsResponseConditionException(String, CicsConditionException.RESPCODE, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.CicsResponseConditionException
Constructor used when a condition is detected in the base product and there is no descriptive comment supplied.
CicsRuntimeException - Exception in com.ibm.cics.server
Class that provides the superclass for all CICS RuntimeExceptions.
CicsRuntimeException(String, Throwable) - Constructor for exception com.ibm.cics.server.CicsRuntimeException
 
CicsSecurityManager - Class in com.ibm.cics.server
This class provides a security manager for the CICS environment.
CicsSecurityManager() - Constructor for class com.ibm.cics.server.CicsSecurityManager
The constructor for the CICS supplied security manager
CicsThreadingRuntimeException - Exception in com.ibm.cics.server
A CICSRuntimeException containing further information on why CICS Thread creation failed.
CicsThreadingRuntimeException(RuntimeException) - Constructor for exception com.ibm.cics.server.CicsThreadingRuntimeException
 
CicsThreadingRuntimeException(Exception) - Constructor for exception com.ibm.cics.server.CicsThreadingRuntimeException
 
CICSTransactionCallable<T> - Interface in com.ibm.cics.server
This interface allows a user to indicate that the Callable work should be executed under a CICS transaction id of choice, rather than the default transaction id.
CICSTransactionRunnable - Interface in com.ibm.cics.server
This interface allows a user to signify that the Runnable work should be executed under a CICS transaction id of choice, rather than the default transaction id.
CICSTransactionSelectorBase - Class in com.ibm.cics.osgi.classification
This interface can be implemented in order to provide a mapping service to map work to a suitable CICS Transaction.
CICSTransactionSelectorBase() - Constructor for class com.ibm.cics.osgi.classification.CICSTransactionSelectorBase
 
CicsUnexpectedRuntimeException - Exception in com.ibm.cics.server
A CICS Error has occurred, but the JCICS api signatures do not allow the error to be thrown as a checked exception currently.
CicsUnexpectedRuntimeException(String, int, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.CicsUnexpectedRuntimeException
 
CICSWebAppStateHolder - Class in com.ibm.cics.server
INTERNAL CICS USE ONLY
CICSWebAppStateHolder() - Constructor for class com.ibm.cics.server.CICSWebAppStateHolder
 
CLEAR - Static variable in class com.ibm.cics.server.AIDValue
CLEAR AID value
clear() - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Clear the terminal.
clearAll() - Method in class com.ibm.cics.server.ConversationSendOptions
Clear all of the options
clearConfirm() - Method in class com.ibm.cics.server.ConversationSendOptions
Clear the CONFIRM option
clearInvite() - Method in class com.ibm.cics.server.ConversationSendOptions
Clear the INVITE option
clearLast() - Method in class com.ibm.cics.server.ConversationSendOptions
Clear the LAST option
clearWait() - Method in class com.ibm.cics.server.ConversationSendOptions
Clear the WAIT option
CLIENT - Static variable in class com.ibm.cics.server.SoapFault
Use for the faultcode when the fault is caused by the Client
CLIENTAUTH - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Client Authenticated SSL
close() - Method in class com.ibm.cics.server.HttpSession
Close a session with a host on a remote server.
CodePageErrorException - Exception in com.ibm.cics.server
Class that represents the CICS CODEPAGEERR condition
com.ibm.cics.osgi.classification - package com.ibm.cics.osgi.classification
CICS TS OSGi Classification Package
com.ibm.cics.server - package com.ibm.cics.server
CICS TS JCICS
com.ibm.cics.server.invocation - package com.ibm.cics.server.invocation
CICS TS Server Invocation Package.
com.ibm.cics.server.pipeline - package com.ibm.cics.server.pipeline
CICS TS Java Pipeline Application Handler (version 1.0).
CommAreaHolder - Class in com.ibm.cics.server
The class that represents a COMMAREA.
CommAreaHolder() - Constructor for class com.ibm.cics.server.CommAreaHolder
Constructs a CommAreaHolder without a value.
CommAreaHolder(byte[]) - Constructor for class com.ibm.cics.server.CommAreaHolder
Constructs a CommAreaHolder for an existing byte[].
commit() - Method in class com.ibm.cics.server.Task
Commit the work done as part of the task.
compareTo(Version) - Method in class com.ibm.cics.server.Version
CONFFREE - Static variable in class com.ibm.cics.server.ConversationState
The CONFFREE state
CONFIRM - Static variable in class com.ibm.cics.server.SyncLevel
Constant - Sync level CONFIRM
CONFRECEIVE - Static variable in class com.ibm.cics.server.ConversationState
The CONFRECEIVE state
CONFSEND - Static variable in class com.ibm.cics.server.ConversationState
The CONFSEND state
Constants - Interface in com.ibm.cics.server
Constants that are common to the JCICS library.
Container - Class in com.ibm.cics.server
This is the Java implementation of CICS Containers.
ContainerErrorException - Exception in com.ibm.cics.server
Class that represents the CICS CONTAINERERR condition
ContainerErrorException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.ContainerErrorException
Constructor to be used when CONTAINERERR is detected in Java code and a useful message can be supplied.
containerIterator() - Method in class com.ibm.cics.server.Channel
Deprecated.
Deprecated in CICS TS version 6.1. Use the Channel.getContainerNames() method instead, followed by Channel.getContainer(java.lang.String,boolean) (with the existence checking flag having a value of false).
ContainerIterator - Class in com.ibm.cics.server
Deprecated.
This class is deprecated in CICS TS version 6.1, and may be removed in future versions of CICS. The functionality it provides is duplicated by using the Channel.getContainerNames() method to get the names of containers, and then using Channel.getContainer(java.lang.String,boolean) (with existence checking false), to get the container object. This new mechanism performs faster than using a ContainerIterator.
containerIterator() - Method in class com.ibm.cics.server.Task
Deprecated.
This call is deprecated in CICS TS v6.1 and may be removed in future releases of CICS TS. Applications should replace uses of this method with Task.getCurrentChannel(), and if that returns a non-null Channel object, use the Channel.getContainerNames() method. Use the Channel.getContainer(java.lang.String,boolean) method with the boolean existence checking value of false to turn the container name into a Container object.
Conversation - Class in com.ibm.cics.server
This class implements the interface that is common to both ends of an APPC conversation.
ConversationPrincipalFacility - Class in com.ibm.cics.server
ConversationSendOptions - Class in com.ibm.cics.server
This class presents a way to specify the following options on the SEND command:
ConversationSendOptions() - Constructor for class com.ibm.cics.server.ConversationSendOptions
 
ConversationState - Class in com.ibm.cics.server
This class implements an enumeration representing the different states in which an APPC conversation can be.
converse(DataHolder) - Method in class com.ibm.cics.server.Conversation
DTC converse
converse(DataHolder, int, boolean) - Method in class com.ibm.cics.server.Conversation
DTC Converse
converse(DataHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send then receive 3270 data stream from the terminal
converseASIS(DataHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send then receive 3270 data stream from the terminal without upper-case translation
create(int, String, String, String, String, String) - Static method in class com.ibm.cics.server.SoapFault
Create a new SOAPFault.
create(int, String, String, String) - Static method in class com.ibm.cics.server.SoapFault
Create a new SOAPFault.
create(int, String, String) - Static method in class com.ibm.cics.server.SoapFault
Create a new SOAPFault.
create(int, String) - Static method in class com.ibm.cics.server.SoapFault
Create a new SOAPFault.
create(String, String, String, String, String, String) - Static method in class com.ibm.cics.server.SoapFault
Create a new SOAPFault.
create(String, String, String) - Method in class com.ibm.cics.server.WSAEpr
Creates a WS-Addressing Endpoint Reference (EPR) using supplied data.
create(String, String) - Method in class com.ibm.cics.server.WSAEpr
Creates a WS-Addressing Endpoint Reference (EPR) using supplied data.
create(String) - Method in class com.ibm.cics.server.WSAEpr
Creates a WS-Addressing Endpoint Reference (EPR) using supplied data.
createBinary(byte[]) - Method in class com.ibm.cics.server.Document
Add a Java byte array to the empty Document object.
createChannel(String) - Method in class com.ibm.cics.server.Task
Create a Channel to hold the default number (16) of Containers.
createChannel(String, int) - Method in class com.ibm.cics.server.Task
Create a Channel with room for a specific number of Containers.
createContainer(String) - Method in class com.ibm.cics.server.Channel
Create a Container in this Channel.
createFromDoc(Document) - Method in class com.ibm.cics.server.Document
Add another Document object to the empty Document object.
createFromDocRetrieve(byte[]) - Method in class com.ibm.cics.server.Document
Add a retrieved document to the empty Document object.
createFromTemplate(String) - Method in class com.ibm.cics.server.Document
Add a template to the empty Document object.
createTemplate(String) - Method in class com.ibm.cics.server.Document
Add the template specified by the document template definition to the empty Document object.
createTemplate(String, String) - Method in class com.ibm.cics.server.Document
Add the template specified by the document template definition to the empty Document object.
createText(String) - Method in class com.ibm.cics.server.Document
Add text to the empty Document object.
createText(String, String) - Method in class com.ibm.cics.server.Document
Add text to the empty Document object.
Cursor - Class in com.ibm.cics.server
This class provides a set of methods and variables that correspond to the CURSOR of a CICS terminal.
Cursor(int, int) - Constructor for class com.ibm.cics.server.Cursor
Construct a cursor for a screen of the supplied width and height and an initial position of (1,1).
Cursor(int, int, int, int) - Constructor for class com.ibm.cics.server.Cursor
Construct a cursor for a screen of the supplied width and height and a supplied initial position.
CWAHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is a copy of the contents of the CWA.
CWAHolder() - Constructor for class com.ibm.cics.server.CWAHolder
Constructs a CWAHolder without a value.
CWAHolder(byte[]) - Constructor for class com.ibm.cics.server.CWAHolder
Constructs a CWAHolder with an initial value.

D

DATA - Static variable in interface com.ibm.cics.server.RetrieveBits
Constant - DATA
DataHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is the data read from a TDQ.
DataHolder() - Constructor for class com.ibm.cics.server.DataHolder
Constructs a DataHolder without a value.
dataToXML(TransformInput) - Static method in class com.ibm.cics.server.Transform
Transform record based data to XML.
DATATYPE_BIT - Static variable in class com.ibm.cics.server.Container
Constant for BIT type containers
DATATYPE_CHAR - Static variable in class com.ibm.cics.server.Container
Constant for CHAR type containers
decrement() - Method in class com.ibm.cics.server.Cursor
Decrement the cursor position.
delete() - Method in class com.ibm.cics.server.Channel
Delete the Channel and all of its Containers
delete() - Method in class com.ibm.cics.server.Container
Delete the Container in CICS, and remove it from the owning Channel.
delete() - Method in class com.ibm.cics.server.Document
Delete the Document.
delete() - Method in class com.ibm.cics.server.KSDS
Delete a record from a KSDS file.
delete(byte[]) - Method in class com.ibm.cics.server.KSDS
 
delete() - Method in class com.ibm.cics.server.RRDS
Delete a record from an RRDS file.
delete(long) - Method in class com.ibm.cics.server.RRDS
Delete a record from an RRDS file.
delete() - Static method in class com.ibm.cics.server.SoapFault
Delete deletes a SOAPFault
delete() - Method in class com.ibm.cics.server.TDQ
Delete a Transient Data Queue.
delete() - Method in class com.ibm.cics.server.TSQ
Delete a Temporary Storage Queue (TSQ).
delete(String) - Static method in class com.ibm.cics.server.WSAContext
Deletes WS-Addressing request and response contexts.
delete() - Method in class com.ibm.cics.server.WSAContext
Deletes WS-Addressing request and response contexts.
deleteContainer(String) - Method in class com.ibm.cics.server.Channel
Delete a Container from this Channel
deleteGeneric(byte[]) - Method in class com.ibm.cics.server.KSDS
 
dequeue() - Method in class com.ibm.cics.server.AddressResource
Unlock the resource
dequeue() - Method in class com.ibm.cics.server.NameResource
Unlock the named resource.
DestinationSelectionErrorException - Exception in com.ibm.cics.server
Class that represents the CICS SELNERR condition.
DestinationSelectionErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.DestinationSelectionErrorException
Constructor to be used when an SELNERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
DestinationStatusChangeException - Exception in com.ibm.cics.server
Class that represents the CICS DSSTAT condition.
DestinationStatusChangeException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.DestinationStatusChangeException
Constructor to be used when an DSSTAT is detected in Java code and a useful message can be supplied, in addition to the original cause.
DETACH_THREAD_FAILED - Static variable in class com.ibm.cics.server.JVMServerValue
 
disableTrace() - Static method in class com.ibm.cics.server.Region
Deprecated.
since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.
disableTrace(BitSet) - Static method in class com.ibm.cics.server.Region
Deprecated.
since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.
Document - Class in com.ibm.cics.server
This Class provides the Java implementation of the CICS DOCUMENT API.
Document() - Constructor for class com.ibm.cics.server.Document
Public default constructor which will create a empty (default) Document object which can have relevant DOCUMENT calls performed on it by relevant methods from this class.
Document(byte[]) - Constructor for class com.ibm.cics.server.Document
Constructor which accepts a document token as input, to allow access to an existing document.
DocumentLocation - Class in com.ibm.cics.server
This Class provides a wrapper for the AT and TO keywords for CICS DOCUMENT API command DOCUMENT INSERT.
DocumentLocation(String) - Constructor for class com.ibm.cics.server.DocumentLocation
Public constructor which accepts an AT string.
DocumentLocation(String, String) - Constructor for class com.ibm.cics.server.DocumentLocation
Public constructor which accepts an AT string and TO string.
drive_ibmJVMTidyUp() - Method in class com.ibm.cics.server.HttpRequest
Call the ibmJVMTidyUp method from a non-resettable JVM
drive_ibmJVMTidyUp() - Method in class com.ibm.cics.server.TcpipRequest
Method to drive the static ibmJVMTidyUp method in a non-resettable JVM
DumpOpenErrorException - Exception in com.ibm.cics.server
Class that represents the CICS OPENERR condition.
DumpOpenErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.DumpOpenErrorException
Constructor to be used when an OPENERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
DuplicateKeyException - Exception in com.ibm.cics.server
Class that represents the CICS DUPKEY condition.
DuplicateKeyException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.DuplicateKeyException
Constructor to be used when a disabled file is detected in Java code and a useful message can be supplied.
DuplicateRecordException - Exception in com.ibm.cics.server
Class that represents the CICS DUPREC condition.
DuplicateRecordException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.DuplicateRecordException
Constructor to be used when a disabled file is detected in Java code and a useful message can be supplied.

E

EI - Static variable in interface com.ibm.cics.server.RegionTraceBits
The EI trace bit
enableTrace() - Static method in class com.ibm.cics.server.Region
Deprecated.
since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.
enableTrace(BitSet) - Static method in class com.ibm.cics.server.Region
Deprecated.
since CICS 6.1. This method has been disabled in previous releases and will be removed entirely in a future release of CICS.
end() - Method in class com.ibm.cics.server.FileBrowse
End the browse.
endBrowseFormField() - Method in class com.ibm.cics.server.HttpRequest
Signal the end of the form field browse.
endBrowseHeader(HttpSession) - Method in class com.ibm.cics.server.HttpClientResponse
Signal the end of the HTTP header browse.
endBrowseHeader() - Method in class com.ibm.cics.server.HttpRequest
Signal the end of the HTTP header browse.
endBrowseQueryParm() - Method in class com.ibm.cics.server.HttpRequest
Signal the end of the queryparm browse.
EndException - Exception in com.ibm.cics.server
Class that represents the CICS END condition.
EndException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.EndException
Constructor to be used when an END is detected in Java code and a useful message can be supplied, in addition to the original cause.
EndOfChainIndicatorException - Exception in com.ibm.cics.server
Class that represents the CICS EOC condition.
EndOfChainIndicatorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.EndOfChainIndicatorException
Constructor to be used when an EOC is detected in Java code and a useful message can be supplied.
EndOfDataException - Exception in com.ibm.cics.server
Class that represents the CICS ENDDATA condition.
EndOfDataException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.EndOfDataException
Constructor to be used when ENDDATA is returned from an API function and no useful message can be supplied but we do have an original cause.
EndOfDataSetIndicatorException - Exception in com.ibm.cics.server
Class that represents the CICS EODS condition.
EndOfDataSetIndicatorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.EndOfDataSetIndicatorException
Constructor to be used when an EODS is detected in Java code and a useful message can be supplied, in addition to the original cause.
EndOfFileException - Exception in com.ibm.cics.server
Class that represents the CICS ENDFILE condition.
EndOfFileException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.EndOfFileException
Constructor to be used when an ENDFILE condition is detected in Java code and a useful message can be supplied.
EndOfFileIndicatorException - Exception in com.ibm.cics.server
Class that represents the CICS EOF condition.
EndOfFileIndicatorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.EndOfFileIndicatorException
Constructor to be used when an EOF is detected in Java code and a useful message can be supplied, in addition to the original cause.
EndOfInputIndicatorException - Exception in com.ibm.cics.server
Class that represents the CICS ENDINPT condition.
EndOfInputIndicatorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.EndOfInputIndicatorException
Constructor to be used when an ENDINPT is detected in Java code and a useful message can be supplied, in addition to the original cause.
enqueue() - Method in class com.ibm.cics.server.AddressResource
Attempt to lock the resource.
enqueue() - Method in class com.ibm.cics.server.NameResource
Attempt to lock the named resource.
ENTER - Static variable in class com.ibm.cics.server.AIDValue
ENTER AID value
EnterRequest - Class in com.ibm.cics.server
This Bean provides the Java equivalent to the EXEC CICS ENTER command.
EnterRequest() - Constructor for class com.ibm.cics.server.EnterRequest
Construct an EnterRequest bean.
enterTrace() - Method in class com.ibm.cics.server.EnterRequest
Perform a trace entry request
enterTrace(byte[]) - Method in class com.ibm.cics.server.EnterRequest
Perform a trace entry request with supplied data
EQUAL - Static variable in class com.ibm.cics.server.SearchType
Constant - EQUAL
equals(Object) - Method in class com.ibm.cics.server.Application
 
equals(Object) - Method in class com.ibm.cics.server.ApplicationContext
 
equals(Object) - Method in interface com.ibm.cics.server.ChildResponse
Compare a ChildResponse object against either another ChildResponse object, or a CICSFuture object returned by AsyncService.runTransactionId(String).
equals(Object) - Method in class com.ibm.cics.server.ChildResponseImpl
Compare a ChildResponse object against either another ChildResponse object, or a CICSFuture object returned by AsyncService.runTransactionId(String).
equals(Object) - Method in class com.ibm.cics.server.CICSFuture
Compare a CICSFuture object against either another CICSFuture object, or a ChildResponse object.
equals(Object) - Method in exception com.ibm.cics.server.CicsUnexpectedRuntimeException
equals(Object) - Method in class com.ibm.cics.server.ConversationState
 
equals(Object) - Method in class com.ibm.cics.server.SearchType
 
equals(Object) - Method in class com.ibm.cics.server.SyncLevel
 
equals(Object) - Method in class com.ibm.cics.server.TSQType
 
equals(Object) - Method in class com.ibm.cics.server.Version
 
erase() - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Erase the terminal.
ERASE - Static variable in interface com.ibm.cics.server.TerminalSendCommonBits
The ERASE terminal code
ERASEAUP - Static variable in interface com.ibm.cics.server.TerminalSendControlBits
The ERASEAUP terminal code
err - Variable in class com.ibm.cics.server.Task
Deprecated.
in 6.1

Direct access to this data member is not recommended and will be removed in future releases. Use Task.setErr( PrintWriter ) or Task.getErr() instead.

ERROR_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
ErrorException - Exception in com.ibm.cics.server
Class that represents the CICS ERROR condition.
ErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.ErrorException
Constructor to be used when an ERROR is detected in Java code and a useful message can be supplied, in addition to the original cause.
ESDS - Class in com.ibm.cics.server
This class is the implementation class for the ESDS kind of file.
ESDS() - Constructor for class com.ibm.cics.server.ESDS
Construct a default ESDS object.
ESDS(String) - Constructor for class com.ibm.cics.server.ESDS
Construct an ESDS object with a given name.
ESDS_Browse - Class in com.ibm.cics.server
This class implements the CICS File Control interface for browsing ESDS files via RBA.
Event - Class in com.ibm.cics.server
This is the Java implementation of the EXEC CICS SIGNAL EVENT command.
Event() - Constructor for class com.ibm.cics.server.Event
Construct an Event with no name.
Event(String) - Constructor for class com.ibm.cics.server.Event
Construct an Event with the supplied name.
EventErrorException - Exception in com.ibm.cics.server
Class that represents the CICS EVENTERR condition
EventErrorException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.EventErrorException
Constructor to be used when EVENTERR is detected in Java code and a useful message can be supplied, in addition to the original cause
execute(Runnable) - Method in class com.ibm.cics.server.CICSExecutorService
exists() - Method in class com.ibm.cics.server.Container
Does the container exist in CICS yet ?

F

FAULTTOEPR - Static variable in class com.ibm.cics.server.WSAContext
EPRTYPE cvda value FAULTTOEPR
FCI_START_NO_DATA - Static variable in class com.ibm.cics.server.Task
Constant - FCI_START_NO_DATA
FCI_START_WITH_DATA - Static variable in class com.ibm.cics.server.Task
Constant - FCI_START_WITH_DATA
FCI_TASK_WITH_FACILITY - Static variable in class com.ibm.cics.server.Task
Constant - FCI_TASK_WITH_FACILITY
FCI_TRIGGERED_NO_FACILITY - Static variable in class com.ibm.cics.server.Task
Constant - FCI_TRIGGERED_NO_FACILITY
FileBrowse - Class in com.ibm.cics.server
This class is the superclass of all of the browse-related implementation classes.
FileDisabledException - Exception in com.ibm.cics.server
Class that represents the CICS DISABLED condition.
FileNotFoundException - Exception in com.ibm.cics.server
Class that represents the CICS FILENOTFOUND condition.
fixedErrForJVMLifetime - Static variable in class com.ibm.cics.server.Task
Deprecated.
in 6.1

Direct access to this data member is not recommended and will be removed in future releases. Use Task.setFixedErrForJVMLifetime( PrintWriter ) or Task.getFixedErrForJVMLifetime() instead.

fixedOutForJVMLifetime - Static variable in class com.ibm.cics.server.Task
Deprecated.
in 6.1

Direct access to this data member is not recommended and will be removed in future releases. Use Task.setFixedOutForJVMLifetime( PrintWriter ) or Task.getFixedOutForJVMLifetime() instead.

flush() - Method in class com.ibm.cics.server.Conversation
flush the connection
forceAbend(String) - Method in class com.ibm.cics.server.Task
Force the task to ABEND with a specific ABEND code and a dump.
forceAbend(String, boolean) - Method in class com.ibm.cics.server.Task
Force the task to ABEND with a specific ABEND code and optional dump.
forceAbend() - Method in class com.ibm.cics.server.Task
Force the task to ABEND with no ABEND code and no dump.
FORMFEED - Static variable in interface com.ibm.cics.server.TerminalSendControlBits
The FORMFEED terminal code
FORMFEED - Static variable in interface com.ibm.cics.server.TerminalSendTextBits
The FORMFEED terminal code
FormField - Class in com.ibm.cics.server
This Class extends the NameValueData class and the class returned from HttpRequest methods: getFormField() getNextFormField()
free() - Method in class com.ibm.cics.server.Conversation
Free the connection
FREE - Static variable in class com.ibm.cics.server.ConversationState
The FREE state
freeChild(ChildResponse) - Method in interface com.ibm.cics.server.AsyncService
Free the CICS memory object representing the specified child.
freeChild(Future<ChildResponse>) - Method in interface com.ibm.cics.server.AsyncService
Free the CICS memory object representing the specified child such that future invocations of Future.get() against this child (if Future.get() has not already been issued) will fail.
freeChild(ChildResponse) - Method in class com.ibm.cics.server.AsyncServiceImpl
Free the CICS memory object representing the specified child.
freeChild(Future<ChildResponse>) - Method in class com.ibm.cics.server.AsyncServiceImpl
Free the CICS memory object representing the specified child such that future invocations of Future.get() against this child (if Future.get() has not already been issued) will fail.
FREEKB - Static variable in interface com.ibm.cics.server.TerminalSendCommonBits
The FREEKB terminal code
FROMEPR - Static variable in class com.ibm.cics.server.WSAContext
EPRTYPE cvda value FROMEPR
fromShortCode(String) - Static method in enum com.ibm.cics.server.StartCode
Turns a string representation of the start code into one of these enumerated values.
FRSET - Static variable in interface com.ibm.cics.server.TerminalSendBits
The FRSET terminal code
FRSET - Static variable in interface com.ibm.cics.server.TerminalSendControlBits
The FRSET terminal code
FUNCTION_FAILED - Static variable in class com.ibm.cics.server.JVMServerValue
Alias
FunctionErrorException - Exception in com.ibm.cics.server
Class that represents the CICS FUNCERR condition.
FunctionErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.FunctionErrorException
Constructor to be used when an FUNCERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
FutureWrapper<V> - Class in com.ibm.cics.server
Internal CICS use-only.
FutureWrapper(Callable<V>) - Constructor for class com.ibm.cics.server.FutureWrapper
Constructor

G

get() - Method in class com.ibm.cics.server.CICSFuture
Block the current thread until the child task completes.
get(long, TimeUnit) - Method in class com.ibm.cics.server.CICSFuture
Block the current thread until the child task completes, or the timeout expires.
get() - Method in class com.ibm.cics.server.Container
Get the data from the Container.
get(String) - Method in class com.ibm.cics.server.Container
Get the data from the Container.
get(String, int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container, converting the data from the source code page into the given destination code page.
get(byte[], int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container into a pre-existing byte array.
get(byte[], int, int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container into the given destination offset in a pre-existing byte array.
get(int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container
getABCODE() - Method in exception com.ibm.cics.server.AbendCancelException
Return the particular ABEND code associated with an AbendCancelException.
getABCODE() - Method in exception com.ibm.cics.server.AbendException
Return the particular ABEND code associated with an AbendException.
getAbendCode() - Method in interface com.ibm.cics.server.ChildResponse
Return the abend code of the child task, if it abended.
getAbendCode() - Method in class com.ibm.cics.server.ChildResponseImpl
Return the abend code of the child task, if it abended.
getAction(int) - Method in class com.ibm.cics.server.WSAContext
Gets the action MAP from the specified addressing context.
getAddress() - Method in class com.ibm.cics.server.AddressResource
Return the address used for the synchronization resource.
getAIDbyte() - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Return the AID (Action Identifier) key last entered by the user at the terminal.
getAny() - Method in interface com.ibm.cics.server.AsyncService
Get the results (in the form of a ChildResponse object) of the first child task which returns to the issuing task.
getAny(long, TimeUnit) - Method in interface com.ibm.cics.server.AsyncService
Get the results (in the form of a ChildResponse object) of the first child task which returns to the issuing task.
getAny(AsyncService.BlockingAction) - Method in interface com.ibm.cics.server.AsyncService
Get the results (in the form of a ChildResponse object) of the first child task which returns to the issuing task.
getAny() - Method in class com.ibm.cics.server.AsyncServiceImpl
Get the results (in the form of a ChildResponse object) of the first child task which returns to the issuing task.
getAny(AsyncService.BlockingAction) - Method in class com.ibm.cics.server.AsyncServiceImpl
Get the results (in the form of a ChildResponse object) of the first child task which returns to the issuing task.
getAny(long, TimeUnit) - Method in class com.ibm.cics.server.AsyncServiceImpl
Get the results (in the form of a ChildResponse object) of the first child task which returns to the issuing task.
getApiStatus() - Static method in class com.ibm.cics.server.IsCICS
Obtains the status of the current execution environment
getApiStatus(boolean) - Static method in class com.ibm.cics.server.IsCICS
Obtains the status of the current execution environment
getApplication() - Method in class com.ibm.cics.server.Application
 
getApplication() - Method in class com.ibm.cics.server.ApplicationContext
 
getApplicationContext() - Method in class com.ibm.cics.server.Task
Return the Application Context.
getAPPLID() - Static method in class com.ibm.cics.server.Region
Return the APPLID of the region.
getAsText() - Method in class com.ibm.cics.server.SyncLevelEditor
 
getAsText() - Method in class com.ibm.cics.server.TSQNameEditor
 
getAsText() - Method in class com.ibm.cics.server.TSQTypeEditor
 
getAuthenticate() - Method in class com.ibm.cics.server.TcpipRequest
Returns an integer which indicates the authentication requested for the client using the transaction.
getBodyCharset() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the HTTP body character-set of the servers response.
getBodyCharset() - Method in class com.ibm.cics.server.HttpRequest
Returns the HTTP body character-set in which the HTTP body was encoded in by the client.
getBodyCharset() - Method in class com.ibm.cics.server.TcpipRequest
Returns the HTTP body character-set in which the HTTP body was encoded in by the client.
getCallable() - Method in class com.ibm.cics.server.FutureWrapper
 
getCCSID() - Method in class com.ibm.cics.server.Container
Get the CCSID value of the data returned by getNoConvert().
getCertificate() - Method in class com.ibm.cics.server.CertificateInfo
Returns the full certificate obtained by the constructor.
getCertificateInfo() - Method in class com.ibm.cics.server.TcpipRequest
Returns the owner certificate.
getCertificateInfo(int) - Method in class com.ibm.cics.server.TcpipRequest
Returns the requested certificate, either the owner or the issuer certificate.
getChannel() - Method in interface com.ibm.cics.server.ChildResponse
Return the Channel from the child task, if it's completed and has returned a channel.
getChannel() - Method in class com.ibm.cics.server.ChildResponseImpl
Return the Channel from the child task, if it's completed and has returned a channel.
getChannel() - Method in class com.ibm.cics.server.ContainerIterator
Deprecated.
Get the Channel associated with this iterator.
getChannel(String) - Method in class com.ibm.cics.server.Task
Return the named Channel object if it matches the current channel's name or has been created through the JCICS API by this task earlier at this Link level.
getChannel() - Method in class com.ibm.cics.server.WSAContext
Gets the name of the channel which contains the addressing contexts.
getCharacterset() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the HTTP body character-set of the servers response.
getCharactersetTrim() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the HTTP body character-set of the servers response.
getCICSServerApiVersion() - Static method in class com.ibm.cics.server.API
Gets the version of the com.ibm.cics.server java package which is being used currently.
getClientAddress() - Method in class com.ibm.cics.server.TcpipRequest
Returns the client's TCPIP address.
getClientHostAddress() - Method in class com.ibm.cics.server.TcpipRequest
Returns the client's TCPIP address in a Java byte array.
getClientHostAddress6() - Method in class com.ibm.cics.server.TcpipRequest
Returns the client's IPv6 TCPIP address in a Java byte array.
getClientHostName() - Method in class com.ibm.cics.server.TcpipRequest
Returns the client's name as known by the Domain Name Server.
getClientIpFamily() - Method in class com.ibm.cics.server.TcpipRequest
Returns an integer which indicates the format of the IP address of the client.
getCodePage() - Method in class com.ibm.cics.server.HttpSession
Returns the codepage that was set using setCodePage(String codePage).
getColumn() - Method in class com.ibm.cics.server.Cursor
Get the current cursor column position.
getCommonName() - Method in class com.ibm.cics.server.CertificateInfo
Returns the common name from the client certificate obtained by the constructor.
getCompletionStatus() - Method in interface com.ibm.cics.server.ChildResponse
Return the ChildResponse.CompletionStatus of the child task, if it's completed.
getCompletionStatus() - Method in class com.ibm.cics.server.ChildResponseImpl
Return the ChildResponse.CompletionStatus of the child task, if it's completed.
getConfirm() - Method in class com.ibm.cics.server.ConversationSendOptions
 
getContainer(String) - Method in class com.ibm.cics.server.Channel
Get a Java 'proxy' object which represents a Container with the specified name in this Channel.
getContainer(String, boolean) - Method in class com.ibm.cics.server.Channel
Get a Java 'proxy' object which represents a Container with the specified name in this Channel.
getContainerCount() - Method in class com.ibm.cics.server.Channel
Get the container count for this Channel
getContainerNames() - Method in class com.ibm.cics.server.Channel
Gets the list of names of all the containers currently existing on this channel.
getContent(HttpSession) - Method in class com.ibm.cics.server.HttpClientResponse
Returns the body of the servers response.
getContent(String, String) - Method in class com.ibm.cics.server.HttpRequest
Returns the body of the HTTP request.
getContent() - Method in class com.ibm.cics.server.HttpRequest
Returns the body of the HTTP request.
getContent(String, String) - Method in class com.ibm.cics.server.TcpipRequest
Returns the body of the HTTP request.
getContent() - Method in class com.ibm.cics.server.TcpipRequest
Returns the body of the HTTP request.
getContentAsContainer(HttpSession, String, String) - Method in class com.ibm.cics.server.HttpClientResponse
Stores the body of the HTTP response in a named container.
getContentAsContainer(HttpSession, String) - Method in class com.ibm.cics.server.HttpClientResponse
Stores the body of the HTTP response in a named container.
getContentAsContainer(String, String) - Method in class com.ibm.cics.server.HttpRequest
Stores the body of the HTTP request in a named container.
getContentAsContainer(String) - Method in class com.ibm.cics.server.HttpRequest
Stores the body of the HTTP request in a named container.
getContentAsContainer(String, String) - Method in class com.ibm.cics.server.TcpipRequest
Stores the body of the HTTP request in a named container.
getContentAsContainer(String) - Method in class com.ibm.cics.server.TcpipRequest
Stores the body of the HTTP request in a named container.
getContentAsString(HttpSession) - Method in class com.ibm.cics.server.HttpClientResponse
Returns the body of the servers response in String format.
getConvId() - Method in class com.ibm.cics.server.Conversation
Get the conversation identifier for a conversation.
getCountry() - Method in class com.ibm.cics.server.CertificateInfo
Returns the country from the client certificate obtained by the constructor.
getCurrentChannel() - Method in class com.ibm.cics.server.Task
Return the current Channel, if any.
getCursor() - Method in class com.ibm.cics.server.Terminal
Return the Cursor associated with the terminal.
getCWA(CWAHolder) - Static method in class com.ibm.cics.server.Region
Return a copy of the Common Work Area (CWA).
getData() - Method in class com.ibm.cics.server.RetrievedData
Retrieve the data value.
getDataComplete() - Method in class com.ibm.cics.server.Conversation
Has all data been received?
getDatatype() - Method in class com.ibm.cics.server.Container
Get the datatype of this container.
getDB2SQLJJDBCActive() - Method in class com.ibm.cics.server.Task
Returns whether this Task is part of a DB2 SQLJ JDBC transaction.
getDefaultPropertyIndex() - Method in class com.ibm.cics.server.AttachInitiatorBeanInfo
 
getDefaultPropertyIndex() - Method in class com.ibm.cics.server.StartRequestBeanInfo
 
getDefaultPropertyIndex() - Method in class com.ibm.cics.server.TSQBeanInfo
 
getDelimiter() - Method in class com.ibm.cics.server.SymbolList
Returns delimiter value.
getDescription() - Method in class com.ibm.cics.server.Resource
Return the 'Bean' description of the resource.
getDescription() - Method in class com.ibm.cics.server.SynchronizationResource
Return the description of the synchronization resource.
getDocSize() - Method in class com.ibm.cics.server.Document
Returns the size of the document associated with the Document object.
getDocToken() - Method in class com.ibm.cics.server.Document
Returns the document token associated with the Document object.
getElementName() - Method in class com.ibm.cics.server.TransformOutput
 
getElementNamespace() - Method in class com.ibm.cics.server.TransformOutput
 
getEpr(int, int) - Method in class com.ibm.cics.server.WSAContext
Gets the complete EPR from the specified addressing context for the specified EPR type.
getEprAddress(int, int) - Method in class com.ibm.cics.server.WSAContext
Gets the EPR address from the specified addressing context for the specified EPR.
getEprMetadata(int, int) - Method in class com.ibm.cics.server.WSAContext
Gets the EPR metadata from the specified addressing context for the specified EPR.
getEprRefParms(int, int) - Method in class com.ibm.cics.server.WSAContext
Gets the EPR Reference parameters from the specified addressing context for the specified EPR.
getErr() - Method in class com.ibm.cics.server.Task
 
getErrorCode() - Method in class com.ibm.cics.server.Conversation
What was the last error code on this conversation?
getErrorOccurred() - Method in class com.ibm.cics.server.Conversation
Has there been an error on this conversation?
getFCI() - Method in class com.ibm.cics.server.Task
Return the FCI for the task.
getFixedErrForJVMLifetime() - Static method in class com.ibm.cics.server.Task
Replaces direct access to the Task.fixedErrForJVMLifetime field
getFixedOutForJVMLifetime() - Static method in class com.ibm.cics.server.Task
Replaces direct access to the Task.fixedOutForJVMLifetime field
getFormField() - Method in class com.ibm.cics.server.FormField
Returns the value of a FormField-value pair.
getFormField(String) - Method in class com.ibm.cics.server.HttpRequest
Returns the value of a field from the HTML form.
getFormField(String, String, String) - Method in class com.ibm.cics.server.HttpRequest
Returns the value of a field from the HTML form.
getFormFieldData(String) - Method in class com.ibm.cics.server.HttpRequest
Returns the value of a field from the HTML form.
getFormFieldData(String, String, String) - Method in class com.ibm.cics.server.HttpRequest
Returns the value of a field from the HTML form.
getHeader(HttpSession, String) - Method in class com.ibm.cics.server.HttpClientResponse
Returns the contents of a HTTP header.
getHeader(String) - Method in class com.ibm.cics.server.HttpRequest
Returns the contents of a HTTP header.
getHost() - Method in class com.ibm.cics.server.HttpRequest
Returns the host string from the HTTP request.
getHost() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions host information.
getHostType() - Method in class com.ibm.cics.server.HttpRequest
Returns the host type from the HTTP request.
getHostType() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions hosttype information.
getHttpHeader(String) - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Returns the value of the first named HTTP Header from the current HTTP request
getHttpHeaderList() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Returns a list of all HTTP Header names for the current HTTP request
getHttpHeaders(String) - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Returns the value of all named HTTP Header from the current HTTP request
getHttpMethod() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Access the HTTP Method for the current HTTP request
getHttpMethod() - Method in class com.ibm.cics.server.HttpRequest
Returns the HTTP method string on the request line of the in-bound message.
getHttpReleaseNumber() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions HTTPRNUM value.
getHttpRequestInstance() - Static method in class com.ibm.cics.server.HttpRequest
Class method that returns the HttpRequest object.
getHttpResponseCode() - Method in exception com.ibm.cics.server.CicsThreadingRuntimeException
 
getHttpVersion() - Method in class com.ibm.cics.server.HttpRequest
Returns the HTTP version string on the request line of the in-bound message.
getHttpVersionNumber() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions HTTPVNUM value.
getID() - Method in class com.ibm.cics.server.StartRequest
Return the ID that uniquely identifies the start request.
getIDAsString() - Method in class com.ibm.cics.server.StartRequest
Return the ID that uniquely identifies the start request as a string, using the LOCALCCSID character encoding to convert from the byte[] format in which the name is stored.
getInvite() - Method in class com.ibm.cics.server.ConversationSendOptions
 
getInvokingProgramName() - Method in class com.ibm.cics.server.Task
Return the Invoking program name.
getLast() - Method in class com.ibm.cics.server.ConversationSendOptions
 
getLength() - Method in class com.ibm.cics.server.Container
Get the length of the data in the Container.
getLength(String) - Method in class com.ibm.cics.server.Container
Get the length of the data in the Container.
getLength() - Method in class com.ibm.cics.server.SymbolList
Returns the length of the symbol list.
getLengthNoConvert() - Method in class com.ibm.cics.server.Container
Get the length of the data in the Container without conversion.
getLocalIPAddress() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
 
getLocalIPFamily() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
 
getLocality() - Method in class com.ibm.cics.server.CertificateInfo
Returns the locality from the client certificate obtained by the constructor.
getLocalPort() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
 
getMajorVersion() - Method in class com.ibm.cics.server.Version
 
getMatch() - Method in class com.ibm.cics.server.Application
 
getMatchStyle() - Method in enum com.ibm.cics.server.Application.MatchStyle
 
getMaxDataLen() - Method in class com.ibm.cics.server.TcpipRequest
Returns an maximum data length value for the socket.
getMediaType() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the mediaType of the servers response.
getMediaType() - Method in class com.ibm.cics.server.HttpRequest
Returns the media type of the HTTP body sent by the client.
getMediaType() - Method in class com.ibm.cics.server.TcpipRequest
Returns the media type of the HTTP body sent by the client.
getMediaTypeTrim() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the mediaType of the servers response.
getMessage() - Method in exception com.ibm.cics.server.CicsConditionException
Get the Exception message including the RESP and RESP2 values
getMessage() - Method in exception com.ibm.cics.server.CicsThreadingRuntimeException
 
getMessage() - Method in exception com.ibm.cics.server.CicsUnexpectedRuntimeException
Get the Exception message including the RESP and RESP2 values
getMessageId(int) - Method in class com.ibm.cics.server.WSAContext
Gets the messageId MAP from the specified addressing context.
getMicroVersion() - Method in class com.ibm.cics.server.Version
 
getMinorVersion() - Method in class com.ibm.cics.server.Version
 
getName() - Method in class com.ibm.cics.server.Channel
Get the name of the Channel as known to CICS
getName() - Method in class com.ibm.cics.server.Container
Get the name of the Container as known to CICS.
getName() - Method in class com.ibm.cics.server.Event
Get the name of the Event as known to CICS
getName() - Method in class com.ibm.cics.server.NameResource
Return the name of the CICS resource.
getName() - Method in class com.ibm.cics.server.NameValueData
Returns the name of a name-value pair.
getName() - Method in class com.ibm.cics.server.Resource
Return the name of the CICS resource.
getName() - Method in class com.ibm.cics.server.Terminal
Return the name of the terminal.
getName() - Method in class com.ibm.cics.server.TSQ
Return the name of the TSQ as a string using the LOCALCCSID value as the encoding.
getNationalLang() - Method in class com.ibm.cics.server.WSAContext
Gets the national language if previously set.
getNationalLang() - Method in class com.ibm.cics.server.WSAEpr
Gets the national language if previously set.
getNetName() - Method in class com.ibm.cics.server.ConversationPrincipalFacility
 
getNextFormField() - Method in class com.ibm.cics.server.HttpRequest
Returns the next name-value pair from the HTML form to be browsed.
getNextHeader(HttpSession) - Method in class com.ibm.cics.server.HttpClientResponse
Returns the next HTTP header name-value pair to be browsed.
getNextHeader() - Method in class com.ibm.cics.server.HttpRequest
Returns the next HTTP header name-value pair to be browsed.
getNextQueryParm() - Method in class com.ibm.cics.server.HttpRequest
Returns the next keyword parameter from the URL to be browsed.
getNoConvert() - Method in class com.ibm.cics.server.Container
Get the data from the Container without conversion.
getNoConvert(int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container, without code page conversion.
getNoConvert(byte[], int, int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container into the given destination offset in a pre-existing byte array.
getNoConvert(byte[], int, int) - Method in class com.ibm.cics.server.Container
Get a specified length of data at the given source offset from the Container into a pre-existing byte array.
getNoData() - Method in class com.ibm.cics.server.Conversation
Have we received a message without data?
getOperation() - Method in class com.ibm.cics.server.Application
 
getOperation() - Method in class com.ibm.cics.server.ApplicationContext
 
getOrganization() - Method in class com.ibm.cics.server.CertificateInfo
Returns the organization from the client certificate obtained by the constructor.
getOrgUnit() - Method in class com.ibm.cics.server.CertificateInfo
Returns the organization unit from the client certificate obtained by the constructor.
getOut() - Method in class com.ibm.cics.server.Task
 
getOwner() - Method in class com.ibm.cics.server.ContainerIterator
Deprecated.
As of release 6.1, replaced by the more strongly-typed equivalent ContainerIterator.getChannel()
getParm() - Method in class com.ibm.cics.server.QueryParm
Returns a name-value pair.
getPath() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Access the URL Path for the current HTTP request E.g.
getPath() - Method in class com.ibm.cics.server.HttpRequest
Returns the PATH specified in the request line on the in-bound message.
getPath() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions path information.
getPipData() - Method in class com.ibm.cics.server.ConversationPrincipalFacility
 
getPlatform() - Method in class com.ibm.cics.server.Application
 
getPlatform() - Method in class com.ibm.cics.server.ApplicationContext
 
getPortNumber() - Method in class com.ibm.cics.server.HttpRequest
Returns the port number associated with the HTTP request.
getPortNumber() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions port number.
getPortNumber() - Method in class com.ibm.cics.server.TcpipRequest
Returns the TCPIP port number associated with the transaction.
getPrincipalFacility() - Method in class com.ibm.cics.server.Task
Return the principal facility for the current task.
getPrinSysId() - Method in class com.ibm.cics.server.ConversationPrincipalFacility
 
getPrivacy() - Method in class com.ibm.cics.server.TcpipRequest
Returns an integer which indicates the privacy requested for the client using the transaction.
getProcess() - Method in class com.ibm.cics.server.AttachInitiator
 
getProcess() - Method in class com.ibm.cics.server.ConversationPrincipalFacility
 
getProfile() - Method in class com.ibm.cics.server.AttachInitiator
 
getProgramName() - Method in class com.ibm.cics.server.Task
Return the CICS PROGRAM name.
getPropertyDescriptors() - Method in class com.ibm.cics.server.AttachInitiatorBeanInfo
 
getPropertyDescriptors() - Method in class com.ibm.cics.server.StartRequestBeanInfo
 
getPropertyDescriptors() - Method in class com.ibm.cics.server.TSQBeanInfo
 
getQNAME() - Method in class com.ibm.cics.server.Task
Deprecated.
in 6.1 This method has never worked, always returned null. It will be removed in a future release of CICS.
getQueryParm(String) - Method in class com.ibm.cics.server.HttpRequest
Reads a keyword parameter, consisting of a name and value pair, from a query string in a URL, and returns it.
getQueryString() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Access the URL Query String for the current HTTP request
getQueryString() - Method in class com.ibm.cics.server.HttpRequest
Returns the query string on the request line of the HTTP request.
getQueue() - Method in class com.ibm.cics.server.AttachInitiator
 
getQueue() - Method in class com.ibm.cics.server.RetrievedData
Retrieve the name of a Temporary Storage Queue (TSQ) that was passed to the started task by the caller.
getQueueName() - Method in class com.ibm.cics.server.StartRequest
Return the queueName of the start request.
getQueueName() - Method in class com.ibm.cics.server.TSQ
Return the queueName of the TSQ.
getQueueNameAsString() - Method in class com.ibm.cics.server.StartRequest
Return the queue name of the start request as a string, using the LOCALCCSID character encoding to convert from the internal byte[] format in which the name is stored.
getReason() - Method in exception com.ibm.cics.server.CicsThreadingRuntimeException
 
getReasonCode() - Method in exception com.ibm.cics.server.CicsThreadingRuntimeException
 
getRelatesTo(int) - Method in class com.ibm.cics.server.WSAContext
Gets a Map of relatesTo MAPs from the specified addressing context.
getRemoteIPAddress() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
 
getRemoteIPFamily() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
 
getRemotePort() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
 
getRequestID() - Method in class com.ibm.cics.server.FileBrowse
 
getRequestType() - Method in class com.ibm.cics.server.HttpRequest
Returns the type of request received, either HTTPYES or HTTPNO.
getResource() - Method in class com.ibm.cics.server.EnterRequest
Return the Resource
getRESP() - Method in exception com.ibm.cics.server.CicsConditionException
Return the RESP value for the CICS Condition represented by the CicsConditionException.
getResp() - Method in exception com.ibm.cics.server.CicsUnexpectedRuntimeException
 
getRESP2() - Method in exception com.ibm.cics.server.CicsConditionException
Return the RESP2 value for the CICS Condition represented by the CicsConditionException.
getResp2() - Method in exception com.ibm.cics.server.CicsUnexpectedRuntimeException
 
getResponse() - Method in exception com.ibm.cics.server.CicsThreadingRuntimeException
 
getResponseCode() - Method in exception com.ibm.cics.server.CicsResponseConditionException
Return the response code value for the CICS Condition represented by the CicsResponseConditionException.
getResponseCode() - Method in exception com.ibm.cics.server.CicsUnexpectedRuntimeException
 
getRow() - Method in class com.ibm.cics.server.Cursor
Get the current cursor row position.
getRTerminal() - Method in class com.ibm.cics.server.StartRequest
Get the name specified as the terminal name to be retrieved by the started task.
getRTransaction() - Method in class com.ibm.cics.server.StartRequest
Get the name specified as the transaction name to be retrieved by the started task.
getScheme() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Access the URL Scheme for the current HTTP request
getScheme() - Method in class com.ibm.cics.server.HttpRequest
Returns the scheme from the HTTP request.
getScheme() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions scheme information.
getSerialNum() - Method in class com.ibm.cics.server.CertificateInfo
Returns the serial number of the certificate assigned by the certificate issuer obtained by the constructor.
getServerAddress() - Method in class com.ibm.cics.server.TcpipRequest
Returns the server's TCPIP address.
getServerHostAddress() - Method in class com.ibm.cics.server.TcpipRequest
Returns the server's TCPIP address in a Java byte array.
getServerHostAddress6() - Method in class com.ibm.cics.server.TcpipRequest
Returns the server's IPv6 TCPIP address in a Java byte array.
getServerHostName() - Method in class com.ibm.cics.server.TcpipRequest
Returns the server's name as known by the Domain Name Server.
getServerIpFamily() - Method in class com.ibm.cics.server.TcpipRequest
Returns an integer which indicates the format of the IP address of the server.
getShortCode() - Method in enum com.ibm.cics.server.StartCode
 
getSignalReceived() - Method in class com.ibm.cics.server.Conversation
Have we received a SIGNAL?
getSTARTCODE() - Method in class com.ibm.cics.server.Task
Deprecated.
in 6.1. Use Task.getStartCode() instead. This method will be removed in future releases of CICS.
getStartCode() - Method in class com.ibm.cics.server.Task
Return the StartCode for the task.
getState() - Method in class com.ibm.cics.server.CertificateInfo
Returns the state or province from the client certificate obtained by the constructor.
getState() - Method in class com.ibm.cics.server.Conversation
 
getStatusCode() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the status code of the servers response.
getStatusText() - Method in class com.ibm.cics.server.HttpClientResponse
Returns the status text of the servers response.
getString() - Method in class com.ibm.cics.server.Container
Get the data from a CICS Container and return it as a String.
getStringData() - Method in class com.ibm.cics.server.RetrievedData
Retrieve the data value as text.
getStringQueue() - Method in class com.ibm.cics.server.RetrievedData
Retrieve the Queue value as text.
getStringValue() - Method in class com.ibm.cics.server.CommAreaHolder
 
getStringValue() - Method in class com.ibm.cics.server.CWAHolder
 
getStringValue() - Method in class com.ibm.cics.server.DataHolder
 
getStringValue() - Method in interface com.ibm.cics.server.IHolder
Returns a String derived from the data in the IHolder, assuming that the data is encoded in the LOCALCCSID.
getStringValue() - Method in class com.ibm.cics.server.ItemHolder
 
getStringValue() - Method in class com.ibm.cics.server.KeyHolder
 
getStringValue() - Method in class com.ibm.cics.server.RecordHolder
 
getStringValue() - Method in class com.ibm.cics.server.TCTUAHolder
 
getStringValue() - Method in class com.ibm.cics.server.TWAHolder
 
getSymbolList() - Method in class com.ibm.cics.server.SymbolList
Returns the symbol list.
getSymbolListAsByteArray() - Method in class com.ibm.cics.server.SymbolList
Returns the symbol list.
getSyncLevel() - Method in class com.ibm.cics.server.AttachInitiator
 
getSyncLevel() - Method in class com.ibm.cics.server.Conversation
 
getSyncOnReturn() - Method in class com.ibm.cics.server.Program
Query whether this program always performs a SYNCPOINT when it returns.
getSysId() - Method in class com.ibm.cics.server.AttachInitiator
 
getSYSID() - Static method in class com.ibm.cics.server.Region
Return the SYSID for the region.
getSysId() - Method in class com.ibm.cics.server.RemotableResource
Return the name of the CICS system.
getTags() - Method in class com.ibm.cics.server.SyncLevelEditor
 
getTags() - Method in class com.ibm.cics.server.TSQTypeEditor
 
getTask() - Static method in class com.ibm.cics.server.Task
Return the Task object representing the task as part of which the current thread is executing.
getTaskNumber() - Method in class com.ibm.cics.server.Task
Return the task number.
getTaskNumberInteger() - Method in class com.ibm.cics.server.Task
Return the task number as an Integer.
getTaskThread() - Method in class com.ibm.cics.server.Task
Return the thread for the current task
getTcpipRequestInstance() - Static method in class com.ibm.cics.server.TcpipRequest
Class method that returns the TcpipRequest object.
getTcpipService() - Method in class com.ibm.cics.server.TcpipRequest
Returns the name of the TCPIP service associated with the transaction.
getTCTUA(TCTUAHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Return a copy of the Terminal User Area (TCTUA).
getTERMCODE() - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Return the TERMCODE for the principal facility.
getTermId() - Method in class com.ibm.cics.server.RetrievedData
Retrieve the terminal id value.
getTerminal() - Method in class com.ibm.cics.server.StartRequest
Return the name of the terminal to be used as the principal facility of the started task.
getThreadName() - Method in class com.ibm.cics.server.Task
Get the name of the Java thread in the JVM server that corresponds to this Task If the task has a current program this will be: program_name.TASKtask_number.transaction_name otherwise it will be TASKtask_number.transaction_name
getTime() - Method in class com.ibm.cics.server.StartRequest
Return the time at which the task will be started.
getTraceIdentifier() - Method in class com.ibm.cics.server.EnterRequest
Return the TraceIdentifier
getTranid() - Method in interface com.ibm.cics.server.CICSTransactionCallable
CICS will query this method to obtain the user-supplied transaction id under which the work should run.
getTranid() - Method in interface com.ibm.cics.server.CICSTransactionRunnable
CICS will query this method to obtain the user-supplied transaction id under which the work should run.
getTransactionChannel() - Method in class com.ibm.cics.server.Task
Return the transaction Channel, if any.
getTransactionName() - Method in class com.ibm.cics.server.Task
Return the transaction name.
getTransId() - Method in class com.ibm.cics.server.Program
Return the name of the CICS (mirror) transaction to be used to run the remote program.
getTransId() - Method in class com.ibm.cics.server.RetrievedData
Retrieve the transaction id value.
getTransId() - Method in class com.ibm.cics.server.StartRequest
Return the name of the Transaction to be started.
getTWA(TWAHolder) - Method in class com.ibm.cics.server.Task
Return a copy of the Task Work Area (TWA).
getType() - Method in class com.ibm.cics.server.TSQ
Return the type of the TSQ.
getTypeName() - Method in class com.ibm.cics.server.TransformOutput
 
getTypeNamespace() - Method in class com.ibm.cics.server.TransformOutput
 
getUnescaped() - Method in class com.ibm.cics.server.SymbolList
Returns the unescaped indicator.
getUrimap() - Method in class com.ibm.cics.server.HttpRequest
Returns the URIMAP associated with the HTTP request.
getUrimap() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions URIMAP information.
getURL() - Method in interface com.ibm.cics.osgi.classification.ICICSHttpRunnable
Access the URL for the current HTTP request, minus any query string E.g.
getUser() - Method in class com.ibm.cics.server.Terminal
Return the name of the user currently signed on to the terminal.
getUserID() - Method in class com.ibm.cics.server.CertificateInfo
Returns the user-id connected with the client certificate obtained by the constructor.
getUserId() - Method in class com.ibm.cics.server.ConversationPrincipalFacility
 
getUserId() - Method in class com.ibm.cics.server.StartRequest
Return the user ID under whose authority the task is to run.
getUSERID() - Method in class com.ibm.cics.server.Task
Return the USERID that is signed on to the task's principal facility.
getValue() - Method in class com.ibm.cics.server.CommAreaHolder
 
getValue() - Method in class com.ibm.cics.server.CWAHolder
 
getValue() - Method in class com.ibm.cics.server.DataHolder
 
getValue() - Method in interface com.ibm.cics.server.IHolder
Returns the raw byte array from the IHolder
getValue() - Method in interface com.ibm.cics.server.IRetrievedDataHolder
Returns the RetrievedData from the IRetrievedDataHolder
getValue() - Method in class com.ibm.cics.server.ItemHolder
 
getValue() - Method in class com.ibm.cics.server.KeyHolder
 
getValue() - Method in class com.ibm.cics.server.NameValueData
Returns the value of a name-value pair.
getValue() - Method in class com.ibm.cics.server.RecordHolder
 
getValue() - Method in class com.ibm.cics.server.RetrievedDataHolder
 
getValue() - Method in class com.ibm.cics.server.TCTUAHolder
 
getValue() - Method in class com.ibm.cics.server.TWAHolder
 
getVersion() - Method in class com.ibm.cics.server.Application
 
getVersion() - Method in class com.ibm.cics.server.ApplicationContext
 
getVersion() - Method in class com.ibm.cics.server.HttpSession
Obtain this sessions version information.
getWait() - Method in class com.ibm.cics.server.ConversationSendOptions
 
getWebAppException() - Static method in class com.ibm.cics.server.CICSWebAppStateHolder
 
GTEQ - Static variable in class com.ibm.cics.server.SearchType
Constant - GTEQ

H

hashCode() - Method in class com.ibm.cics.server.ChildResponseImpl
 
hashCode() - Method in class com.ibm.cics.server.CICSFuture
 
hashCode() - Method in exception com.ibm.cics.server.CicsUnexpectedRuntimeException
hashCode() - Method in class com.ibm.cics.server.ConversationState
 
hashCode() - Method in class com.ibm.cics.server.SearchType
 
hashCode() - Method in class com.ibm.cics.server.SyncLevel
 
hashCode() - Method in class com.ibm.cics.server.TSQType
 
hashCode() - Method in class com.ibm.cics.server.Version
hasNext() - Method in class com.ibm.cics.server.ContainerIterator
Deprecated.
Determine if there is another Container in the Channel.
HOSTNAME - Static variable in class com.ibm.cics.server.HttpSession
Constant - HOSTNAME
HttpClientRequest - Class in com.ibm.cics.server
This class provides the Java implementation of HTTP client requests related to the following CICS API commands: WEB SEND SESSTOKEN WEB WRITE SESSTOKEN.
HttpClientRequest(String) - Constructor for class com.ibm.cics.server.HttpClientRequest
The METHOD is saved in the HttpClientRequest object for later use by the send methods.
HttpClientRequest(String, String) - Constructor for class com.ibm.cics.server.HttpClientRequest
The METHOD and MEDIATYPE information is saved in the HttpClientRequest object for later use by the send methods.
HttpClientResponse - Class in com.ibm.cics.server
This class provides the Java implementation of HTTP client response related to the following CICS API commands: WEB RECEIVE SESSTOKEN WEB READ SESSTOKEN WEB STARTBROWSE SESSTOKEN WEB READNEXT SESSTOKEN WEB ENDBROWSE SESSTOKEN.
HttpClientResponse() - Constructor for class com.ibm.cics.server.HttpClientResponse
Public default constructor.
HttpHeader - Class in com.ibm.cics.server
This Class extends the NameValueData class and the class returned from HttpRequest methods: getHeader() getNextHeader()
HttpRequest - Class in com.ibm.cics.server
This class provides the Java implementation of HTTP requests related to the following CICS API WEB server commands: WEB EXTRACT WEB READ HTTPHEADER WEB READ FORMFIELD WEB READ QUERYPARM WEB STARTBROWSE HTTPHEADER WEB READNEXT HTTPHEADER WEB ENDBROWSE HTTPHEADER WEB STARTBROWSE FORMFIELD WEB READNEXT FORMFIELD WEB ENDBROWSE FORMFIELD WEB STARTBROWSE QUERYPARM WEB READNEXT QUERYPARM WEB ENDBROWSE QUERYPARM WEB RECEIVE.
HttpResponse - Class in com.ibm.cics.server
This class provides the Java implementation of HTTP responses related to the following CICS API WEB server commands: WEB WRITE WEB SEND.
HttpResponse() - Constructor for class com.ibm.cics.server.HttpResponse
Public default constructor.
HttpSession - Class in com.ibm.cics.server
This class provides the Java implementation of HTTP client requests related to the following CICS API commands: WEB OPEN WEB CLOSE WEB EXTRACT SESSTOKEN.
HttpSession(String) - Constructor for class com.ibm.cics.server.HttpSession
Sets WEB OPEN command option URIMAP.
HttpSession(String, String) - Constructor for class com.ibm.cics.server.HttpSession
Sets WEB OPEN command option HOST and SCHEME.
HttpSession(String, String, int) - Constructor for class com.ibm.cics.server.HttpSession
Sets WEB OPEN command option HOST, SCHEME and PORTNUMBER.

I

ICICSHttpRunnable - Interface in com.ibm.cics.osgi.classification
This interface provides access to information about an HTTP Request received in Liberty.
ICICSTransactionSelector - Interface in com.ibm.cics.osgi.classification
This interface can be implemented in order to provide a mapping service to map work to a suitable CICS Transaction.
IHolder - Interface in com.ibm.cics.server
This interface provides methods for interacting with a byte[] held within a Holder class.
InboundFMHException - Exception in com.ibm.cics.server
Class that represents the CICS INBFMH condition.
InboundFMHException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InboundFMHException
Constructor to be used when an INBFMH is detected in Java code and a useful message can be supplied, in addition to the original cause.
InboundSignalException - Exception in com.ibm.cics.server
Class that represents the CICS SIGNAL condition.
InboundSignalException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InboundSignalException
Constructor to be used when an SIGNAL is detected in Java code and a useful message can be supplied.
IncompatiblePipelineException - Exception in com.ibm.cics.server
An incompatible handler is configured in the pipeline.
IncompatiblePipelineException(String, Throwable) - Constructor for exception com.ibm.cics.server.IncompatiblePipelineException
Constructor to be used when a IncompatiblePipelineException is detected.
increment() - Method in class com.ibm.cics.server.Cursor
Increment the cursor position.
increment(int) - Method in class com.ibm.cics.server.Cursor
Increment the cursor position by the supplied amount.
incrementRow() - Method in class com.ibm.cics.server.Cursor
Increment the row of the cursor (by 1).
initiate() - Method in class com.ibm.cics.server.AttachInitiator
 
initiate(byte[]) - Method in class com.ibm.cics.server.AttachInitiator
 
initRedirect(String, PrintStream, String, String, Integer, String) - Method in interface com.ibm.cics.server.OutputRedirectionPlugin
 
insertBinary(byte[], DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert a Java byte array into the Document object.
insertBookmark(String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert a bookmark into the Document object.
insertDocument(Document, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert a Document object into the Document object.
insertFromDocRetrieve(byte[], DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert a retrieved document into the Document object.
insertFromTemplate(String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert a template into the Document object.
insertSymbol(String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert the data associated with the symbol in the symbol table into the Document object.
insertSymbol(String, String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert the data associated with the symbol in the symbol table into the Document object.
insertTemplate(String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert the template specified by the document template definition into the Document object.
insertTemplate(String, String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert the template specified by the document template definition into the Document object.
insertText(String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert text into the Document object.
insertText(String, String, DocumentLocation) - Method in class com.ibm.cics.server.Document
Insert text into the Document object.
INVALID_CHANNEL_NAME - Static variable in class com.ibm.cics.server.JVMServerValue
 
INVALID_USERCHANNEL - Static variable in class com.ibm.cics.server.JVMServerValue
 
INVALID_XML - Static variable in class com.ibm.cics.server.JVMServerValue
 
InvalidControlBlockIdException - Exception in com.ibm.cics.server
Class that represents the CICS CBIDERR condition.
InvalidControlBlockIdException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidControlBlockIdException
Constructor to be used when an CBIDERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidDirectionException - Exception in com.ibm.cics.server
Class that represents the CICS IGREQCD condition.
InvalidDirectionException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidDirectionException
Constructor to be used when an IGREQCD is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidErrorTerminalException - Exception in com.ibm.cics.server
Class that represents the CICS INVERRTERM condition.
InvalidErrorTerminalException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidErrorTerminalException
Constructor to be used when an INVERRTERM is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidExitRequestException - Exception in com.ibm.cics.server
Class that represents the CICS INVEXITREQ condition.
InvalidExitRequestException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidExitRequestException
Constructor to be used when an INVEXITREQ is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidHandlerException - Exception in com.ibm.cics.server
An incorrect type of handler has been used.
InvalidHandlerException(String, Throwable) - Constructor for exception com.ibm.cics.server.InvalidHandlerException
Constructor to be used when a InvalidHandlerException is detected.
InvalidJournalIdException - Exception in com.ibm.cics.server
Class that represents the CICS JIDERR condition.
InvalidJournalIdException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidJournalIdException
Constructor to be used when an JIDERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidLDCException - Exception in com.ibm.cics.server
Class that represents the CICS INVLDC condition.
InvalidLDCException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidLDCException
Constructor to be used when an INVLDC is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidMapSizeException - Exception in com.ibm.cics.server
Class that represents the CICS INVMPSZ condition.
InvalidMapSizeException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidMapSizeException
Constructor to be used when an INVMPSZ is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidNodeIdException - Exception in com.ibm.cics.server
Class that represents the CICS NODEIDERR condition.
InvalidNodeIdException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidNodeIdException
Constructor to be used when an NODEIDERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidPartitionException - Exception in com.ibm.cics.server
Class that represents the CICS INVPARTN condition.
InvalidPartitionException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidPartitionException
Constructor to be used when an INVPARTN is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidPartitionSetException - Exception in com.ibm.cics.server
Class that represents the CICS INVPARTNSET condition.
InvalidPartitionSetException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidPartitionSetException
Constructor to be used when an INVPARTNSET is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidProgramIdException - Exception in com.ibm.cics.server
Class that represents the CICS PGMIDERR condition.
InvalidProgramIdException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.InvalidProgramIdException
Constructor used when an invalid program id is detected in Java code and a useful message can be supplied.
InvalidQueueIdException - Exception in com.ibm.cics.server
Class that represents the CICS QIDERR condition.
InvalidQueueIdException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.InvalidQueueIdException
Constructor used when an invalid queue id is detected in Java code and a useful message can be supplied.
InvalidREQIDPrefixException - Exception in com.ibm.cics.server
Class that represents the CICS IGREQID condition.
InvalidREQIDPrefixException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidREQIDPrefixException
Constructor to be used when an IGREQID is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidRequestException - Exception in com.ibm.cics.server
Class that represents the CICS INVREQ condition.
InvalidRequestException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidRequestException
 
InvalidRetrieveOptionException - Exception in com.ibm.cics.server
Class that represents the CICS ENVDEFERR condition.
InvalidRetrieveOptionException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidRetrieveOptionException
 
InvalidSystemIdException - Exception in com.ibm.cics.server
Class that represents the CICS SYSIDERR condition.
InvalidTaskIdException - Exception in com.ibm.cics.server
Class that represents the CICS TASKIDERR condition.
InvalidTaskIdException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidTaskIdException
Constructor to be used when an TASKIDERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidTerminalIdException - Exception in com.ibm.cics.server
Class that represents the CICS TERMIDERR condition.
InvalidTerminalIdException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.InvalidTerminalIdException
Constructor to be used when an invalid system id is detected in Java code and a useful message can be supplied, in addition to the original cause
InvalidTransactionIdException - Exception in com.ibm.cics.server
Represents the CICS TRANSIDERR condition.
InvalidTransactionIdException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidTransactionIdException
Constructor to be used when an TRANSIDERR is detected in Java code and a useful message can be supplied.
InvalidTSRequestException - Exception in com.ibm.cics.server
Class that represents the CICS INVTSREQ condition.
InvalidTSRequestException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidTSRequestException
Constructor to be used when an INVTSREQ is detected in Java code and a useful message can be supplied, in addition to the original cause.
InvalidUserIdException - Exception in com.ibm.cics.server
Represents the CICS USERIDERR condition.
InvalidUserIdException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.InvalidUserIdException
Constructor to be used when an USERIDERR is detected in Java code and a useful message can be supplied.
invoke() - Method in class com.ibm.cics.server.Application
Invoke the defined application passing no data.
invoke(Channel) - Method in class com.ibm.cics.server.Application
Invoke the defined application passing a Channel.
invoke(byte[]) - Method in class com.ibm.cics.server.Application
Invoke the defined application passing a commarea.
invoke(MessageContext) - Method in interface com.ibm.cics.server.pipeline.ApplicationHandler
Deprecated.
 
invoke(Channel, String) - Method in class com.ibm.cics.server.Service
Invoke the named operation on the Service.
invoke(Channel, String, String) - Method in class com.ibm.cics.server.Service
Invoke the named operation on the Service using a specified URI.
invoke(Channel, String, URIMap) - Method in class com.ibm.cics.server.Service
Invoke the named operation on the Service using a specified URIMAP.
invoke(Channel, String) - Method in class com.ibm.cics.server.WebService
Invoke the named operation on the WEBSERVICE.
invoke(Channel, String, String) - Method in class com.ibm.cics.server.WebService
Invoke the named operation on the WEBSERVICE using a specified URI.
invoke(Channel, String, URIMap) - Method in class com.ibm.cics.server.WebService
Invoke the named operation on the Service using a specified URIMAP.
invokeAll(Collection<? extends Callable<T>>) - Method in class com.ibm.cics.server.CICSExecutorService
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.ibm.cics.server.CICSExecutorService
invokeAny(Collection<? extends Callable<T>>) - Method in class com.ibm.cics.server.CICSExecutorService
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.ibm.cics.server.CICSExecutorService
IOErrorException - Exception in com.ibm.cics.server
Class that represents the CICS IOERR condition.
IOErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.IOErrorException
 
IPV4 - Static variable in class com.ibm.cics.server.HttpSession
Constant - IPV4
IPV4 - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - IPV4
IPV6 - Static variable in class com.ibm.cics.server.HttpSession
Constant - IPV6
IPV6 - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - IPV6
IRetrievedDataHolder - Interface in com.ibm.cics.server
This interface provides methods for interacting with a RetrievedData held within a Holder class.
isBodyComplete() - Method in class com.ibm.cics.server.HttpClientResponse
Returns a boolean which indicates whether the body returned by getContent() was completely returned.
isBodyComplete() - Method in class com.ibm.cics.server.HttpRequest
Returns a boolean which indicates whether the body returned by getContent() was completely returned or the last portion of the body was returned by the last getContent() call.
isBodyComplete() - Method in class com.ibm.cics.server.TcpipRequest
Returns a boolean which indicates whether the body returned by getContent() method was complete or not.
isBodyPartial() - Method in class com.ibm.cics.server.HttpClientResponse
Returns a boolean which indicates whether body returned by getContent() was a partial body or not.
isBodyPartial() - Method in class com.ibm.cics.server.HttpRequest
Returns a boolean which indicates whether the body returned by getContent() was a partial body or not.
isBodyPartial() - Method in class com.ibm.cics.server.TcpipRequest
Returns a boolean which indicates whether the body returned by getContent() method was a partial body or not.
isBodyTruncated() - Method in class com.ibm.cics.server.HttpClientResponse
Returns a boolean which indicates whether the body returned by getContent() was truncated or not.
isBodyTruncated() - Method in class com.ibm.cics.server.HttpRequest
Returns a boolean which indicates whether the body returned by getContent() was truncated or not.
isBodyTruncated() - Method in class com.ibm.cics.server.TcpipRequest
Returns a boolean which indicates whether the body returned by getContent() method was truncated or not.
isCancelled() - Method in class com.ibm.cics.server.CICSFuture
This method is not supported.
isChecked() - Method in class com.ibm.cics.server.StartRequest
Is this start request to be checked?
IsCICS - Class in com.ibm.cics.server
Class to call the JNI function xxx_DTCisCICS () to obtain whether we're currently in CICS and/or determine if we are able to use the CICS API.
IsCICS() - Constructor for class com.ibm.cics.server.IsCICS
 
ISCInvalidRequestException - Exception in com.ibm.cics.server
Class that represents the CICS ISCINVREQ condition.
isClientAuth() - Method in class com.ibm.cics.server.TcpipRequest
Returns a boolean which indicates whether the Secure Sockets Layer (SSL) is client authorised or not.
isContainerExistenceCheckingEnabled() - Method in class com.ibm.cics.server.Channel
get a property on the channel which controls the behaviour of future calls to Channel.getContainer(java.lang.String)
isDataHttp() - Method in class com.ibm.cics.server.HttpRequest
Returns a boolean which indicates the request type.
isDone() - Method in class com.ibm.cics.server.CICSFuture
Check if the child task has finished, without blocking the current thread.
isException() - Method in class com.ibm.cics.server.EnterRequest
Is a trace entry to be produced on an exception if trace flags are off?
isJTATranActive() - Method in class com.ibm.cics.server.Task
Determines whether this Task is running under the context of a UserTransaction within the Java Transaction API (JTA)
isProtected() - Method in class com.ibm.cics.server.StartRequest
Is this start request to be protected?
isSchemeHttp() - Method in class com.ibm.cics.server.HttpRequest
Returns a boolean which indicates if the scheme is HTTP or not.
isSchemeHttps() - Method in class com.ibm.cics.server.HttpRequest
Returns a boolean which indicates if the scheme is HTTPS or not.
isShutdown() - Method in class com.ibm.cics.server.CICSExecutorService
isSSL() - Method in class com.ibm.cics.server.TcpipRequest
Returns a boolean which indicates whether the Secure Sockets Layer (SSL) is being used.
issue() - Method in class com.ibm.cics.server.StartRequest
Issue the start request passing no data to the started task.
issue(byte[]) - Method in class com.ibm.cics.server.StartRequest
Issue the start request, passing a byte array to the started task.
issue(Channel) - Method in class com.ibm.cics.server.StartRequest
Issue the start request, passing a Channel to the started task.
issueAbend() - Method in class com.ibm.cics.server.Conversation
 
issueConfirmation() - Method in class com.ibm.cics.server.Conversation
 
issueError() - Method in class com.ibm.cics.server.Conversation
 
issuePrepare() - Method in class com.ibm.cics.server.Conversation
 
ISSUER - Static variable in class com.ibm.cics.server.CertificateInfo
Value of ISSUER (1)
issueSignal() - Method in class com.ibm.cics.server.Conversation
 
isTerminated() - Method in class com.ibm.cics.server.CICSExecutorService
isXRBA() - Method in class com.ibm.cics.server.ESDS
isXRBA.
ItemErrorException - Exception in com.ibm.cics.server
Represents the CICS ITEMERR condition.
ItemErrorException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.ItemErrorException
Constructor to be used when an ITEMERR is detected in Java code and a useful message can be supplied.
ItemHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is the data read from a TSQ.
ItemHolder() - Constructor for class com.ibm.cics.server.ItemHolder
Constructs a ItemHolder without a value.

J

JVM_THREW_EXCEPTION - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMSERVER_CHANNEL - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMSERVER_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMSERVER_NAME_TOO_LONG - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMSERVER_NOT_ENABLED - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMSERVER_NOT_FOUND - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMSERVER_PROGRAM - Static variable in class com.ibm.cics.server.JVMServerValue
 
JVMServerValue - Class in com.ibm.cics.server
This class provides a set of constants for use with application programs using the JVM server Linkable API.

K

KeyedFile - Class in com.ibm.cics.server
This is the implementation class for the KeyedFile interface.
KeyedFile() - Constructor for class com.ibm.cics.server.KeyedFile
Construct a default KeyedFile object.
KeyedFile(String) - Constructor for class com.ibm.cics.server.KeyedFile
Construct a KeyedFile with a specific name.
KeyedFileBrowse - Class in com.ibm.cics.server
This class implements browsing a keyed file.
KeyHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is the key of a file.
KeyHolder() - Constructor for class com.ibm.cics.server.KeyHolder
Constructs a KeyHolder without a value.
KeyHolder(byte[]) - Constructor for class com.ibm.cics.server.KeyHolder
Constructs a KeyHolder without a value.
KSDS - Class in com.ibm.cics.server
This class is the implementation class for the KSDS kind of file.
KSDS() - Constructor for class com.ibm.cics.server.KSDS
Construct a default KSDS bean.
KSDS(String) - Constructor for class com.ibm.cics.server.KSDS
Construct a KSDS resource with a specific name

L

LengthErrorException - Exception in com.ibm.cics.server
Class that represents the CICS LENGERR condition.
LengthErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.LengthErrorException
 
link() - Method in class com.ibm.cics.server.Program
Perform a simple link to the program without passing in a COMMAREA.
link(byte[]) - Method in class com.ibm.cics.server.Program
Link to the program, passing in a COMMAREA.
link(byte[], int) - Method in class com.ibm.cics.server.Program
Version of the link() method that takes the DATALENGTH parameter.
link(Channel) - Method in class com.ibm.cics.server.Program
Perform a link to the program passing a CHANNEL.
LoadingException - Exception in com.ibm.cics.server
Class that represents the CICS LOADING condition.
LoadingException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.LoadingException
Constructor to be used when an LOADING is detected in Java code and a useful message can be supplied.
LockedException - Exception in com.ibm.cics.server
Class that represents the CICS LOCKED condition.
LockedException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.LockedException
Constructor to be used when an LOCKED is detected in Java code and a useful message can be supplied.
LogicException - Exception in com.ibm.cics.server
Class that represents the CICS ILLOGIC condition.
lookup(int) - Static method in class com.ibm.cics.server.ConversationState
Return the state object constant associated with a state name
lookup(int) - Static method in class com.ibm.cics.server.SyncLevel
Resolve a sync-level code into a SyncLevel object constant

M

MAIN - Static variable in class com.ibm.cics.server.TSQType
Constant - MAIN TSQ
MapErrorException - Exception in com.ibm.cics.server
Class that represents the CICS MAPERROR condition.
MapErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.MapErrorException
Constructor to be used when an MAPERROR is detected in Java code and a useful message can be supplied, in addition to the original cause.
MapFailureException - Exception in com.ibm.cics.server
Class that represents the CICS MAPFAIL condition.
MapFailureException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.MapFailureException
Constructor to be used when an MAPFAIL is detected in Java code and a useful message can be supplied, in addition to the original cause.
MapPageOverflowException - Exception in com.ibm.cics.server
Class that represents the CICS OVERFLOW condition.
MapPageOverflowException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.MapPageOverflowException
Constructor to be used when an OVERFLOW is detected in Java code and a useful message can be supplied, in addition to the original cause.
MAX_CONTAINER_NAME_LENGTH - Static variable in class com.ibm.cics.server.Container
The maximum allowable length for a container name.
MAX_VERSION_PARTS - Static variable in class com.ibm.cics.server.Version
The number of pieces in a version string.
Message - Class in com.ibm.cics.server
Deprecated.
class deprecated at release 6.1. Will be removed at next release
Message() - Constructor for class com.ibm.cics.server.Message
Deprecated.
 
MISSING_JVMSERVER_NAME - Static variable in class com.ibm.cics.server.JVMServerValue
 
MISSING_USERCLASS - Static variable in class com.ibm.cics.server.JVMServerValue
 
MSG0001 - Static variable in class com.ibm.cics.server.Message
Deprecated.
Constant for message number 1

N

NameErrorException - Exception in com.ibm.cics.server
Class that represents the CICS NAMEERROR condition.
NameErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NameErrorException
Constructor to be used when an NAMEERROR is detected in Java code and a useful message can be supplied, in addition to the original cause.
NameResource - Class in com.ibm.cics.server
Provides the implementation for named synchronized resources.
NameResource() - Constructor for class com.ibm.cics.server.NameResource
Construct a default NameResource.
NameResource(String) - Constructor for class com.ibm.cics.server.NameResource
Construct a NameResource with a specific name
NameValueData - Class in com.ibm.cics.server
This abstract class is used to store name value pairs.
next() - Method in class com.ibm.cics.server.ContainerIterator
Deprecated.
Get the next Container from the Channel.
next(long, RecordHolder) - Method in class com.ibm.cics.server.ESDS_Browse
Read the next record during a browse, changing the current position.
next(RecordHolder) - Method in class com.ibm.cics.server.ESDS_Browse
Read the next record during a browse.
next(byte[], RecordHolder, KeyHolder) - Method in class com.ibm.cics.server.KeyedFileBrowse
Read the next record during a browse, changing the current position.
next(RecordHolder, KeyHolder) - Method in class com.ibm.cics.server.KeyedFileBrowse
Read the next record during a browse.
next(long, RecordHolder) - Method in class com.ibm.cics.server.RRDS_Browse
Read the next record during a browse, changing the current position.
next(RecordHolder) - Method in class com.ibm.cics.server.RRDS_Browse
Read the next record during a browse.
NLEOM - Static variable in interface com.ibm.cics.server.TerminalSendTextBits
The NLEOM terminal code
NO_PLIST_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
NO_PTHREAD - Static variable in class com.ibm.cics.server.JVMServerValue
 
NOAUTHENTIC - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - No Authentication
NoJournalBufferSpaceException - Exception in com.ibm.cics.server
Class that represents the CICS NOJBUFSP condition.
NoJournalBufferSpaceException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NoJournalBufferSpaceException
Constructor to be used when an NOJBUFSP is detected in Java code and a useful message can be supplied, in addition to the original cause.
NONE - Static variable in class com.ibm.cics.server.SyncLevel
Constant - Sync level NONE
NonHttpDataException - Exception in com.ibm.cics.server
This exception is produced when the java program has called HttpRequest method getContent() which invokes CICS API command WEB RECEIVE and the data returned from the command is of type NONHTTP.
NonHttpDataException(String, Throwable) - Constructor for exception com.ibm.cics.server.NonHttpDataException
Constructor to be used when a NonHttpDataException is detected.
NoPassbookReadException - Exception in com.ibm.cics.server
Class that represents the CICS NOPASSBKRD condition.
NoPassbookReadException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NoPassbookReadException
Constructor to be used when an NOPASSBKRD is detected in Java code and a useful message can be supplied, in addition to the original cause.
NoPassbookWriteException - Exception in com.ibm.cics.server
Class that represents the CICS NOPASSBKWR condition.
NoPassbookWriteException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NoPassbookWriteException
Constructor to be used when an NOPASSBKWR is detected in Java code and a useful message can be supplied, in addition to the original cause.
NORESPONSE_PROPERTY - Static variable in interface com.ibm.cics.server.pipeline.ApplicationHandler
Deprecated.
This property indicates whether or not a response message is to be built.
NoSpaceException - Exception in com.ibm.cics.server
Represents the CICS NOSPACE condition.
NoSpaceException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.NoSpaceException
Constructor to be used when an NOSPACE is detected in Java code and a useful message can be supplied.
NoSpoolException - Exception in com.ibm.cics.server
Class that represents the CICS NOSPOOL condition.
NoSpoolException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NoSpoolException
Constructor to be used when an NOSPOOL is detected in Java code and a useful message can be supplied, in addition to the original cause.
NOSSL - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - No SSL
NoStorageException - Exception in com.ibm.cics.server
Class that represents the CICS NOSTG condition.
NoStorageException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NoStorageException
Constructor to be used when an NOSTG is detected in Java code and a useful message can be supplied in addition to the original cause.
NOT_CICS_REGION - Static variable in class com.ibm.cics.server.IsCICS
Constant - not CICS
NOTALLOCATED - Static variable in class com.ibm.cics.server.ConversationState
The NOTALLOCATED state
NotAllocatedException - Exception in com.ibm.cics.server
Represents the CICS NOTALLOC condition.
NotAllocatedException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.NotAllocatedException
A resource cannot be allocated.
NOTAPPLIC - Static variable in class com.ibm.cics.server.HttpSession
Constant - NOTAPPLIC
NOTAPPLIC - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - NOTAPPLIC
NotAuthorisedException - Exception in com.ibm.cics.server
Represents the CICS NOTAUTH condition.
NotFinishedException - Exception in com.ibm.cics.server
Class that represents the CICS NOTFINISHED condition.
NotFoundException - Exception in com.ibm.cics.server
Represents the CICS NOTFND condition.
NotFoundException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.NotFoundException
Constructor to be used when an NOTFND condition is detected in Java code and a useful message can be supplied.
NotOpenException - Exception in com.ibm.cics.server
Represents the CICS NOTOPEN condition.
NOTSET - Static variable in class com.ibm.cics.server.Container
Constant for state that has yet been set
NOTSET - Static variable in class com.ibm.cics.server.HttpClientRequest
Constant - NOT SET
NOTSET - Static variable in class com.ibm.cics.server.HttpClientResponse
Constant for an unset status code
NOTSET - Static variable in class com.ibm.cics.server.HttpRequest
Constant - NOT SET
NOTSET - Static variable in class com.ibm.cics.server.HttpResponse
Constant - NOT SET
NOTSET - Static variable in class com.ibm.cics.server.HttpSession
Constant - NOT SET
NOTSET - Static variable in class com.ibm.cics.server.SymbolList
Constant - NOT SET
NOTSET - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - NOT SET
NOTSUPPORTED - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Privacy not supported
NotSupportedException - Exception in com.ibm.cics.server
The request is not supported.
NotSupportedException(String, Throwable) - Constructor for exception com.ibm.cics.server.NotSupportedException
Constructor to be used when a NotSupportedException is detected.
NotValidException - Exception in com.ibm.cics.server
Class that represents the CICS NONVAL condition.
NotValidException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.NotValidException
Constructor to be used when an NONVAL is detected in Java code and a useful message can be supplied.
NULL - Static variable in class com.ibm.cics.server.AIDValue
NULL AID value
NUMBER_OF_BITS - Static variable in interface com.ibm.cics.server.RegionTraceBits
The number of trace bits
NUMBER_OF_BITS - Static variable in interface com.ibm.cics.server.RetrieveBits
Constant - number of bits
NUMBER_OF_BITS - Static variable in interface com.ibm.cics.server.TerminalSendBits
The total number of optional control codes
NUMBER_OF_BITS - Static variable in interface com.ibm.cics.server.TerminalSendCommonBits
The total number of optional control codes
NUMBER_OF_BITS - Static variable in interface com.ibm.cics.server.TerminalSendControlBits
The total number of optional control codes
NUMBER_OF_BITS - Static variable in interface com.ibm.cics.server.TerminalSendTextBits
The total number of optional control codes

O

open() - Method in class com.ibm.cics.server.HttpSession
Open a session with a host on a remote server.
open(boolean) - Method in class com.ibm.cics.server.HttpSession
Open a session with a host on a remote server.
out - Variable in class com.ibm.cics.server.Task
Deprecated.
in 6.1

Direct access to this data member is not recommended and will be removed in future releases. Use Task.setOut( PrintWriter ) or Task.getOut() instead.

OutputRedirectionPlugin - Interface in com.ibm.cics.server
This interface provides a single method to the CICS Wrapper class for use when redirecting requests for STDOUT and STDERR.
OWNER - Static variable in class com.ibm.cics.server.CertificateInfo
Value of OWNER (2)

P

PA1 - Static variable in class com.ibm.cics.server.AIDValue
PA1 AID value
PA2 - Static variable in class com.ibm.cics.server.AIDValue
PA2 AID value
PA3 - Static variable in class com.ibm.cics.server.AIDValue
PA3 AID value
PartitionFailureException - Exception in com.ibm.cics.server
Class that represents the CICS PARTNFAIL condition.
PartitionFailureException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.PartitionFailureException
Constructor to be used when an PARTNFAIL is detected in Java code and a useful message can be supplied, in addition to the original cause.
PENDFREE - Static variable in class com.ibm.cics.server.ConversationState
The PENDFREE state
PENDRECEIVE - Static variable in class com.ibm.cics.server.ConversationState
The PENDRECEIVE state
PF1 - Static variable in class com.ibm.cics.server.AIDValue
PF1 AID value
PF10 - Static variable in class com.ibm.cics.server.AIDValue
PF10 AID value
PF11 - Static variable in class com.ibm.cics.server.AIDValue
PF11 AID value
PF12 - Static variable in class com.ibm.cics.server.AIDValue
PF12 AID value
PF13 - Static variable in class com.ibm.cics.server.AIDValue
PF13 AID value
PF14 - Static variable in class com.ibm.cics.server.AIDValue
PF14 AID value
PF15 - Static variable in class com.ibm.cics.server.AIDValue
PF15 AID value
PF16 - Static variable in class com.ibm.cics.server.AIDValue
PF16 AID value
PF17 - Static variable in class com.ibm.cics.server.AIDValue
PF17 AID value
PF18 - Static variable in class com.ibm.cics.server.AIDValue
PF18 AID value
PF19 - Static variable in class com.ibm.cics.server.AIDValue
PF19 AID value
PF2 - Static variable in class com.ibm.cics.server.AIDValue
PF2 AID value
PF20 - Static variable in class com.ibm.cics.server.AIDValue
PF20 AID value
PF21 - Static variable in class com.ibm.cics.server.AIDValue
PF21 AID value
PF22 - Static variable in class com.ibm.cics.server.AIDValue
PF22 AID value
PF23 - Static variable in class com.ibm.cics.server.AIDValue
PF23 AID value
PF24 - Static variable in class com.ibm.cics.server.AIDValue
PF24 AID value
PF3 - Static variable in class com.ibm.cics.server.AIDValue
PF3 AID value
PF4 - Static variable in class com.ibm.cics.server.AIDValue
PF4 AID value
PF5 - Static variable in class com.ibm.cics.server.AIDValue
PF5 AID value
PF6 - Static variable in class com.ibm.cics.server.AIDValue
PF6 AID value
PF7 - Static variable in class com.ibm.cics.server.AIDValue
PF7 AID value
PF8 - Static variable in class com.ibm.cics.server.AIDValue
PF8 AID value
PF9 - Static variable in class com.ibm.cics.server.AIDValue
PF9 AID value
PipelineMismatchException - Exception in com.ibm.cics.server
An incorrect pipeline mode has been used.
PipelineMismatchException(String, Throwable) - Constructor for exception com.ibm.cics.server.PipelineMismatchException
Constructor to be used when a PipelineMismatchException is detected.
previous(long, RecordHolder) - Method in class com.ibm.cics.server.ESDS_Browse
Read the previous record during a browse, changing the current position.
previous(RecordHolder) - Method in class com.ibm.cics.server.ESDS_Browse
Read the previous record during a browse.
previous(byte[], RecordHolder, KeyHolder) - Method in class com.ibm.cics.server.KeyedFileBrowse
Read the previous record during a browse, changing the current position.
previous(RecordHolder, KeyHolder) - Method in class com.ibm.cics.server.KeyedFileBrowse
Read the previous record during a browse.
previous(long, RecordHolder) - Method in class com.ibm.cics.server.RRDS_Browse
Read the previous record during a browse, changing the current position.
previous(RecordHolder) - Method in class com.ibm.cics.server.RRDS_Browse
Read the previous record during a browse.
PRINT - Static variable in interface com.ibm.cics.server.TerminalSendCommonBits
The PRINT terminal code
Program - Class in com.ibm.cics.server
This Class provides the Java interface to CICS Program Control equivalent to the LINK command.
Program() - Constructor for class com.ibm.cics.server.Program
Construct a Program bean.
Program(String) - Constructor for class com.ibm.cics.server.Program
Construct a Program resource with a specific name.
put(byte[]) - Method in class com.ibm.cics.server.Container
Puts byte[] array data into the Container.
put(byte[], String) - Method in class com.ibm.cics.server.Container
Puts byte[] array data into the Container.
putString(String) - Method in class com.ibm.cics.server.Container
Puts String data into the Container.

Q

QueryParm - Class in com.ibm.cics.server
This Class extends the NameValueData class and the class returned from HttpRequest method: getNextQueryParm()
QUEUE - Static variable in interface com.ibm.cics.server.RetrieveBits
Constant - QUEUE
QueueBusyException - Exception in com.ibm.cics.server
Represents the CICS QBUSY condition.
QueueZeroException - Exception in com.ibm.cics.server
Represents the CICS QZERO condition.
QueueZeroException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.QueueZeroException
Constructor to be used when an QZERO is detected in Java code and a useful message can be supplied.

R

read(long, RecordHolder) - Method in class com.ibm.cics.server.ESDS
Read a specific record from an ESDS file.
read(byte[], RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a specific record from a file.
read(byte[], SearchType, RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a record from a file using the specified type of search.
read(long, RecordHolder) - Method in class com.ibm.cics.server.RRDS
Read a specific record from an RRDS file.
ReadAttentionException - Exception in com.ibm.cics.server
Class that represents the CICS RDATT condition.
ReadAttentionException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.ReadAttentionException
Constructor to be used when an RDATT is detected in Java code and a useful message can be suppliedm in addition to the original cause.
readData(DataHolder) - Method in class com.ibm.cics.server.TDQ
Read data from a TDQ.
readDataConditional(DataHolder) - Method in class com.ibm.cics.server.TDQ
Read data from a TDQ.
readForUpdate(long, RecordHolder) - Method in class com.ibm.cics.server.ESDS
Read a specific record from an ESDS file and lock it for update.
readForUpdate(byte[], RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a specific record from a file, locking it for update.
readForUpdate(byte[], SearchType, RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a record from a file using the specified type of search, locking it for update.
readForUpdate(long, RecordHolder) - Method in class com.ibm.cics.server.RRDS
Read a specific record from an RRDS file and lock it for update.
readGeneric(byte[], RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a record from a file using a generic key.
readGeneric(byte[], SearchType, RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a record from a file using a generic key and specifying the type of search..
readGenericForUpdate(byte[], RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a record for update from a file using a generic key.
readGenericForUpdate(byte[], SearchType, RecordHolder) - Method in class com.ibm.cics.server.KeyedFile
Read a record for update from a file using a generic key.
readItem(int, ItemHolder) - Method in class com.ibm.cics.server.TSQ
Read a specified item from a TSQ.
readNextItem(ItemHolder) - Method in class com.ibm.cics.server.TSQ
Read the next item from a TSQ.
receive(DataHolder) - Method in class com.ibm.cics.server.Conversation
DTC converse
receive(DataHolder, int, boolean) - Method in class com.ibm.cics.server.Conversation
DTC converse
RECEIVE - Static variable in class com.ibm.cics.server.ConversationState
The RECEIVE state
receive(DataHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Receive 3270 data stream from the terminal
receiveASIS(DataHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Receive 3270 data stream from the terminal without upper-case translation
receiveBuffer(DataHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Receive 3270 buffer from the terminal
receiveBufferASIS(DataHolder) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Receive 3270 buffer from the terminal without upper-case translation
RECEIVER - Static variable in class com.ibm.cics.server.SoapFault
Use for the faultcode when the fault is caused by the Receiver
RecordBusyException - Exception in com.ibm.cics.server
Class that represents the CICS RECORDBUSY condition.
RecordBusyException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.RecordBusyException
Constructor to be used when an RECORDBUSY is detected in Java code and a useful message can be supplied.
RecordHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is the data read from a file.
RecordHolder() - Constructor for class com.ibm.cics.server.RecordHolder
Constructs a RecordHolder without a value.
RecordNotFoundException - Exception in com.ibm.cics.server
Class that represents the CICS NOTFND condition.
RecordNotFoundException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.RecordNotFoundException
 
Region - Class in com.ibm.cics.server
This class provides a set of methods and variables that correspond to a CICS region.
Region() - Constructor for class com.ibm.cics.server.Region
 
RegionTraceBits - Interface in com.ibm.cics.server
This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the TRACE-related API.
RemotableResource - Class in com.ibm.cics.server
This abstract class provides the common implementation for resources that can be accessed on other systems.
RemotableResource() - Constructor for class com.ibm.cics.server.RemotableResource
Construct a default RemotableResource.
remove() - Static method in class com.ibm.cics.server.CICSWebAppStateHolder
 
remove() - Method in class com.ibm.cics.server.ContainerIterator
Deprecated.
Remove an element from the Channel.
REPLYTOEPR - Static variable in class com.ibm.cics.server.WSAContext
EPRTYPE cvda value REPLYTOEPR
REQCONTEXT - Static variable in class com.ibm.cics.server.WSAContext
Request Context cvda value
REQUIRED - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Privacy required
reset(long) - Method in class com.ibm.cics.server.ESDS_Browse
Reset the browse.
reset(byte[]) - Method in class com.ibm.cics.server.KeyedFileBrowse
Reset the browse.
reset(byte[], SearchType) - Method in class com.ibm.cics.server.KeyedFileBrowse
Reset the browse.
reset(byte[], boolean) - Method in class com.ibm.cics.server.KeyedFileBrowse
Reset the browse.
reset(byte[], boolean, SearchType) - Method in class com.ibm.cics.server.KeyedFileBrowse
Reset the browse.
reset(long) - Method in class com.ibm.cics.server.RRDS_Browse
Reset the browse.
resetRequestData() - Method in class com.ibm.cics.server.StartRequest
Reset the required fields on the StartRequest to allow reuse of the object.
Resource - Class in com.ibm.cics.server
This abstract class provides the common implementation for named resources.
Resource() - Constructor for class com.ibm.cics.server.Resource
Construct a default resource.
ResourceDisabledException - Exception in com.ibm.cics.server
Class that represents the CICS DISABLED condition for any CICS resource.
ResourceDisabledException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.ResourceDisabledException
Constructor to be used when an invalid system id is detected in Java code and a useful message can be supplied.
ResourceUnavailableException - Exception in com.ibm.cics.server
Represents the CICS ENQBUSY condition.
ResourceUnavailableException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.ResourceUnavailableException
Constructor to be used when an ENQBUSY is detected in Java code and a useful message can be supplied.
RESPCONTEXT - Static variable in class com.ibm.cics.server.WSAContext
Response Context cvda value
retrieve() - Method in class com.ibm.cics.server.Document
Return a copy of the Document object in a Java byte array.
retrieve(String) - Method in class com.ibm.cics.server.Document
Return a copy of the Document object in a Java byte array.
retrieve(String, boolean) - Method in class com.ibm.cics.server.Document
Return a copy of the Document object in a Java byte array.
retrieve(BitSet, RetrievedDataHolder) - Method in class com.ibm.cics.server.Task
Retrieve any data specified when this task was started.
RetrieveBits - Interface in com.ibm.cics.server
This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the Task.retrieve() method.
RetrievedData - Class in com.ibm.cics.server
This class holds the data retrieved for a task that has been STARTed.
RetrievedDataHolder - Class in com.ibm.cics.server
This class holds the values that can be retrieved for a (started) task.
RetrievedDataHolder() - Constructor for class com.ibm.cics.server.RetrievedDataHolder
Constructs a RetrievedDataHolder.
ReturnedPageException - Exception in com.ibm.cics.server
Class that represents the CICS RETPAGE condition.
ReturnedPageException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.ReturnedPageException
Constructor to be used when an RETPAGE is detected in Java code and a useful message can be supplied, in addition to the original cause.
rewrite(byte[]) - Method in class com.ibm.cics.server.ESDS
Update a record in a file.
rewrite(byte[]) - Method in class com.ibm.cics.server.KeyedFile
Update a record in a file.
rewrite(byte[]) - Method in class com.ibm.cics.server.RRDS
Update a record in a file.
rewriteItem(int, byte[]) - Method in class com.ibm.cics.server.TSQ
Rewrite an existing item.
rewriteItemConditional(int, byte[]) - Method in class com.ibm.cics.server.TSQ
Rewrite an existing item.
ROLLBACK - Static variable in class com.ibm.cics.server.ConversationState
The ROLLBACK state
rollback() - Method in class com.ibm.cics.server.Task
Roll back the work done as part of the task.
RolledBackException - Exception in com.ibm.cics.server
Class that represents the CICS ROLLEDBACK condition.
RolledBackException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.RolledBackException
 
RouteFailedException - Exception in com.ibm.cics.server
Class that represents the CICS RTEFAIL condition.
RouteFailedException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.RouteFailedException
Constructor to be used when an RTEFAIL is detected in Java code and a useful message can be supplied, in addition to the original cause.
RoutePartiallyFailedException - Exception in com.ibm.cics.server
Class that represents the CICS RTESOME condition.
RoutePartiallyFailedException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.RoutePartiallyFailedException
Constructor to be used when an RTESOME is detected in Java code and a useful message can be supplied, in addition to the original cause.
RRDS - Class in com.ibm.cics.server
This class is the implementation class for the RRDS kind of file.
RRDS() - Constructor for class com.ibm.cics.server.RRDS
Construct a default RRDS object.
RRDS(String) - Constructor for class com.ibm.cics.server.RRDS
Construct a named RRDS
RRDS_Browse - Class in com.ibm.cics.server
This class implements the CICS File Control interface for browsing RRDS files via RRN.
RTERMID - Static variable in interface com.ibm.cics.server.RetrieveBits
Constant - RTERMID
RTRANSID - Static variable in interface com.ibm.cics.server.RetrieveBits
Constant - RTRANSID
RUN_SERVICE_FAILED - Static variable in class com.ibm.cics.server.JVMServerValue
 
runAsCICS(Runnable) - Static method in class com.ibm.cics.server.CICSExecutorService
Executes a Runnable on a new JCICS enabled Thread.
runAsCICS(Callable<T>) - Static method in class com.ibm.cics.server.CICSExecutorService
Executes a Callable on a new JCICS enabled Thread.
runTransactionId(String, Channel) - Method in interface com.ibm.cics.server.AsyncService
Start a child CICS task asynchronously, passing a Channel, and returning a Future object.
runTransactionId(String) - Method in interface com.ibm.cics.server.AsyncService
Start a child CICS task asynchronously, returning a Future object.
runTransactionId(String, Channel) - Method in class com.ibm.cics.server.AsyncServiceImpl
Start a child CICS task asynchronously, passing a Channel, and returning a Future object.
runTransactionId(String) - Method in class com.ibm.cics.server.AsyncServiceImpl
Start a child CICS task asynchronously, returning a Future object.

S

SCCSID - Static variable in interface com.ibm.cics.server.pipeline.ApplicationHandler
Deprecated.
CICS SCCSID String
SearchType - Class in com.ibm.cics.server
This class implements an enumeration of the different search types that can be used with generic keys.
selectTransaction(Callable<?>) - Method in class com.ibm.cics.osgi.classification.CICSTransactionSelectorBase
 
selectTransaction(Runnable) - Method in class com.ibm.cics.osgi.classification.CICSTransactionSelectorBase
 
selectTransaction(ICICSHttpRunnable) - Method in class com.ibm.cics.osgi.classification.CICSTransactionSelectorBase
 
selectTransaction(Callable<?>) - Method in interface com.ibm.cics.osgi.classification.ICICSTransactionSelector
Selects a suitable CICS transaction id to run work for the nominated Callable under.
selectTransaction(Runnable) - Method in interface com.ibm.cics.osgi.classification.ICICSTransactionSelector
Selects a suitable CICS transaction id to run work for the nominated Runnable under.
selectTransaction(ICICSHttpRunnable) - Method in interface com.ibm.cics.osgi.classification.ICICSTransactionSelector
Selects a suitable CICS transaction id to run work for the nominated ICICSHttpRunnable under.
send(byte[]) - Method in class com.ibm.cics.server.Conversation
Send data.
send(byte[], ConversationSendOptions) - Method in class com.ibm.cics.server.Conversation
 
send(ConversationSendOptions) - Method in class com.ibm.cics.server.Conversation
 
SEND - Static variable in class com.ibm.cics.server.ConversationState
The SEND state
send(HttpSession) - Method in class com.ibm.cics.server.HttpClientRequest
Send an request without a body to the server.
send(byte[]) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send a 3270 data stream to the terminal.
send(byte[], BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send a 3270 data stream to the terminal with options.
sendChunk(HttpSession, String) - Method in class com.ibm.cics.server.HttpClientRequest
Send an application buffer to the server as part of a chunked request.
sendChunk(HttpSession, byte[]) - Method in class com.ibm.cics.server.HttpClientRequest
Send an application buffer to the server as part of a chunked request.
sendChunk(String) - Method in class com.ibm.cics.server.HttpResponse
Send a chunk of the chunked response to the client.
sendChunk(byte[]) - Method in class com.ibm.cics.server.HttpResponse
Send a chunk of the chunked response to the client.
sendContainer(HttpSession, Container) - Method in class com.ibm.cics.server.HttpClientRequest
Send data stored in a container to the server.
sendContainer(Container) - Method in class com.ibm.cics.server.HttpResponse
Send the data stored in a container to the client.
sendControl(Cursor) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send cursor control to the terminal.
sendControl(Cursor, BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send cursor control and device controls to the terminal.
sendControl(BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send device controls to the terminal.
sendDocument(HttpSession, Document) - Method in class com.ibm.cics.server.HttpClientRequest
Send a document to the server.
sendDocument(Document, short, String, String) - Method in class com.ibm.cics.server.HttpResponse
Send a document to the client.
sendDocument(Document) - Method in class com.ibm.cics.server.HttpResponse
Send a document to the client.
SENDER - Static variable in class com.ibm.cics.server.SoapFault
Use for the faultcode when the fault is caused by the Sender
sendFrom(HttpSession, String) - Method in class com.ibm.cics.server.HttpClientRequest
Send an application buffer to the server.
sendFrom(HttpSession, byte[]) - Method in class com.ibm.cics.server.HttpClientRequest
Send an application buffer to the server.
sendFrom(String) - Method in class com.ibm.cics.server.HttpResponse
Send an application buffer to the client.
sendFrom(byte[]) - Method in class com.ibm.cics.server.HttpResponse
Send an application buffer to the client.
sendLastChunk(HttpSession) - Method in class com.ibm.cics.server.HttpClientRequest
Indicate that the chunked request is complete.
sendLastChunk() - Method in class com.ibm.cics.server.HttpResponse
Indicate that the chunked response is complete.
sendResponseChunk() - Method in class com.ibm.cics.server.Chunk
Sends the fragment of response data found in the DFHRESPONSE container as an HTTP chunk.
sendText(byte[]) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal.
sendText(byte[], Cursor) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal, specifying a cursor position.
sendText(byte[], Cursor, BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal, specifying cursor position and options.
sendText(byte[], BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal, specifying options.
sendText(String, BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal, specifying options.
sendTextString(String) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal.
sendTextString(String, Cursor) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal, specifying a cursor position.
sendTextString(String, Cursor, BitSet) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Send text to the terminal, specifying cursor position and options.
SEPARATOR_CHARACTER - Static variable in class com.ibm.cics.server.Version
The character used to separate parts of the version when it is represented as a string.
SERVER - Static variable in class com.ibm.cics.server.SoapFault
Use for the faultcode when the fault is caused by the Server
Service - Class in com.ibm.cics.server
This class provides the Java interface to CICS Service API.
Service() - Constructor for class com.ibm.cics.server.Service
Construct a Service bean.
Service(String) - Constructor for class com.ibm.cics.server.Service
Construct a Service with a specific name.
SessionBusyException - Exception in com.ibm.cics.server
Class that represents the CICS SESSBUSY condition.
SessionBusyException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SessionBusyException
Constructor to be used when an SESSBUSY is detected in Java code and a useful message can be supplied, in addition to the original cause.
SessionErrorException - Exception in com.ibm.cics.server
Class that represents the CICS SESSIONERR condition.
SessionErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SessionErrorException
Constructor to be used when an SESSIONERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
setAction(String) - Method in class com.ibm.cics.server.WSAContext
Sets the action MAP in the request addressing context.
setActionEventual() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option ACTION to EVENTUAL.
setActionExpect() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option ACTION to EXPECT.
setActionImmediate() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option ACTION to IMMEDIATE.
setAddress(byte[]) - Method in class com.ibm.cics.server.AddressResource
Sets the synchronization address.
setApplication(String) - Method in class com.ibm.cics.server.Application
 
setAsText(String) - Method in class com.ibm.cics.server.SyncLevelEditor
 
setAsText(String) - Method in class com.ibm.cics.server.TSQNameEditor
 
setAsText(String) - Method in class com.ibm.cics.server.TSQTypeEditor
 
setAuthenticationBasic() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option AUTHENTICATE to BASIC.This method also clears any user-name or password information already set by method setAuthenticationBasic(String userName, String password).
setAuthenticationBasic(String, String) - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option AUTHENTICATE to BASIC and sets the WEB SEND SESSTOKEN command options USERNAME, USERNAMELEN, PASSWORD and PASSWORDLEN.
setAuthenticationNone() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option AUTHENTICATE to NONE.
setCertificate(String) - Method in class com.ibm.cics.server.HttpSession
Sets WEB OPEN command option CERTIFICATE.
setChannel(Channel) - Method in class com.ibm.cics.server.TransformInput
 
setChannel(String) - Method in class com.ibm.cics.server.WSAContext
Sets the name of the channel which contains the addressing contexts.
setCharacterset(String) - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option CHARACTERSET.
setCharacterset(String) - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option CHARACTERSET.
setCharacterset(String) - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option CHARACTERSET.
setCharacterset(String) - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option CHARACTERSET.
setChecked(boolean) - Method in class com.ibm.cics.server.StartRequest
Control whether start request is checked or not.
setCiphers(String, short) - Method in class com.ibm.cics.server.HttpSession
Sets WEB OPEN command options CIPHER and NUMCIPHERS.
setClientCodePage(String) - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option CHARACTERSET.
setClientCodePage(String) - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option CHARACTERSET.
setClientCodePage(String) - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option CHARACTERSET.
setClientConvert() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option CLIENTCONV to CLICONVERT.
setClientConvert() - Method in class com.ibm.cics.server.HttpClientResponse
Sets WEB RECEIVE SESSTOKEN command option CLIENTCONV to CLICONVERT.
setClose() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option CLOSESTATUS to CLOSE.
setClose() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option CLOSESTATUS to CLOSE.
setCodePage(String) - Method in class com.ibm.cics.server.HttpSession
Sets WEB OPEN command option CODEPAGE.
setColumn(int) - Method in class com.ibm.cics.server.Cursor
Set the column of the cursor to the supplied value.
setConfirm() - Method in class com.ibm.cics.server.ConversationSendOptions
Set the CONFIRM option
setContainerExistenceCheckingEnabled(boolean) - Method in class com.ibm.cics.server.Channel
Sets a property on the channel which controls the behaviour of future calls to Channel.getContainer(java.lang.String)
setCWA(byte[]) - Static method in class com.ibm.cics.server.Region
Update the contents of the CWA from an array of bytes.
setDataContainer(Container) - Method in class com.ibm.cics.server.TransformInput
 
setDB2SQLJJDBCActive(boolean) - Method in class com.ibm.cics.server.Task
Set/Reset the flag indicating that this Task is part of a DB2 SQLJ JDBC transaction.
setDelimiter(char) - Method in class com.ibm.cics.server.SymbolList
Store the delimiter value.
setDescription(String) - Method in class com.ibm.cics.server.Resource
Sets the description of the resource.
setDescription(String) - Method in class com.ibm.cics.server.SynchronizationResource
Sets the description of the synchronization resource.
setDocDelete() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option DOCSTATUS to DOCDELETE.
setDocDelete() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option DOCSTATUS to DOCDELETE.
setElementName(String) - Method in class com.ibm.cics.server.TransformInput
 
setElementNamespace(String) - Method in class com.ibm.cics.server.TransformInput
 
setEpr(int, String) - Method in class com.ibm.cics.server.WSAContext
Sets the complete EPR in the request addressing context for the specified EPR type.
setEprAddress(int, String) - Method in class com.ibm.cics.server.WSAContext
Sets the EPR address in the request addressing context for the specified EPR.
setEprMetadata(int, String) - Method in class com.ibm.cics.server.WSAContext
Sets the EPR metadata in the request addressing context for the specified EPR.
setEprRefParms(int, String) - Method in class com.ibm.cics.server.WSAContext
Sets the EPR reference parameters in the request addressing context for the specified EPR.
setErr(PrintWriter) - Method in class com.ibm.cics.server.Task
 
setException(boolean) - Method in class com.ibm.cics.server.EnterRequest
Control whether trace entry is produced on exception if trace flags are off
setFixedErrForJVMLifetime(PrintWriter) - Static method in class com.ibm.cics.server.Task
Replaces direct access to the Task.fixedErrForJVMLifetime field
setFixedOutForJVMLifetime(PrintWriter) - Static method in class com.ibm.cics.server.Task
Replaces direct access to the Task.fixedOutForJVMLifetime field
setHostCodePage(String) - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option HOSTCODEPAGE.
setHostCodePage(String) - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option HOSTCODEPAGE.
setHostCodePage(String) - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option HOSTCODEPAGE.
setID(byte[]) - Method in class com.ibm.cics.server.StartRequest
Set the ID that uniquely identifies the start request.
setIDFromString(String) - Method in class com.ibm.cics.server.StartRequest
Set the ID that uniquely identifies the start request from a String.
setInvite() - Method in class com.ibm.cics.server.ConversationSendOptions
Set the INVITE option
setJTATranActive(boolean) - Method in class com.ibm.cics.server.Task
setJTATranActive
setLast() - Method in class com.ibm.cics.server.ConversationSendOptions
Set the LAST option
setMajorVersion(int) - Method in class com.ibm.cics.server.Version
 
setMatch(Application.MatchStyle) - Method in class com.ibm.cics.server.Application
 
setMaxLength(int) - Method in class com.ibm.cics.server.HttpClientResponse
Sets WEB RECEIVE SESSTOKEN command option MAXLENGTH.
setMaxLength(int) - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option MAXLENGTH.
setMaxLength(int) - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option MAXLENGTH.
setMediaType(String) - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option MEDIATYPE.
setMediaType(String) - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option MEDIATYPE.
setMessageId(String) - Method in class com.ibm.cics.server.WSAContext
Sets the messageId MAP in the request addressing context.
setMethodDelete() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to DELETE.
setMethodGet() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to GET.
setMethodHead() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to HEAD.
setMethodOptions() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to OPTIONS.
setMethodPost() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to POST.
setMethodPut() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to PUT.
setMethodTrace() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option METHOD to TRACE.
setMicroVersion(int) - Method in class com.ibm.cics.server.Version
 
setMinorVersion(int) - Method in class com.ibm.cics.server.Version
 
setName(String) - Method in class com.ibm.cics.server.Event
Set the name of the Event as known to CICS
setName(String) - Method in class com.ibm.cics.server.NameResource
Sets the resource name corresponding to this object.
setName(String) - Method in class com.ibm.cics.server.Resource
Sets the CICS resource name corresponding to this object.
setName(String) - Method in class com.ibm.cics.server.TSQ
Sets the name of the TSQ.
setName(String) - Method in class com.ibm.cics.server.URIMap
 
setName(String) - Method in class com.ibm.cics.server.XmlTransform
 
setNationalLang(String) - Method in class com.ibm.cics.server.WSAContext
Sets the national language to use when building the addressing context.
setNationalLang(String) - Method in class com.ibm.cics.server.WSAEpr
Sets the national language to use when building the addressing context.
setNextChannel(Channel) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Set the Channel to be used with the next transaction to be run on input from the terminal.
setNextCOMMAREA(byte[]) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Set the COMMAREA to be used with the next transaction to be run on input from the terminal.
setNextTransaction(String) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Set the next transaction to be run on input from the terminal.
setNoClientConvert() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option CLIENTCONV to NOCLICONVERT.
setNoClientConvert() - Method in class com.ibm.cics.server.HttpClientResponse
Sets WEB RECEIVE SESSTOKEN command option CLIENTCONV to NOCLICONVERT.
setNoClose() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option CLOSESTATUS to NOCLOSE.
setNoClose() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option CLOSESTATUS to NOCLOSE.
setNoDocDelete() - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option DOCSTATUS to NODOCDELETE.
setNoDocDelete() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option DOCSTATUS to NODOCDELETE.
setNoServerConvert() - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option SERVERCONV to NOSRVCONVERT.
setNoServerConvert() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option SERVERCONV to NOSRVCONVERT.
setNoServerConvert() - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option SERVERCONV to NOSRVCONVERT.
setNoTruncate() - Method in class com.ibm.cics.server.HttpClientResponse
Sets WEB RECEIVE SESSTOKEN command option NOTRUNCATE.
setNoTruncate() - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option NOTRUNCATE.
setNoTruncate() - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option NOTRUNCATE.
setNsContainer(Container) - Method in class com.ibm.cics.server.TransformInput
 
setOperation(String) - Method in class com.ibm.cics.server.Application
 
setOut(PrintWriter) - Method in class com.ibm.cics.server.Task
 
setPath(String) - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option PATH.
setPlatform(String) - Method in class com.ibm.cics.server.Application
 
setProcess(String) - Method in class com.ibm.cics.server.AttachInitiator
Sets the process of the attach.
setProfile(String) - Method in class com.ibm.cics.server.AttachInitiator
Sets the profile of the attach.
setProtected(boolean) - Method in class com.ibm.cics.server.StartRequest
Control whether start request is protected or not.
setQueryString(String) - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option QUERYSTRING.
setQueue(boolean) - Method in class com.ibm.cics.server.AttachInitiator
 
setQueueName(byte[]) - Method in class com.ibm.cics.server.RetrievedData
Allows the setting of the data value into the holder.
setQueueName(byte[]) - Method in class com.ibm.cics.server.StartRequest
Sets the queueName of the start request.
setQueueName(byte[]) - Method in class com.ibm.cics.server.TSQ
Sets the queueName of the TSQ.
setQueueNameFromString(String) - Method in class com.ibm.cics.server.StartRequest
Sets the queue name of the start request.
setRelatesTo(String, String) - Method in class com.ibm.cics.server.WSAContext
Sets a relatesTo MAP in the request addressing context consisting of a URI and type URI.
setRelatesTo(String) - Method in class com.ibm.cics.server.WSAContext
Sets a relatesTo MAP in the request addressing context consisting of a URI.
setResource(String) - Method in class com.ibm.cics.server.EnterRequest
Set the Resource.
setRootCause(Throwable) - Method in exception com.ibm.cics.server.CicsException
Sets the root cause of this exception to the specified throwable.
setRootCause(Throwable) - Method in exception com.ibm.cics.server.CicsRuntimeException
Sets the root cause of this exception to the specified throwable.
setRow(int) - Method in class com.ibm.cics.server.Cursor
Set the row of the cursor to the supplied value.
setRTerminal(String) - Method in class com.ibm.cics.server.StartRequest
Set the terminal name to be retrieved by the started task.
setRTransaction(String) - Method in class com.ibm.cics.server.StartRequest
Set the transaction name to be retrieved by the started task.
setScope(String) - Method in class com.ibm.cics.server.Service
Set the scope for the Service.
setScope(String) - Method in class com.ibm.cics.server.WebService
Set the scope for the Service
setServerConvert() - Method in class com.ibm.cics.server.HttpRequest
Sets WEB RECEIVE command option SERVERCONV to SRVCONVERT.
setServerConvert() - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option SERVERCONV to SRVCONVERT.
setServerConvert() - Method in class com.ibm.cics.server.TcpipRequest
Sets WEB RECEIVE command option SERVERCONV to SRVCONVERT.
setStatus(short, String) - Method in class com.ibm.cics.server.HttpResponse
Sets WEB SEND command option STATUSCODE and STATUSTEXT..
setStringValue(String) - Method in class com.ibm.cics.server.DataHolder
Set a value into the DataHolder
setSymbolList(SymbolList) - Method in class com.ibm.cics.server.Document
Add a symbol list to the symbol table associated with the Document object.
setSymbolList(String) - Method in class com.ibm.cics.server.SymbolList
Store the symbol list.
setSymbolList(byte[]) - Method in class com.ibm.cics.server.SymbolList
Store the symbol list.
setSyncLevel(SyncLevel) - Method in class com.ibm.cics.server.AttachInitiator
 
setSyncOnReturn(boolean) - Method in class com.ibm.cics.server.Program
Control whether the program always performs a SYNCPOINT when it returns.
setSysId(String) - Method in class com.ibm.cics.server.AttachInitiator
Sets the SYSID of the remote region that this Attach is targeted at.
setSysId(String) - Method in class com.ibm.cics.server.RemotableResource
Sets the SYSID of the remote region that really owns this resource.
setTCTUA(byte[]) - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Update the contents of the TCTUA from an array of bytes.
setTermid(String) - Method in class com.ibm.cics.server.RetrievedData
Allows the setting of the data value into the holder.
setTerminal(String) - Method in class com.ibm.cics.server.StartRequest
Set the name of the terminal to be used as the principal facility of the started task.
setTime(Calendar) - Method in class com.ibm.cics.server.StartRequest
Set the time at which the task will be started.
setTraceIdentifier(short) - Method in class com.ibm.cics.server.EnterRequest
Set the TraceIdentifier
setTransId(String) - Method in class com.ibm.cics.server.Program
Set the transaction name to be used when running the program remotely, instead of CPMI.
setTransid(String) - Method in class com.ibm.cics.server.RetrievedData
Allows the setting of the data value into the holder.
setTransId(String) - Method in class com.ibm.cics.server.StartRequest
Set the name of the Transaction to be started.
setTruncate() - Method in class com.ibm.cics.server.HttpClientResponse
Resets WEB RECEIVE SESSTOKEN command option NOTRUNCATE.
setTruncate() - Method in class com.ibm.cics.server.HttpRequest
Resets WEB RECEIVE command option NOTRUNCATE.
setTruncate() - Method in class com.ibm.cics.server.TcpipRequest
Resets WEB RECEIVE command option NOTRUNCATE.
setTWA(byte[]) - Method in class com.ibm.cics.server.Task
Update the contents of the TWA from an array of bytes.
setType(TSQType) - Method in class com.ibm.cics.server.TSQ
Sets the type of the TSQ.
setTypeName(String) - Method in class com.ibm.cics.server.TransformInput
 
setTypeNamespace(String) - Method in class com.ibm.cics.server.TransformInput
 
setUnescaped(boolean) - Method in class com.ibm.cics.server.SymbolList
Store the unescaped indicator.
setUrimap(String) - Method in class com.ibm.cics.server.HttpClientRequest
Sets WEB SEND SESSTOKEN command option URIMAP.
setUserId(String) - Method in class com.ibm.cics.server.StartRequest
Set the user ID under whose authority the task will run.
setValue(byte[]) - Method in class com.ibm.cics.server.CommAreaHolder
Set a value into the CommAreaHolder
setValue(byte[]) - Method in class com.ibm.cics.server.CWAHolder
Allows the setting of the data value into the holder.
setValue(byte[]) - Method in class com.ibm.cics.server.DataHolder
Set a value into the DataHolder
setValue(byte[]) - Method in class com.ibm.cics.server.ItemHolder
Allows the setting of the data value into the holder.
setValue(byte[]) - Method in class com.ibm.cics.server.KeyHolder
 
setValue(byte[]) - Method in class com.ibm.cics.server.RecordHolder
Allows the setting of the data value into the holder.
setValue(byte[]) - Method in class com.ibm.cics.server.RetrievedData
Allows the setting of the data value into the holder.
setValue(RetrievedData) - Method in class com.ibm.cics.server.RetrievedDataHolder
 
setValue(byte[]) - Method in class com.ibm.cics.server.TWAHolder
Allows the value inside the holder to be set.
setVersion(Version) - Method in class com.ibm.cics.server.Application
 
setWait() - Method in class com.ibm.cics.server.ConversationSendOptions
Set the WAIT option
setWebAppException(Throwable) - Static method in class com.ibm.cics.server.CICSWebAppStateHolder
 
setXmlContainer(Container) - Method in class com.ibm.cics.server.TransformInput
 
setXmltransform(XmlTransform) - Method in class com.ibm.cics.server.TransformInput
 
setXRBA(boolean) - Method in class com.ibm.cics.server.ESDS
SetXRBA.
shutdown() - Method in class com.ibm.cics.server.CICSExecutorService
shutdownNow() - Method in class com.ibm.cics.server.CICSExecutorService
signal() - Method in class com.ibm.cics.server.Event
Signal the Event to CICS.
signal(String) - Method in class com.ibm.cics.server.Event
Signal the Event to CICS with a String.
signal(byte[]) - Method in class com.ibm.cics.server.Event
Signal the Event to CICS with a byte array.
signal(byte[], int) - Method in class com.ibm.cics.server.Event
Signal the Event to CICS with a byte array and length.
signal(Channel) - Method in class com.ibm.cics.server.Event
Signal the Event to CICS with a Channel.
SoapFault - Class in com.ibm.cics.server
This class provides the Java interface to CICS SOAPFAULT API.
SoapFault() - Constructor for class com.ibm.cics.server.SoapFault
 
SpoolBusyException - Exception in com.ibm.cics.server
Class that represents the CICS SPOLBUSY condition.
SpoolBusyException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SpoolBusyException
Constructor to be used when an SPOLBUSY is detected in Java code and a useful message can be supplied, in addition to the original cause.
SpoolErrorException - Exception in com.ibm.cics.server
Class that represents the CICS SPOLERR condition.
SpoolErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SpoolErrorException
Constructor to be used when an SPOLERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
SSL - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - SSL
startBrowse(long) - Method in class com.ibm.cics.server.ESDS
Create a browse against the file.
startBrowse(byte[]) - Method in class com.ibm.cics.server.KeyedFile
Create a browse against the file.
startBrowse(byte[], SearchType) - Method in class com.ibm.cics.server.KeyedFile
Create a browse against the file with a starting position determined by the type of search specified.
startBrowse(long) - Method in class com.ibm.cics.server.RRDS
Start a browse on a file
startBrowseFormField() - Method in class com.ibm.cics.server.HttpRequest
Signal the start of HTML form field browse from the first name-value pair.
startBrowseFormField(String) - Method in class com.ibm.cics.server.HttpRequest
Signal the start of HTML form field browse from a specific name-value pair.
startBrowseFormField(String, String, String) - Method in class com.ibm.cics.server.HttpRequest
Signal the start of HTML form field browse from a specific name-value pair.
startBrowseHeader(HttpSession) - Method in class com.ibm.cics.server.HttpClientResponse
Signal the start of a browse of the HTTP headers from the first name-value pair.
startBrowseHeader() - Method in class com.ibm.cics.server.HttpRequest
Signal the start of a browse of the HTTP headers from the first name-value pair.
startBrowseQueryParm() - Method in class com.ibm.cics.server.HttpRequest
Signal the start of HTML queryparm browse from the first name-value pair.
startBrowseQueryParm(String) - Method in class com.ibm.cics.server.HttpRequest
Signal the start of HTML queryparm browse from a specific name-value pair.
StartCode - Enum in com.ibm.cics.server
Indicates the way that a task has been started.
StartFailedException - Exception in com.ibm.cics.server
Class that represents the CICS NOSTART condition.
StartFailedException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.StartFailedException
Constructor to be used when an NOSTART is detected in Java code and a useful message can be supplied, in addition to the original cause.
startGenericBrowse(byte[], int) - Method in class com.ibm.cics.server.KeyedFile
Create a browse against the file using a generic key to specify the starting position.
startGenericBrowse(byte[], int, SearchType) - Method in class com.ibm.cics.server.KeyedFile
Create a browse against the file with a starting position determined by the type of search specified.
StartRequest - Class in com.ibm.cics.server
This Bean provides the Java equivalent to the EXEC CICS START command.
StartRequest() - Constructor for class com.ibm.cics.server.StartRequest
Construct a StartRequest bean.
StartRequestBeanInfo - Class in com.ibm.cics.server
This Class provides the BeanInfo for a StartRequest.
StartRequestBeanInfo() - Constructor for class com.ibm.cics.server.StartRequestBeanInfo
 
STRELERRException - Exception in com.ibm.cics.server
Class that represents the CICS STRELERR condition.
STRELERRException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.STRELERRException
Constructor to be used when an STRELERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
submit(Callable<T>) - Method in class com.ibm.cics.server.CICSExecutorService
submit(Runnable) - Method in class com.ibm.cics.server.CICSExecutorService
submit(Runnable, T) - Method in class com.ibm.cics.server.CICSExecutorService
SUPPORTED - Static variable in class com.ibm.cics.server.TcpipRequest
Constant - Privacy supported
SuppressedException - Exception in com.ibm.cics.server
Class that represents the CICS SUPPRESSED condition.
SuppressedException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SuppressedException
Constructor to be used when an SUPPRESSED is detected in Java code and a useful message can be supplied, in addition to the original cause.
SymbolErrorException - Exception in com.ibm.cics.server
This class represents the CICS SYMBOLERR condition.
SymbolErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SymbolErrorException
Constructor to be used when an SYMBOLERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
SymbolList - Class in com.ibm.cics.server
This Class provides a wrapper for the symbol list keywords SYMBOLLIST, DELIMITER and UNESCAPED of the CICS DOCUMENT API.
SymbolList(String) - Constructor for class com.ibm.cics.server.SymbolList
Public constructor which accepts a SYMBOLLIST string.
SymbolList(byte[]) - Constructor for class com.ibm.cics.server.SymbolList
Public constructor which accepts a SYMBOLLIST byte array.
SymbolList(String, char, boolean) - Constructor for class com.ibm.cics.server.SymbolList
Public constructor which accepts a SYMBOLLIST string, a DELIMITER character and an UNESCAPED indicator.
SymbolList(byte[], char, boolean) - Constructor for class com.ibm.cics.server.SymbolList
Public constructor which accepts a SYMBOLLIST byte array, a DELIMITER character and a UNESCAPED indicator.
SYNCFREE - Static variable in class com.ibm.cics.server.ConversationState
The SYNCFREE state
SynchronizationResource - Class in com.ibm.cics.server
This abstract class provides the common implementation for synchronized resources.
SynchronizationResource() - Constructor for class com.ibm.cics.server.SynchronizationResource
Construct a default SynchronizationResource.
SyncLevel - Class in com.ibm.cics.server
This class implements an enumeration of the different synchronization levels that can be specified for an APPC conversation.
SyncLevelEditor - Class in com.ibm.cics.server
This Class provides a property editor for the syncLevel property of an AttachInitiator.
SyncLevelEditor() - Constructor for class com.ibm.cics.server.SyncLevelEditor
 
SYNCPOINT - Static variable in class com.ibm.cics.server.SyncLevel
Constant - Sync level SYNCPOINT
SYNCRECEIVE - Static variable in class com.ibm.cics.server.ConversationState
The SYNCRECEIVE state
SYNCSEND - Static variable in class com.ibm.cics.server.ConversationState
The SYNCSEND state
SYSTEM - Static variable in interface com.ibm.cics.server.RegionTraceBits
The SYSTEM trace bit
SYSTEM_PROPERTY_NAME_CONTAINER_EXISTENCE_CHECKING_ENABLED_DEFAULT - Static variable in class com.ibm.cics.server.Channel
The name of a system property which can be set for this JVM server such that if it has a value of false, it turns of checking for the existence of containers on the Channel.getContainer(java.lang.String) method.
SystemBusyException - Exception in com.ibm.cics.server
Class that represents the CICS SYSBUSY condition.
SystemBusyException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.SystemBusyException
Constructor to be used when an SYSBUSY is detected in Java code and a useful message can be supplied.

T

Task - Class in com.ibm.cics.server
This class provides a set of methods and variables that correspond to a CICS task.
TaskAlreadyBoundRuntimeException - Exception in com.ibm.cics.server
An Exception thrown when trying to bind a thread to a CICS Task
TaskAlreadyBoundRuntimeException(String) - Constructor for exception com.ibm.cics.server.TaskAlreadyBoundRuntimeException
 
TaskAlreadyBoundRuntimeException(String, Throwable) - Constructor for exception com.ibm.cics.server.TaskAlreadyBoundRuntimeException
 
TCIDERRException - Exception in com.ibm.cics.server
Class that represents the CICS TCIDERR condition.
TCIDERRException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.TCIDERRException
Constructor to be used when an TCIDERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
TcpipRequest - Class in com.ibm.cics.server
This class provides the Java implementation of TCPIP requests related to the following CICS API commands: EXTRACT CERTIFICATE EXTRACT TCPIP WEB RECEIVE.
TCTUAHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is a copy of the contents of the TCTUA.
TCTUAHolder() - Constructor for class com.ibm.cics.server.TCTUAHolder
Constructs a TCTUAHolder without a value.
TCTUAHolder(byte[]) - Constructor for class com.ibm.cics.server.TCTUAHolder
Constructs a TCTUAHolder
TDQ - Class in com.ibm.cics.server
This Class provides the Java implementation of CICS Transient Data Queues (TDQs).
TDQ() - Constructor for class com.ibm.cics.server.TDQ
Construct a TDQ bean.
TDQ(String) - Constructor for class com.ibm.cics.server.TDQ
Construct a TDQ object with a specific name
TemplateErrorException - Exception in com.ibm.cics.server
This exception represents the CICS TEMPLATERR condition
TemplateErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.TemplateErrorException
Constructor to be used when an TEMPLATERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
Terminal - Class in com.ibm.cics.server
This Class provides the Java interface to a CICS Terminal.
Terminal(String) - Constructor for class com.ibm.cics.server.Terminal
Constructor
Terminal(String, String) - Constructor for class com.ibm.cics.server.Terminal
Constructor
TerminalException - Exception in com.ibm.cics.server
Class that represents the CICS TERMERR condition.
TerminalException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.TerminalException
Constructor used when TERMERR is returned from an API function and a useful message can be supplied.
TerminalPrincipalFacility - Class in com.ibm.cics.server
This Class provides the Java interface to a CICS Terminal.
TerminalSendBits - Interface in com.ibm.cics.server
This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the SEND-related API.
TerminalSendCommonBits - Interface in com.ibm.cics.server
This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the SEND-related API.
TerminalSendControlBits - Interface in com.ibm.cics.server
This interface provides a set of constants that should be used to construct a java.util.BitSet for use with sendControl().
TerminalSendTextBits - Interface in com.ibm.cics.server
This interface provides a set of constants that should be used to construct a java.util.BitSet for use sendText().
THREAD_KILLED - Static variable in class com.ibm.cics.server.JVMServerValue
 
TimedOutException - Exception in com.ibm.cics.server
This exception represents the CICS TIMEDOUT condition
TimedOutException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.TimedOutException
Constructor to be used when an TIMEDOUT is detected in Java code and a useful message can be supplied.
TimeExpiredException - Exception in com.ibm.cics.server
Class that represents the CICS EXPIRED condition.
TimeExpiredException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.TimeExpiredException
Constructor to be used when an EXPIRED is detected in Java code and a useful message can be supplied, in addition to the original cause.
toBinary() - Method in class com.ibm.cics.server.Cursor
Convert the Cursor to a binary value.
TOEPR - Static variable in class com.ibm.cics.server.WSAContext
EPRTYPE cvda value TOEPR
TokenErrorException - Exception in com.ibm.cics.server
Class that represents the CICS TOKENERR condition
TokenErrorException(String, int, Throwable) - Constructor for exception com.ibm.cics.server.TokenErrorException
Constructor to be used when TOKENERR detected in Java code and a useful message can be supplied, in addition to the original cause
toString() - Method in class com.ibm.cics.server.ApplicationContext
$
toString() - Method in class com.ibm.cics.server.Channel
toString() - Method in class com.ibm.cics.server.Container
toString() - Method in class com.ibm.cics.server.ConversationState
 
toString() - Method in class com.ibm.cics.server.DataHolder
 
toString() - Method in enum com.ibm.cics.server.StartCode
 
toString() - Method in class com.ibm.cics.server.SyncLevel
 
toString() - Method in class com.ibm.cics.server.Task
 
toString() - Method in class com.ibm.cics.server.TSQType
 
toString() - Method in class com.ibm.cics.server.Version
TRANSACTION_ABENDED - Static variable in class com.ibm.cics.server.JVMServerValue
 
TransferOfControlException - Exception in com.ibm.cics.server
Deprecated.
Program.xctl() was removed in CICS TS v5.3.
TransferOfControlException(String, Throwable) - Constructor for exception com.ibm.cics.server.TransferOfControlException
Deprecated.
 
Transform - Class in com.ibm.cics.server
This class provides the Java interface to the CICS TRANSFORM command.
Transform() - Constructor for class com.ibm.cics.server.Transform
 
TransformInput - Class in com.ibm.cics.server
This class represents the input parameters for the TRANSFORM command.
TransformInput() - Constructor for class com.ibm.cics.server.TransformInput
 
TransformOutput - Class in com.ibm.cics.server
This class represents the output parameters for the TRANSFORM command.
TransportException - Exception in com.ibm.cics.server
A transport problem has occurred.
TransportException(String, Throwable) - Constructor for exception com.ibm.cics.server.TransportException
Constructor to be used when a TransportException is detected.
tryEnqueue() - Method in class com.ibm.cics.server.AddressResource
Attempt to lock the resource without suspending.
tryEnqueue() - Method in class com.ibm.cics.server.NameResource
Attempt to lock the named resource without suspending.
TSIOErrorException - Exception in com.ibm.cics.server
Class that represents the CICS TSIOERR condition.
TSIOErrorException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.TSIOErrorException
Constructor to be used when an TSIOERR is detected in Java code and a useful message can be supplied, in addition to the original cause.
TSQ - Class in com.ibm.cics.server
This Class provides the Java interface to CICS Temporary Storage Queues (TSQs).
TSQ() - Constructor for class com.ibm.cics.server.TSQ
Construct a TSQ bean.
TSQ(String) - Constructor for class com.ibm.cics.server.TSQ
Construct a TSQ bean with a name.
TSQBeanInfo - Class in com.ibm.cics.server
This Class provides the BeanInfo for a TSQ.
TSQBeanInfo() - Constructor for class com.ibm.cics.server.TSQBeanInfo
 
TSQNameEditor - Class in com.ibm.cics.server
This Class provides a property editor for the name property of a TSQ.
TSQNameEditor() - Constructor for class com.ibm.cics.server.TSQNameEditor
Constructor
TSQType - Class in com.ibm.cics.server
This class implements an enumeration of the different types of TSQ.
TSQTypeEditor - Class in com.ibm.cics.server
This Class provides a property editor for the type property of a TSQ.
TSQTypeEditor() - Constructor for class com.ibm.cics.server.TSQTypeEditor
 
TWAHolder - Class in com.ibm.cics.server
This class holds an array of bytes that is a copy of the contents of the TWA.
TWAHolder() - Constructor for class com.ibm.cics.server.TWAHolder
Constructs a TWAHolder without a value.
TWAHolder(byte[]) - Constructor for class com.ibm.cics.server.TWAHolder
Constructs a TWAHolder.

U

UNABLE_TO_DETERMINE_STATUS - Static variable in class com.ibm.cics.server.IsCICS
Constant - status not known
UnexpectedInformationException - Exception in com.ibm.cics.server
Class that represents the CICS UNEXPIN condition.
UnexpectedInformationException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.UnexpectedInformationException
Constructor to be used when an UNEXPIN is detected in Java code and a useful message can be supplied, in addition to the original cause.
URIMap - Class in com.ibm.cics.server
This class represents a URIMAP resource.
URIMap() - Constructor for class com.ibm.cics.server.URIMap
Construct a URIMap bean.
URIMap(String) - Constructor for class com.ibm.cics.server.URIMap
Construct a URIMap bean.
USER - Static variable in interface com.ibm.cics.server.RegionTraceBits
The USER trace bit
USERCLASS_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
USERMTHDNM_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
USERMTHDSG_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
USRCHANNEL_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 

V

valueOf(String) - Static method in enum com.ibm.cics.server.Application.MatchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cics.server.AsyncService.BlockingAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cics.server.ChildResponse.CompletionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cics.server.CICSExecutorService.RejectedWorkPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cics.server.invocation.CICSProgram.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.cics.server.StartCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.cics.server.Application.MatchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cics.server.AsyncService.BlockingAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cics.server.ChildResponse.CompletionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cics.server.CICSExecutorService.RejectedWorkPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cics.server.invocation.CICSProgram.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.cics.server.StartCode
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.ibm.cics.server
The Version of an object in the form majorVersion.minorVersion.microVersion
Version(int, int, int) - Constructor for class com.ibm.cics.server.Version
The version of an object
Version(int, int) - Constructor for class com.ibm.cics.server.Version
The version of an object.
Version(String) - Constructor for class com.ibm.cics.server.Version
Constructs a version object using a String as input.

W

WAIT - Static variable in interface com.ibm.cics.server.TerminalSendBits
The WAIT terminal code
waitTerminal() - Method in class com.ibm.cics.server.TerminalPrincipalFacility
Deprecated.
All methods operating on this class are synchronous so there is no need to wait for them to complete.
WebService - Class in com.ibm.cics.server
This class provides the Java interface to CICS WebService resources.
WebService() - Constructor for class com.ibm.cics.server.WebService
Construct a WebService bean.
WebService(String) - Constructor for class com.ibm.cics.server.WebService
Construct a WebService object with a specific name
WRAPPER_CLASS_NOT_FOUND - Static variable in class com.ibm.cics.server.JVMServerValue
 
WRAPPER_METHOD_NOT_FOUND - Static variable in class com.ibm.cics.server.JVMServerValue
 
WRAPPERCLS_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
WRAPPERMTH_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
WRAPPERSIG_CONTAINER - Static variable in class com.ibm.cics.server.JVMServerValue
 
write(byte[]) - Method in class com.ibm.cics.server.ESDS
Write a new record to a file.
write(byte[], byte[]) - Method in class com.ibm.cics.server.ESDS
Write a new record to a file via an alternate key.
write(byte[], byte[]) - Method in class com.ibm.cics.server.KSDS
Write a new record to a file.
write(int, int, String, String, String, String, String) - Static method in class com.ibm.cics.server.Message
Deprecated.
write method deprecated at release 6.1. Will be removed at next release
write(long, byte[]) - Method in class com.ibm.cics.server.RRDS
Write a new record to a file.
WriteBreakException - Exception in com.ibm.cics.server
Class that represents the CICS WRBRK condition.
WriteBreakException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.WriteBreakException
Constructor to be used when an WRBRK is detected in Java code and a useful message can be supplied.
writeData(byte[]) - Method in class com.ibm.cics.server.TDQ
Write data to a TDQ.
writeHeader(HttpSession, String, String) - Method in class com.ibm.cics.server.HttpClientRequest
Add HTTP header information to the request This is equivalent to CICS API command WEB WRITE SESSTOKEN.
writeHeader(String, String) - Method in class com.ibm.cics.server.HttpResponse
Add HTTP header information to the response.
writeItem(byte[]) - Method in class com.ibm.cics.server.TSQ
Simplest version of WRITEQ TS.
writeItemConditional(byte[]) - Method in class com.ibm.cics.server.TSQ
Write an item to a TSQ.
writeString(String) - Method in class com.ibm.cics.server.TDQ
Write a String to a TDQ.
writeString(String) - Method in class com.ibm.cics.server.TSQ
Simple version of WRITEQ TS.
WrongStatusException - Exception in com.ibm.cics.server
Class that represents the CICS WRONGSTAT condition.
WrongStatusException(String, int, byte[], Throwable) - Constructor for exception com.ibm.cics.server.WrongStatusException
Constructor to be used when an WRONGSTAT is detected in Java code and a useful message can be supplied.
WSAContext - Class in com.ibm.cics.server
WS-Addressing context interface.
WSAContext() - Constructor for class com.ibm.cics.server.WSAContext
 
WSAEpr - Class in com.ibm.cics.server
WS-Addressing Endpoint Reference helper class.
WSAEpr() - Constructor for class com.ibm.cics.server.WSAEpr
 

X

xmlToData(TransformInput) - Static method in class com.ibm.cics.server.Transform
Transform XML to record based data.
XmlTransform - Class in com.ibm.cics.server
This class represents an XMLTRANSFORM resource.
XmlTransform() - Constructor for class com.ibm.cics.server.XmlTransform
Construct an XmlTransform bean.
XmlTransform(String) - Constructor for class com.ibm.cics.server.XmlTransform
Construct an XmlTransform bean.
A B C D E F G H I J K L M N O P Q R S T U V W X