Package com.sap.mw.jco

Interface Summary
IExtendedFieldMetaData Encapsulates the extended meta-data of a single field of either a parameter list, a structure, or a table.
IFunctionTemplate Encapsulates all meta-data of a function and its import, export, and table parameters.
IMetaData Encapsulates the meta-data of either a parameter list, a structure, or a table.
IMiddleware.IClient Middleware methods needed to implement a client
IMiddleware.IServer Middleware methods needed to implement a server
IRepository  
IServerThread This interface defines a minimal set of methods which has to be implemented by an application if it wants to embed a JCO.Server.
JCO.IDocument Interface for IDoc class libraries.
JCO.PoolChangedListener JCO connection listener object This listener will can implemented by an application that is interested in getting information on the changes of a connection pool.
JCO.ServerErrorListener JCO server error listener interface.
JCO.ServerExceptionListener JCO server exception listener interface.
JCO.ServerStateChangedListener JCO server state change listener interface.
JCO.TraceListener JCO trace listener interface.
 

Class Summary
IMiddleware This class is never directly used by application programmers. The class provides methods for middleware implementors and serves as a proxy between the low-level protocol handling routines (e.g RFC, HTTP/SOAP) and the API exposed to the programmer.
JCO The SAP Java Connector (JCo) package provides an API which enables communication with SAP systems.
JCO.Attributes Attributes is a class which holds a number of attributes of a connection, such as codepage information, system information of the partner, etc.
JCO.BasicRepository The meta data repositories are needed to get the technical description of functions and parameters used for fullfiling of RFC calls.
JCO.Client This object holds all information necessary to establish a connection to a remote JCO server, i.e. either a SAP system or an external JCO compliant server, respectively.
JCO.Connection JCO Client object base class.
JCO.Field Class to represent a data field in a record (i.e. parameter list, table, structure).
JCO.FieldIterator Encapsulates an iterator for the fields of a record
JCO.Function Class that represents a function.
JCO.FunctionTemplate Encapsulates all meta data of a function and its import, export, and table parameters.
JCO.MetaData Implements the meta data for a data structure, i.e. table, structure, or parameter list, respectively.
JCO.ParameterList A class that encapsulates a parameter list used to pass on data to a function.
JCO.Pool This class encapsulates a connection pool.
JCO.PoolManager This manager handles all pool objects.
JCO.Record Base class for all data-structures used throughout the JCO toolkit.
JCO.Repository Implementation of the SAP system repository.
JCO.Request A class that encapsulates a request
JCO.Response A class that encapsulates a response
JCO.Server Encapsulates the basic JCO server functionality.
JCO.ServerThread This class implements the minimal set of methods which are necessary to embed a JCO.Server.
JCO.Structure Class that encapsulates a composite data structure.
JCO.Table Class that encapsulates a database table
JCO.Throughput JCO Throughput class.
 

Exception Summary
JCO.AbapException A convenience class on top of JCO.Exception that reports errors which occurred in a SAP system function module
JCO.ConversionException JCO conversion exception.
JCO.Exception General JCO exception object.
JCO.J2EEAbapException A convenience class that wraps a JCO.AbapException.