Package com.ibm.cics.server

Interface Summary
RegionTraceBits This interface provides a set of constants that should be used to construct a java.util.BitSet for use with the Region 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 defines a number of 3270 constants used to send control commands to a terminal.
TerminalSendCommonBits This interface defines a number of 3270 constants used to send control commands to a terminal.
TerminalSendTextBits This interface defines a number of 3270 constants used to send text commands to a terminal.
 

Class Summary
AddressResource This class provides an implementation of a Synchronization based on the address of a data area.
API This abstract class provides for common initialisation for most classes that correspond to a part of the CICS API.
AttachInitiator This class contains the main interfaces that are used to facilitate APPC programming.
CommAreaHolder The class that represents a COMMAREA.
Conversation  
ConversationPrincipalFacility This class represents the Java interface to the APPC Conversation that is attached as the principal facility of the current Task.
ConversationSendOptions  
ConversationState  
Cursor This class represents the cursor on a 3270 terminal.
CWAHolder This class is a holder class for an array of bytes that is a copy of the contents of the CWA.
DataHolder  
EnterRequest This class provides the interface to the EXEC CICS ENTER APIs.
ESDS  
ESDS_Browse  
File  
FileBrowse  
ItemHolder  
KeyedFile  
KeyedFileBrowse  
KeyHolder  
KSDS  
NameResource This class provides an implementation of a Named Synchronization Resource.
Program This class provides the Java interface to CICS Program Control equivalent to the LINK and XCTL commands.
RecordHolder  
Region This class is a representation of the current TRANS system.
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 invoked via the EXEC CICS START API.
RetrievedDataHolder This class holds the values that can be retrieved for a (started) task.
RRDS  
RRDS_Browse  
SearchType  
StartRequest This class provides the Java equivalent to EXEC CICS START command.
SynchronizationResource This class provides an abstract base class for the implementation of the concrete subclasses NameResource and AddressResource.
SyncLevel  
SyncLevelEditor  
Task This class provides a set of methods and variables that correspond to a CICS task.
TCTUAHolder This class is a holder class for an array of bytes that is a copy of the contents of the TCTUA.
TDQ This class provides an implementation of a Transient Data Queue.
Terminal  
TerminalPrincipalFacility This class represents the Java interface to the Terminal that is attached as the principal facility of the current Task.
TSQ  
TSQNameEditor  
TSQType This class implements an enumeration of the different types of TSQ.
TSQTypeEditor  
TWAHolder This class is a holder class for an array of bytes that is a copy of the contents of the TWA.
 

Exception Summary
AbendCancelException Class 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.
CicsConditionException Class that provides a Java class which is used as an exception corresponding to a CICS condition.
CicsException Class that is the superclass of all JCICS exception classes.
CicsResponseConditionException This class is the superclass of all JCICS exception classes that represent CICS conditions for which a response code 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 This class is provided for compatability purposes only.
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.
MapFailureException Class that represents the CICS MAPFAIL condition.
MapPageOverflowException Class that represents the CICS OVERFLOW 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.
TerminalException Class that represents the CICS TERMERR condition.
TimeExpiredException Class that represents the CICS EXPIRED condition.
TransferOfControlException This class is unused in this release of JCICS.
TSIOErrorException Class that represents the CICS TSIOERR condition.
UnexpectedInformationException Class that represents the CICS UNEXPIN condition.
WriteBreakException Class that represents the CICS WRBRK condition.
 

Error Summary
AbendError This class represents an 'unhandleable' CICS abend.
CicsError This class is the superclass for all CICS error classes.
 



Copyright (c) 2005 by Sun Microsystems, Inc.