|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
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. |
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() . |
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. |
CicsSecurityManager | This class provides a security manager for the CICS environment. |
CommAreaHolder | The class that represents a COMMAREA. |
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. |
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. |
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. |
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. |
StartRequest | This Bean provides the Java equivalent to the EXEC CICS START command. |
StartRequestBeanInfo | This Class provides the BeanInfo for a StartRequest. |
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. |
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. |
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. |
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. |
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. |
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. |
SystemBusyException | Class that represents the CICS SYSBUSY condition. |
TCIDERRException | Class that represents the CICS TCIDERR condition. |
TerminalException | Class that represents the CICS TERMERR condition. |
TimeExpiredException | Class that represents the CICS EXPIRED 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 |