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

I

IDOC_VERSION_2 - Static variable in class com.sap.mw.jco.JCO
IDOC Version 2
IDOC_VERSION_3 - Static variable in class com.sap.mw.jco.JCO
IDOC Version 3
IDOC_VERSION_DEFAULT - Static variable in class com.sap.mw.jco.JCO
IDOC Version default
IFunctionTemplate - interface com.sap.mw.jco.IFunctionTemplate.
Encapsulates all meta-data of a function and its import, export, and table parameters.
IMPORT_PARAMETER - Static variable in interface com.sap.mw.jco.IMetaData
Flag that indicates a import parameter
IMPORT_PARAMETER - Static variable in class com.sap.mw.jco.JCO
Flag that indicates an import parameter
IMetaData - interface com.sap.mw.jco.IMetaData.
Encapsulates the meta-data of either a parameter list, a structure, or a table.
INACTIVE_PARAMETER - Static variable in interface com.sap.mw.jco.IMetaData
Flag that indicates that the parameter is being excluded from a call
INACTIVE_PARAMETER - Static variable in class com.sap.mw.jco.JCO
Flag that indicates that the parameter is being excluded from a call
INFINITE - Variable in class com.sap.mw.jco.JCO.Pool
The max of connections these can be created by the pool
IRepository - interface com.sap.mw.jco.IRepository.
 
ISO_language - Variable in class com.sap.mw.jco.JCO.Attributes
 
IServerThread - interface com.sap.mw.jco.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.
indexOf(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the index of the named field info
indexOf(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the index of the named field
initPool() - Method in class com.sap.mw.jco.JCO.Pool
Initializes the pool
initialize() - Method in class com.sap.mw.jco.JCO.Record.Type1Record
Initializes data buffer with default values
initializeRow(int) - Method in class com.sap.mw.jco.JCO.Record
Initializes a row
insertRow(int) - Method in class com.sap.mw.jco.JCO.Table
Inserts a new empty row before the specified position
internalSize(JCO.DataSize) - Method in class com.sap.mw.jco.JCO.MetaData.Type1Data
 
internalSize(JCO.DataSize) - Method in class com.sap.mw.jco.JCO.MetaData
 
internalSize(JCO.DataSize) - Method in class com.sap.mw.jco.JCO.Record.Type1Record
 
internalSize(JCO.DataSize) - Method in class com.sap.mw.jco.JCO.Record
 
isActive() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field is active
isActive(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether the specified field is active
isActive(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether the specified field is active
isAlive() - Method in class com.sap.mw.jco.JCO.Client
Checks whether the connection is still alive
isAlive() - Method in class com.sap.mw.jco.JCO.Connection
Checks whether this connection is alive
isAlive() - Method in class com.sap.mw.jco.JCO.Server
Checks whether the server is still alive
isAuthorizationTracingEnabled() - Method in class com.sap.mw.jco.JCO.Client
Checks whether authorization tracing is enabled in the SAP system.
isEmpty() - Method in class com.sap.mw.jco.JCO.Table
Checks whether the table is empty.
isException(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether this field is a exception
isException(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether this field with the specified name is a exception
isException(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is a exception
isException(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is a exception
isExport(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field at the specified index is an export parameter
isExport(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field with the specified name is an export parameter
isExport() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field is an export parameter
isExport(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is an export parameter
isExport(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is an export parameter
isFirstRow() - Method in class com.sap.mw.jco.JCO.Table
Retrieves whether the row pointer is on the first row of this table.
isImport(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field at the specified index is an import parameter
isImport(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field with the specified name is an import parameter
isImport() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field is an import parameter
isImport(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is an import parameter
isImport(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is an import parameter
isInitialized() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field has been initialized
isInitialized(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field has been initialized
isInitialized(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field has been initialized
isLastRow() - Method in class com.sap.mw.jco.JCO.Table
Retrieves whether the row pointer is on the last row of this table.
isNestedType1Structure(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field at the specified index is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout
isNestedType1Structure(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field with the specified name is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout
isNestedType1Structure() - Method in interface com.sap.mw.jco.IMetaData
Checks whether this IMetaData is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout
isNestedType1Structure(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether the field at the specified index is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout
isNestedType1Structure(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether the field with the specified name is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout
isNestedType1Structure() - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this MetaData is a nested TYPE1 structure, which is a structure with a fixed length in memory, but with a nested layout
isOptional(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field at the specified index is an optional parameter
isOptional(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field with the specified name is an optional parameter
isOptional() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field is an optional parameter
isOptional(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is an optional parameter
isOptional(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is an optional parameter
isPooled() - Method in class com.sap.mw.jco.JCO.Client
Returns true if the client was allocated from an JCO.Pool.
isStructure(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field at the specified index is a structure parameter
isStructure(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field with the specified name is a structure parameter
isStructure() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field is a structure parameter
isStructure(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is a structure parameter
isStructure(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is a structure parameter
isTable(int) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field is a table parameter
isTable(String) - Method in interface com.sap.mw.jco.IMetaData
Checks whether the field with the specified name is a table parameter
isTable() - Method in class com.sap.mw.jco.JCO.Field
Checks whether this field is a table parameter
isTable(int) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is a table parameter
isTable(String) - Method in class com.sap.mw.jco.JCO.MetaData
Checks whether this field is a table parameter
isValid() - Method in class com.sap.mw.jco.JCO.Connection
Checks whether this connection is valid
is_initialized - Variable in class com.sap.mw.jco.JCO.Pool
Indicates whether the pool is initialized or not

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