|
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. |