Uses of Package
com.sap.mw.jco

Classes in com.sap.mw.jco used by com.sap.mw.jco
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
          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.
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.AbapException
          A convenience class on top of JCO.Exception that reports errors which occurred in a SAP system function module
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.Exception
          General JCO exception object.
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.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.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.PoolManager
          This manager handles all pool objects.
JCO.Record
          Base class for all data-structures used throughout the JCO toolkit.
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.ServerErrorListener
          JCO server error listener interface.
JCO.ServerExceptionListener
          JCO server exception listener interface.
JCO.ServerStateChangedListener
          JCO server state change listener interface.
JCO.Structure
          Class that encapsulates a composite data structure.
JCO.Table
          Class that encapsulates a database table
JCO.Throughput
          JCO Throughput class.
JCO.TraceListener
          JCO trace listener interface.