A B C D E F G H I J K L M N O P Q R S T U W X

J

JCO - class com.sap.mw.jco.JCO.
The SAP Java Connector (JCo) package provides an API which enables communication with SAP systems.
JCO() - Constructor for class com.sap.mw.jco.JCO
Never instantiated directly
JCO.AbapException - exception com.sap.mw.jco.JCO.AbapException.
A convenience class on top of JCO.Exception that reports errors which occurred in a SAP system function module
JCO.AbapException(String) - Constructor for class com.sap.mw.jco.JCO.AbapException
Creates an exception with the specified key.
JCO.AbapException(String, String) - Constructor for class com.sap.mw.jco.JCO.AbapException
Creates an exception
JCO.Attributes - class com.sap.mw.jco.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.Attributes() - Constructor for class com.sap.mw.jco.JCO.Attributes
This class is never instantiated directly
JCO.BASE64 - class com.sap.mw.jco.JCO.BASE64.
 
JCO.BASE64() - Constructor for class com.sap.mw.jco.JCO.BASE64
 
JCO.BasicRepository - class com.sap.mw.jco.JCO.BasicRepository.
The meta data repositories are needed to get the technical description of functions and parameters used for fullfiling of RFC calls.
JCO.BasicRepository(String) - Constructor for class com.sap.mw.jco.JCO.BasicRepository
Constructs a new BasicRepository
JCO.Client - class com.sap.mw.jco.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.Client(Properties) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote SAP system
JCO.Client(String[][]) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client to a remote SAP system using an array to specify the connection parameters.
JCO.Client(String, String, String, String, String, String) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote SAP system (no load balancing)
JCO.Client(String, String, String, String, String, String, String, String) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote SAP system (no load balancing)
JCO.Client(String, String, String, String, String, String, String) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote SAP system (with load balancing)
JCO.Client(String, String, String) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote JCO compliant server program
JCO.Client(String, String, String, String) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote JCO compliant server program
JCO.Client(String, String, String, String, String) - Constructor for class com.sap.mw.jco.JCO.Client
Creates an instance of a client connection to a remote SAP system
JCO.Connection - class com.sap.mw.jco.JCO.Connection.
JCO Client object base class.
JCO.Connection() - Constructor for class com.sap.mw.jco.JCO.Connection
This class will never be instantiated directly
JCO.ConversionException - exception com.sap.mw.jco.JCO.ConversionException.
JCO conversion exception.
JCO.ConversionException(String) - Constructor for class com.sap.mw.jco.JCO.ConversionException
 
JCO.Exception - exception com.sap.mw.jco.JCO.Exception.
General JCO exception object.
JCO.Exception(int, String, String) - Constructor for class com.sap.mw.jco.JCO.Exception
Creates an instance of the error object with the specified message
JCO.Field - class com.sap.mw.jco.JCO.Field.
Class to represent a data field in a record (i.e. parameter list, table, structure).
JCO.Field(JCO.Record, int) - Constructor for class com.sap.mw.jco.JCO.Field
 
JCO.FieldIterator - class com.sap.mw.jco.JCO.FieldIterator.
Encapsulates an iterator for the fields of a record
JCO.FieldIterator(JCO.Record) - Constructor for class com.sap.mw.jco.JCO.FieldIterator
 
JCO.Function - class com.sap.mw.jco.JCO.Function.
Class that represents a function.
JCO.Function(String) - Constructor for class com.sap.mw.jco.JCO.Function
Creates an instance of the function
JCO.Function(String, JCO.ParameterList, JCO.ParameterList, JCO.ParameterList) - Constructor for class com.sap.mw.jco.JCO.Function
Creates an instance of the function
JCO.Function(IFunctionTemplate) - Constructor for class com.sap.mw.jco.JCO.Function
Creates an instance of the function from a template
JCO.FunctionTemplate - class com.sap.mw.jco.JCO.FunctionTemplate.
Encapsulates all meta data of a function and its import, export, and table parameters.
JCO.FunctionTemplate(String, IMetaData, IMetaData, IMetaData, Vector) - Constructor for class com.sap.mw.jco.JCO.FunctionTemplate
Creates an instance of the function template
JCO.FunctionTemplate(String, IMetaData, IMetaData, IMetaData, JCO.AbapException[]) - Constructor for class com.sap.mw.jco.JCO.FunctionTemplate
Creates an instance of the function template
JCO.HEX - class com.sap.mw.jco.JCO.HEX.
 
JCO.HEX() - Constructor for class com.sap.mw.jco.JCO.HEX
 
JCO.IDocument - interface com.sap.mw.jco.JCO.IDocument.
Interface for IDoc class libraries.
JCO.J2EEAbapException - exception com.sap.mw.jco.JCO.J2EEAbapException.
A convenience class that wraps a JCO.AbapException.
JCO.J2EEAbapException(JCO.AbapException) - Constructor for class com.sap.mw.jco.JCO.J2EEAbapException
Create a new instance of the J2EEAbapException
JCO.J2EEAbapException(String) - Constructor for class com.sap.mw.jco.JCO.J2EEAbapException
Create a new instance of the J2EEAbapException
JCO.J2EEAbapException(String, String) - Constructor for class com.sap.mw.jco.JCO.J2EEAbapException
Create a new instance of the J2EEAbapException
JCO.MetaData - class com.sap.mw.jco.JCO.MetaData.
Implements the meta data for a data structure, i.e. table, structure, or parameter list, respectively.
JCO.MetaData() - Constructor for class com.sap.mw.jco.JCO.MetaData
Creates an instance of the meta data object
JCO.MetaData(String) - Constructor for class com.sap.mw.jco.JCO.MetaData
Creates an instance of the meta data object
JCO.MetaData(String, int) - Constructor for class com.sap.mw.jco.JCO.MetaData
Creates an instance of the meta data object and preallocates data structures for the specifed number of entries.
JCO.MetaData(IMetaData) - Constructor for class com.sap.mw.jco.JCO.MetaData
Creates an instance of the meta data object
JCO.MetaData.Type1Data - class com.sap.mw.jco.JCO.MetaData.Type1Data.
 
JCO.MetaData.Type1Data() - Constructor for class com.sap.mw.jco.JCO.MetaData.Type1Data
create an instance of type1 related metadata
JCO.ParameterList - class com.sap.mw.jco.JCO.ParameterList.
A class that encapsulates a parameter list used to pass on data to a function.
JCO.ParameterList() - Constructor for class com.sap.mw.jco.JCO.ParameterList
Creates an instance of a parameter list
JCO.ParameterList(IMetaData) - Constructor for class com.sap.mw.jco.JCO.ParameterList
Creates an instance of a parameter list
JCO.ParameterList(JCO.ParameterList) - Constructor for class com.sap.mw.jco.JCO.ParameterList
Creates an new instance of a parameter list which has the same contents as the parameter list argument
JCO.Pool - class com.sap.mw.jco.JCO.Pool.
This class encapsulates a connection pool.
JCO.Pool(JCO.PoolManager, String, JCO.Client, int) - Constructor for class com.sap.mw.jco.JCO.Pool
Creates a new pool.
JCO.PoolChangedListener - interface com.sap.mw.jco.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 - class com.sap.mw.jco.JCO.PoolManager.
This manager handles all pool objects.
JCO.PoolManager() - Constructor for class com.sap.mw.jco.JCO.PoolManager
Create a new instance of a PoolManager.
JCO.PoolManager.TimeoutChecker - class com.sap.mw.jco.JCO.PoolManager.TimeoutChecker.
Helper class
JCO.PoolManager.TimeoutChecker(JCO.PoolManager) - Constructor for class com.sap.mw.jco.JCO.PoolManager.TimeoutChecker
 
JCO.Record - class com.sap.mw.jco.JCO.Record.
Base class for all data-structures used throughout the JCO toolkit.
JCO.Record(int) - Constructor for class com.sap.mw.jco.JCO.Record
Creates a record of the specified type
JCO.Record(IMetaData) - Constructor for class com.sap.mw.jco.JCO.Record
Creates a record with a layout as specified by the meta data
JCO.Record(int, IMetaData) - Constructor for class com.sap.mw.jco.JCO.Record
Creates a record with a layout as specified by the meta data
JCO.Record(int, String) - Constructor for class com.sap.mw.jco.JCO.Record
Creates a record with a layout as specified by the meta data
JCO.Record(JCO.Record) - Constructor for class com.sap.mw.jco.JCO.Record
Creates an new instance of a record which has the same contents as the record argument
JCO.Record.Type1Record - class com.sap.mw.jco.JCO.Record.Type1Record.
 
JCO.Record.Type1Record() - Constructor for class com.sap.mw.jco.JCO.Record.Type1Record
 
JCO.Record.XMLReader - class com.sap.mw.jco.JCO.Record.XMLReader.
Converts an XML document into a record
JCO.Record.XMLReader(JCO.Record) - Constructor for class com.sap.mw.jco.JCO.Record.XMLReader
Creates a new XMLReader object
JCO.Record.XMLWriter - class com.sap.mw.jco.JCO.Record.XMLWriter.
Converts a record to an XML document
JCO.Record.XMLWriter() - Constructor for class com.sap.mw.jco.JCO.Record.XMLWriter
Create a new XMLWriter
JCO.Record.XMLWriter(Writer) - Constructor for class com.sap.mw.jco.JCO.Record.XMLWriter
Creates a new XMLWriter object
JCO.Record.XMLWriter(JCO.Record.XMLWriter, Writer) - Constructor for class com.sap.mw.jco.JCO.Record.XMLWriter
Creates a new XMLWriter object
JCO.Repository - class com.sap.mw.jco.JCO.Repository.
Implementation of the SAP system repository.
JCO.Repository(String, String) - Constructor for class com.sap.mw.jco.JCO.Repository
Creates a new SAP system repository
JCO.Repository(String, String[]) - Constructor for class com.sap.mw.jco.JCO.Repository
Creates a new SAP system repository
JCO.Repository(String, JCO.Client) - Constructor for class com.sap.mw.jco.JCO.Repository
Creates a new SAP system repository
JCO.Request - class com.sap.mw.jco.JCO.Request.
A class that encapsulates a request
JCO.Request(String, JCO.AbapException[]) - Constructor for class com.sap.mw.jco.JCO.Request
Creates an instance of a parameter list
JCO.Request(IMetaData, IMetaData, JCO.AbapException[]) - Constructor for class com.sap.mw.jco.JCO.Request
Creates an instance of a parameter list
JCO.Response - class com.sap.mw.jco.JCO.Response.
A class that encapsulates a response
JCO.Response(String, JCO.AbapException[]) - Constructor for class com.sap.mw.jco.JCO.Response
Creates an instance of a parameter list
JCO.Response(IMetaData, IMetaData, JCO.AbapException[]) - Constructor for class com.sap.mw.jco.JCO.Response
Creates an instance of a parameter list
JCO.Server - class com.sap.mw.jco.JCO.Server.
Encapsulates the basic JCO server functionality.
JCO.Server(Properties) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server connection
JCO.Server(Properties, IRepository) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server connection
JCO.Server(Properties, IServerThread, IRepository) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server connection
JCO.Server(String[][], IRepository) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server using an array to specify the connection parameters.
JCO.Server(String[], IRepository) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server using an arv array as passed by void main(String[] argv)
JCO.Server(String, String, String, IRepository) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server connection
JCO.Server(String, String, String, IServerThread, IRepository) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server connection
JCO.Server(String, String, String) - Constructor for class com.sap.mw.jco.JCO.Server
Creates an instance of a server connection Note: before this server can be used one must set the repository and thread !!!
JCO.ServerErrorListener - interface com.sap.mw.jco.JCO.ServerErrorListener.
JCO server error listener interface.
JCO.ServerExceptionListener - interface com.sap.mw.jco.JCO.ServerExceptionListener.
JCO server exception listener interface.
JCO.ServerStateChangedListener - interface com.sap.mw.jco.JCO.ServerStateChangedListener.
JCO server state change listener interface.
JCO.ServerThread - class com.sap.mw.jco.JCO.ServerThread.
This class implements the minimal set of methods which are necessary to embed a JCO.Server.
JCO.ServerThread(JCO.Server) - Constructor for class com.sap.mw.jco.JCO.ServerThread
Never instantiated directly
JCO.Structure - class com.sap.mw.jco.JCO.Structure.
Class that encapsulates a composite data structure.
JCO.Structure(String) - Constructor for class com.sap.mw.jco.JCO.Structure
Creates an instance of the structure
JCO.Structure(IMetaData) - Constructor for class com.sap.mw.jco.JCO.Structure
Creates an instance of the structure with a layout as specified by the IMetaData argument
JCO.Structure(int, IMetaData) - Constructor for class com.sap.mw.jco.JCO.Structure
Creates an instance of the structure with a layout as specified by the the IMetaData argument
JCO.Structure(JCO.Structure) - Constructor for class com.sap.mw.jco.JCO.Structure
Creates an new instance of a structure which has the same layout and contents as the structure argument.
JCO.Structure(JCO.Table) - Constructor for class com.sap.mw.jco.JCO.Structure
Creates an new instance of a structure which has the same layout as the table argument.
JCO.Structure(JCO.Table, int) - Constructor for class com.sap.mw.jco.JCO.Structure
Creates an new instance of a structure which has the same layout as the table argument.
JCO.Table - class com.sap.mw.jco.JCO.Table.
Class that encapsulates a database table
JCO.Table(String) - Constructor for class com.sap.mw.jco.JCO.Table
Creates an instance of the table
JCO.Table(IMetaData) - Constructor for class com.sap.mw.jco.JCO.Table
Creates an instance of the table with a column layout as specified by the IMetaData argument
JCO.Table(JCO.Table) - Constructor for class com.sap.mw.jco.JCO.Table
Creates an new instance of a table which has the same layout and contents as the table argument
JCO.Table(JCO.Structure) - Constructor for class com.sap.mw.jco.JCO.Table
Creates an new instance of a table which has the same layout as the structure argument.
JCO.Throughput - class com.sap.mw.jco.JCO.Throughput.
JCO Throughput class.
JCO.Throughput() - Constructor for class com.sap.mw.jco.JCO.Throughput
 
JCO.TraceListener - interface com.sap.mw.jco.JCO.TraceListener.
JCO trace listener interface.
JCO_ERROR_ABAP_EXCEPTION - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_APPLICATION_EXCEPTION - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_CANCELLED - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_COMMUNICATION - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_CONCURRENT_CALL - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_CONVERSION - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_DSR_LOAD_ERROR - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_DSR_PASSPORT_NOT_RECEIVED - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_DSR_PASSPORT_NOT_VALID - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_EXTENSION - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_FIELD_NOT_FOUND - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_FUNCTION_NOT_FOUND - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_ILLEGAL_ARGUMENT - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_ILLEGAL_TID - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_INITIALIZATION - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_INTERNAL - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_INVALID_HANDLE - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_JARM_LOAD_ERROR - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_LOGON_FAILURE - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_NOT_SUPPORTED - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_NULL_HANDLE - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_PROGRAM - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_PROTOCOL - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_RESOURCE - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_SERVER_STARTUP - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_STATE_BUSY - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_SYSTEM_FAILURE - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_UNSUPPORTED_CODEPAGE - Static variable in class com.sap.mw.jco.JCO.Exception
 
JCO_ERROR_XML_PARSER - Static variable in class com.sap.mw.jco.JCO.Exception
 
jarm_monitor - Variable in class com.sap.mw.jco.JCO.Connection
 

A B C D E F G H I J K L M N O P Q R S T U W X
Copyright 2006 SAP AG Complete Copyright Notice