- 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
-
- 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
-
- ContainerIterator - Class in com.ibm.cics.server
-
- containerIterator() - Method in class com.ibm.cics.server.Task
-
- 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.
- 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
-
- getCompletionStatus() - Method in class com.ibm.cics.server.ChildResponseImpl
-
- 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
-
- getFixedOutForJVMLifetime() - Static method in class com.ibm.cics.server.Task
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
- 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.
- 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
- 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.
- 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
-
- 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
-
- setFixedOutForJVMLifetime(PrintWriter) - Static method in class com.ibm.cics.server.Task
-
- 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.