- get() - Method in interface com.ibm.cics.jcicsx.ReadableBITContainer
-
Read the contents of this container as a byte[]
- get() - Method in interface com.ibm.cics.jcicsx.ReadableCHARContainer
-
Get the contents of this container as a String
- get() - Method in interface com.ibm.cics.jcicsx.ReadableContainer
-
Get the contents of this container
- getBITContainer(String) - Method in interface com.ibm.cics.jcicsx.Channel
-
Get a container of BIT type, i.e.
- getBytesOutput(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinkerResponse
-
Convenience method for reading a named string from a named CHAR container.
- getCause() - Method in exception com.ibm.cics.jcicsx.CICSConditionIOException
- getChannel() - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Get the Channel being used by this ChannelLinker
- getChannel() - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinkerResponse
-
Get the Channel that was used by the ChannelProgramLinker
that
constructed this response, i.e.
- getChannel(String) - Method in interface com.ibm.cics.jcicsx.CICSContext
-
Create a channel with the supplied name.
- getCHARContainer(String) - Method in interface com.ibm.cics.jcicsx.Channel
-
Get a container of CHAR type, i.e.
- getCICSContext() - Static method in interface com.ibm.cics.jcicsx.CICSContext
-
Get an instance of the current CICSContext
.
- getCICSContext() - Method in interface com.ibm.cics.jcicsx.CICSContextProvider
-
- getContainerCount() - Method in interface com.ibm.cics.jcicsx.Channel
-
Get the number of containers in this channel
- getInputBITContainer(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Get a named container to use for supplying binary data input
- getInputCHARContainer(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Get a named container to use for supplying character data input
- getLength() - Method in interface com.ibm.cics.jcicsx.Container
-
Get the length in bytes of the current contents of the CICS Container
- getMessage() - Method in exception com.ibm.cics.jcicsx.CICSConditionException
-
- getMessage() - Method in exception com.ibm.cics.jcicsx.CICSConditionIOException
-
Get the message for this exception
- getMessage() - Method in exception com.ibm.cics.jcicsx.CICSConditionRuntimeException
-
Get the message for this exception
- getName() - Method in interface com.ibm.cics.jcicsx.Channel
-
Get the name of this channel
- getName() - Method in interface com.ibm.cics.jcicsx.Container
-
Get the name of the container
- getOutputBITContainer(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinkerResponse
-
Get a named container to use for reading binary data output.
- getOutputCHARContainer(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinkerResponse
-
Get a named container to use for reading character data output.
- getResp2() - Method in exception com.ibm.cics.jcicsx.CICSConditionException
-
Get the CICS RESP2 code associated with this Exception
- getResp2() - Method in exception com.ibm.cics.jcicsx.CICSConditionIOException
-
Get the CICS RESP2 code associated with this Exception
- getResp2() - Method in exception com.ibm.cics.jcicsx.CICSConditionRuntimeException
-
Get the CICS RESP2 code associated with this Exception
- getRespCode() - Method in exception com.ibm.cics.jcicsx.CICSConditionException
-
Get the CICS RESP code associated with this Exception
- getRespCode() - Method in exception com.ibm.cics.jcicsx.CICSConditionIOException
-
Get the CICS RESP code associated with this Exception
- getRespCode() - Method in exception com.ibm.cics.jcicsx.CICSConditionRuntimeException
-
Get the CICS RESP code associated with this Exception
- getStringOutput(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinkerResponse
-
Convenience method for reading a named string from a named CHAR container.
- getTaskNumber() - Method in interface com.ibm.cics.jcicsx.CICSContext
-
Get the task number of the currently executing CICS task
- getTransactionChannel() - Method in interface com.ibm.cics.jcicsx.CICSContext
-
Get the transaction Channel, if any.
- getValue() - Method in enum com.ibm.cics.jcicsx.RespCode
-
Returns the numeric value associated with this RespCode
- getWith(Deserializer<T>) - Method in interface com.ibm.cics.jcicsx.ReadableBITContainer
-
Read the content of the container into an object of type T
, using
the provided Deserializer
.
- getWith(Deserializer<T>, int) - Method in interface com.ibm.cics.jcicsx.ReadableBITContainer
-
Read the content of the container into an object of type T
, using
the provided Deserializer
.
- serialize(T, OutputStream) - Method in interface com.ibm.cics.jcicsx.Serializer
-
Serializes the supplied object to the supplied OutputStream.
- Serializer<T> - Interface in com.ibm.cics.jcicsx
-
A Serializer
is capable of transforming an object of type T
into a byte-array representation and writing it to a BITContainer
.
- Serializers - Class in com.ibm.cics.jcicsx
-
Common implementations of
Serializer
for various useful functions.
- setBytesInput(String, byte[]) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Convenience method to append a byte[] to a named BIT container
- setStringInput(String, String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Convenience method to append a string to a named CHAR container
- setSyncOnReturn(boolean) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Specifies that the server region named on the SYSID option is to take a
sync point on successful completion of the server program.
- setSyncOnReturn(boolean) - Method in interface com.ibm.cics.jcicsx.ProgramLinker
-
Specifies that the server region named on the SYSID option is to take a
sync point on successful completion of the server program.
- setSysId(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Specify the system name of a CICS server region to where the program link
request is to be routed.
- setSysId(String) - Method in interface com.ibm.cics.jcicsx.ProgramLinker
-
Specify the system name of a CICS server region to where the program link
request is to be routed.
- setTransId(String) - Method in interface com.ibm.cics.jcicsx.ChannelProgramLinker
-
Specifies the name of the mirror transaction that the remote region is to
attach and under which it is to run the server program.
- setTransId(String) - Method in interface com.ibm.cics.jcicsx.ProgramLinker
-
Specifies the name of the mirror transaction that the remote region is to
attach and under which it is to run the server program.
- stringDeserializer(Charset) - Static method in class com.ibm.cics.jcicsx.Deserializers
-
Create a deserializer to read
String
s from a
ReadableBITContainer
using
Java's integrated codepage support to decode them.
- stringSerializer(Charset) - Static method in class com.ibm.cics.jcicsx.Serializers
-
Create a serializer to write Strings to a WritableBITContainer using Java to
encode them