|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
OutputRedirectionPlugin | Usage: This interface provides a single method to the CICS Wrapper class for use when redirecting requests for STDOUT and STDERR. |
RegionTraceBits | This interface provides a set of constants that should be used to construct
a java.util.BitSet for use with the TRACE-related API. |
ResetOnInitialization | This interface is used by classes that need to register themselves as requiring resetting on entry to the JVM. |
RetrieveBits | This interface provides a set of constants that should be used to construct
a java.util.BitSet for use with the Task.retrieve() method. |
TerminalSendBits | This interface provides a set of constants that should be used to construct
a java.util.BitSet for use with the SEND-related API. |
TerminalSendCommonBits | This interface provides a set of constants that should be used to construct
a java.util.BitSet for use with the SEND-related API. |
TerminalSendControlBits | This interface provides a set of constants that should be used to construct
a java.util.BitSet for use with sendControl() . |
TerminalSendTextBits | This interface provides a set of constants that should be used to construct
a java.util.BitSet for use sendText() . |
TidyUpOnTermination | This interface is used by classes that need to register themselves as requiring resetting on exit from the JVM. |
Class Summary | |
---|---|
AddressResource | This class provides the implementation of synchronization based on the address of a data area. |
AIDValue | This class provides a set of constants for use with getAIDbyte() method in the TerminalPrincipalFacility class. |
API | This abstract class provides for common initialisation for every class that corresponds to a part of the CICS API, except for ABENDs and exceptions, and it ensures sufficient initialisation of the environment to allow CICS API calls to be made. |
AttachInitiator | This bean is the main interface to APPC. |
AttachInitiatorBeanInfo | This Class provides the BeanInfo for an AttachInitiator. |
CertificateInfo | Usage: This Class provides the Java implementation of CICS API command EXTRACT CERTIFICATE. |
Channel | This is the Java implementation of CICS Channels |
ChannelFactory | This is the Factory for creating CICS Channels |
CicsSecurityManager | This class provides a security manager for the CICS environment. |
CommAreaHolder | The class that represents a COMMAREA. |
Container | This is the Java implementation of CICS Containers |
ContainerIterator | This is the ContainerIterator which allows CICS Java programs to browse all Containers in a Channel. |
Conversation | This class implements the interface that is common to both ends of an APPC conversation. |
ConversationPrincipalFacility | |
ConversationSendOptions | This class presents a way to specify the following options on the SEND command: [INVITE|LAST] [CONFIRM|WAIT] The various set methods check that only valid combinations of options are allowed. |
ConversationState | This class implements an enumeration representing the different states in which an APPC conversation can be. |
Cursor | This class provides a set of methods and variables that correspond to the CURSOR of a CICS terminal. |
CWAHolder | This class holds an array of bytes that is a copy of the contents of the CWA. |
DataHolder | This class holds an array of bytes that is the data read from a TDQ. |
Document | Usage: This Class provides the Java implementation of the CICS DOCUMENT API. |
DocumentLocation | Usage: This Class provides a wrapper for the AT and TO keywords for CICS DOCUMENT API command DOCUMENT INSERT. |
EnterRequest | This Bean provides the Java equivalent to the EXEC CICS ENTER command. |
ESDS | This class is the implementation class for the ESDS kind of file. |
ESDS_Browse | This class implements the CICS File Control interface for browsing ESDS files via RBA. |
FileBrowse | This class is the superclass of all of the browse-related implementation classes. |
FormField | Usage: This Class extends the NameValueData class and the class returned from HttpRequest methods: getFormField() getNextFormField() |
HttpClientRequest | Usage: This class provides the Java implementation of HTTP client requests related to the following CICS API commands: WEB SEND SESSTOKEN WEB WRITE SESSTOKEN |
HttpClientResponse | Usage: This class provides the Java implementation of HTTP client response related to the following CICS API commands: WEB RECEIVE SESSTOKEN WEB READ SESSTOKEN WEB STARTBROWSE SESSTOKEN WEB READNEXT SESSTOKEN WEB ENDBROWSE SESSTOKEN |
HttpHeader | Usage: This Class extends the NameValueData class and the class returned from HttpRequest methods: getHeader() getNextHeader() |
HttpRequest | Usage: This class provides the Java implementation of HTTP requests related to the following CICS API WEB server commands: WEB EXTRACT WEB READ HTTPHEADER WEB READ FORMFIELD WEB STARTBROWSE HTTPHEADER WEB READNEXT HTTPHEADER WEB ENDBROWSE HTTPHEADER WEB STARTBROWSE FORMFIELD WEB READNEXT FORMFIELD WEB ENDBROWSE FORMFIELD WEB RECEIVE |
HttpResponse | Usage: This class provides the Java implementation of HTTP responses related to the following CICS API WEB server commands: WEB WRITE WEB SEND |
HttpSession | Usage: This class provides the Java implementation of HTTP client requests related to the following CICS API commands: WEB OPEN WEB CLOSE WEB EXTRACT SESSTOKEN |
IsCICS | Class to call the JNI function ..._DTCisCICS () to, currently, obtain whether we're currently in CICS and/or we can use the CICS API. |
ItemHolder | This class holds an array of bytes that is the data read from a TSQ. |
KeyedFile | This is the implementation class for the KeyedFile interface. |
KeyedFileBrowse | This class implements browsing a keyed file. |
KeyHolder | This class holds an array of bytes that is the key of a file. |
KSDS | This class is the implementation class for the KSDS kind of file. |
Message | |
NameResource | This class provides the implementation for named synchronized resources. |
NameValueData | Usage: This abstract class is used to store name value pairs. |
Program | This Bean provides the Java interface to CICS Program Control equivalent to the LINK and XCTL commands. |
RecordHolder | This class holds an array of bytes that is the data read from a file. |
Region | This class provides a set of methods and variables that correspond to a CICS region. |
RemotableResource | This abstract class provides the common implementation for resources that can be accessed on other systems. |
Resource | This abstract class provides the common implementation for named resources. |
RetrievedData | This class holds the data retrieved for a task that has been STARTed. |
RetrievedDataHolder | This class holds the values that can be retrieved for a (started) task. |
RRDS | This class is the implementation class for the RRDS kind of file. |
RRDS_Browse | This class implements the CICS File Control interface for browsing RRDS files via RRN. |
SearchType | This class implements an enumeration of the different search types that can be used with generic keys. |
SoapFault | This class provides the Java interface to CICS SOAPFAULT API. |
StartRequest | This Bean provides the Java equivalent to the EXEC CICS START command. |
StartRequestBeanInfo | This Class provides the BeanInfo for a StartRequest. |
SymbolList | Usage: This Class provides a wrapper for the symbol list keywords SYMBOLLIST, DELIMITER and UNESCAPED of the CICS DOCUMENT API. |
SynchronizationResource | This abstract class provides the common implementation for synchronized resources. |
SyncLevel | This class implements an enumeration of the different synchronization levels that can be specified for an APPC conversation. |
SyncLevelEditor | This Class provides a property editor for the syncLevel property of an AttachInitiator. |
Task | This class provides a set of methods and variables that correspond to a CICS task. |
TcpipRequest | Usage: This class provides the Java implementation of TCPIP requests related to the following CICS API commands: EXTRACT CERTIFICATE EXTRACT TCPIP WEB RECEIVE |
TCTUAHolder | This class holds an array of bytes that is a copy of the contents of the TCTUA. |
TDQ | This Class provides the Java implementation of CICS Transient Data Queues (TDQs). |
Terminal | This Class provides the Java interface to a CICS Terminal. |
TerminalPrincipalFacility | This Class provides the Java interface to a CICS Terminal. |
TerminalPrincipalFacilityExtended | Deprecated. This class was provided in CICS TS 1.3 to support additional functionality for the TerminalPrincipalFacility class, when using the Enterprise Toolkit for OS/390 (Java program objects). |
TSQ | This Class provides the Java interface to CICS Temporary Storage Queues (TSQs). |
TSQBeanInfo | This Class provides the BeanInfo for a TSQ. |
TSQNameEditor | This Class provides a property editor for the name property of a TSQ. |
TSQType | This class implements an enumeration of the different types of TSQ. |
TSQTypeEditor | This Class provides a property editor for the type property of a TSQ. |
TWAHolder | This class holds an array of bytes that is a copy of the contents of the TWA. |
WebService | This class provides the Java interface to CICS WebService resources. |
WrapperHelper | Usage: This Class is not part of the JCICS API |
Exception Summary | |
---|---|
AbendCancelException | Provides a Java exception that corresponds to a CICS ABEND CANCEL. |
AbendException | Class that provides a Java exception that corresponds to a CICS ABEND. |
AllocationErrorException | Class that represents the CICS ALLOCERR condition. |
CCErrorException | Class that represents the CICS CCERROR condition. |
CCSIDErrorException | Class that represents the CICS CCSIDERR condition |
ChannelErrorException | Class that represents the CICS CHANNELERR condition |
CicsConditionException | Class that provides a Java class which is used as an exception corresponding to a CICS condition. |
CicsException | Class that provides the superclass for all CICS exception classes. |
CicsResponseConditionException | 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. |
CicsRuntimeException | Class that provides the superclass for all CICS RuntimeExceptions. |
CodePageErrorException | Class that represents the CICS CODEPAGEERR condition |
ContainerErrorException | Class that represents the CICS CONTAINERERR condition |
DestinationSelectionErrorException | Class that represents the CICS SELNERR condition. |
DestinationStatusChangeException | Class that represents the CICS DSSTAT condition. |
DumpOpenErrorException | Class that represents the CICS OPENERR condition. |
DuplicateKeyException | Class that represents the CICS DUPKEY condition. |
DuplicateRecordException | Class that represents the CICS DUPREC condition. |
EndException | Class that represents the CICS END condition. |
EndOfChainIndicatorException | Class that represents the CICS EOC condition. |
EndOfDataException | Class that represents the CICS ENDDATA condition. |
EndOfDataSetIndicatorException | Class that represents the CICS EODS condition. |
EndOfFileException | Class that represents the CICS ENDFILE condition. |
EndOfFileIndicatorException | Class that represents the CICS EOF condition. |
EndOfInputIndicatorException | Class that represents the CICS ENDINPT condition. |
EndOfProgramException | Class that provides the Java class that is used as an exception to indicate that a program has terminated. |
ErrorException | Class that represents the CICS ERROR condition. |
FileDisabledException | Class that represents the CICS DISABLED condition. |
FileNotFoundException | Class that represents the CICS FILENOTFOUND condition. |
FunctionErrorException | Class that represents the CICS FUNCERR condition. |
InboundFMHException | Class that represents the CICS INBFMH condition. |
InboundSignalException | Class that represents the CICS SIGNAL condition. |
InvalidControlBlockIdException | Class that represents the CICS CBIDERR condition. |
InvalidDirectionException | Class that represents the CICS IGREQCD condition. |
InvalidErrorTerminalException | Class that represents the CICS INVERRTERM condition. |
InvalidExitRequestException | Class that represents the CICS INVEXITREQ condition. |
InvalidJournalIdException | Class that represents the CICS JIDERR condition. |
InvalidLDCException | Class that represents the CICS INVLDC condition. |
InvalidMapSizeException | Class that represents the CICS INVMPSZ condition. |
InvalidNodeIdException | Class that represents the CICS NODEIDERR condition. |
InvalidPartitionException | Class that represents the CICS INVPARTN condition. |
InvalidPartitionSetException | Class that represents the CICS INVPARTNSET condition. |
InvalidProgramIdException | Class that represents the CICS PGMIDERR condition. |
InvalidQueueIdException | Class that represents the CICS QIDERR condition. |
InvalidREQIDPrefixException | Class that represents the CICS IGREQID condition. |
InvalidRequestException | Class that represents the CICS INVREQ condition. |
InvalidRetrieveOptionException | Class that represents the CICS ENVDEFERR condition. |
InvalidSystemIdException | Class that represents the CICS SYSIDERR condition. |
InvalidTaskIdException | Class that represents the CICS TASKIDERR condition. |
InvalidTerminalIdException | Class that represents the CICS TERMIDERR condition. |
InvalidTransactionIdException | Class that represents the CICS TRANSIDERR condition. |
InvalidTSRequestException | Class that represents the CICS INVTSREQ condition. |
InvalidUserIdException | Class that represents the CICS USERIDERR condition. |
IOErrorException | Class that represents the CICS IOERR condition. |
ISCInvalidRequestException | Class that represents the CICS ISCINVREQ condition. |
ItemErrorException | Class that represents the CICS ITEMERR condition. |
LengthErrorException | Class that represents the CICS LENGERR condition. |
LogicException | Class that represents the CICS ILLOGIC condition. |
MapErrorException | Class that represents the CICS MAPERROR condition. |
MapFailureException | Class that represents the CICS MAPFAIL condition. |
MapPageOverflowException | Class that represents the CICS OVERFLOW condition. |
NameErrorException | Class that represents the CICS NAMEERROR condition. |
NoJournalBufferSpaceException | Class that represents the CICS NOJBUFSP condition. |
NonHttpDataException | Usage: 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. |
NoPassbookReadException | Class that represents the CICS NOPASSBKRD condition. |
NoPassbookWriteException | Class that represents the CICS NOPASSBKWR condition. |
NoSpaceException | Class that represents the CICS NOSPACE condition. |
NoSpoolException | Class that represents the CICS NOSPOOL condition. |
NoStorageException | Class that represents the CICS NOSTG condition. |
NotAllocatedException | Class that represents the CICS NOTALLOC condition. |
NotAuthorisedException | Class that represents the CICS NOTAUTH condition. |
NotOpenException | Class that represents the CICS NOTOPEN condition. |
NotValidException | Class that represents the CICS NONVAL condition. |
PartitionFailureException | Class that represents the CICS PARTNFAIL condition. |
QueueBusyException | Class that represents the CICS QBUSY condition. |
QueueZeroException | Class that represents the CICS QZERO condition. |
ReadAttentionException | Class that represents the CICS RDATT condition. |
RecordNotFoundException | Class that represents the CICS NOTFND condition. |
ResourceUnavailableException | Class that represents the CICS ENQBUSY condition. |
ReturnedPageException | Class that represents the CICS RETPAGE condition. |
RolledBackException | Class that represents the CICS ROLLEDBACK condition. |
RouteFailedException | Class that represents the CICS RTEFAIL condition. |
RoutePartiallyFailedException | Class that represents the CICS RTESOME condition. |
SessionBusyException | Class that represents the CICS SESSBUSY condition. |
SessionErrorException | Class that represents the CICS SESSIONERR condition. |
SpoolBusyException | Class that represents the CICS SPOLBUSY condition. |
SpoolErrorException | Class that represents the CICS SPOLERR condition. |
StartFailedException | Class that represents the CICS NOSTART condition. |
STRELERRException | Class that represents the CICS STRELERR condition. |
SuppressedException | Class that represents the CICS SUPPRESSED condition. |
SymbolErrorException | Usage: This class represents the CICS SYMBOLERR condition. |
SystemBusyException | Class that represents the CICS SYSBUSY condition. |
TCIDERRException | Class that represents the CICS TCIDERR condition. |
TemplateErrorException | Usage: This exception represents the CICS TEMPLATERR condition |
TerminalException | Class that represents the CICS TERMERR condition. |
TimedOutException | Usage: This exception represents the CICS TIMEDOUT condition |
TimeExpiredException | Class that represents the CICS EXPIRED condition. |
TokenErrorException | Class that represents the CICS TOKENERR condition |
TransferOfControlException | Class that represents the CICS SYSIDERR condition. |
TSIOErrorException | Class that represents the CICS TSIOERR condition. |
UnexpectedInformationException | Class that represents the CICS UNEXPIN condition. |
WriteBreakException | Class that represents the CICS WRBRK condition. |
WrongStatusException | Class that represents the CICS WRONGSTAT condition. |
Error Summary | |
---|---|
AbendError | Class for an "unhandleable" CICS ABEND. |
CicsError | Class that provides the superclass for all CICS error classes. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |