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

G

getASHost() - Method in class com.sap.mw.jco.JCO.Client
Returns the application server
getAbapDebug() - Method in class com.sap.mw.jco.JCO.Client
Returns whether debugging is enabled or not.
getAbapDebug() - Method in class com.sap.mw.jco.JCO.Pool
Returns true if ABAP debugging is enabled for the connections of this pool, and false otherwise.
getAbapException() - Method in class com.sap.mw.jco.JCO.J2EEAbapException
Returns the original JCO.AbapException
getAttributes() - Method in class com.sap.mw.jco.JCO.Client
Returns the attributes object for this connection.
getAttributes() - Method in class com.sap.mw.jco.JCO.Connection
Returns the attributes of the RFC connection.
getAttributes() - Method in class com.sap.mw.jco.JCO.Server
Returns the attributes object for this server.
getAuthorizationTraceID() - Method in class com.sap.mw.jco.JCO.Client
Returns the currently used authorization trace ID for this client.
getBigDecimal() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a BigDecimal object
getBigDecimal(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a BigDecimal object
getBigDecimal(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a BigDecimal object
getBigInteger() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a BigInteger object
getBigInteger(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a BigInteger object
getBigInteger(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a BigInteger object
getBinaryStream() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a stream of uninterpreted bytes, i.e. an java.io.InputStream object
getBinaryStream(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a stream of uninterpreted bytes, i.e. an java.io.InputStream object
getBinaryStream(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a stream of uninterpreted bytes, i.e. a java.io.InputStream object
getByte(int) - Method in class com.sap.mw.jco.JCO.Field
Returns the value of the i'th field as a byte
getByte(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a byte
getByte(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a byte
getByteArray() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a byte[] array
getByteArray(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a byte array
getByteArray(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a byte[] array
getCPICConversationID() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the low-level CPIC conversion ID for a connection
getCachedFunctionInterfaces() - Method in interface com.sap.mw.jco.IRepository
Returns the names of the cached functions as a string array
getCachedFunctionInterfaces() - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the names of the cached functions as a string array
getCachedStructureDefinitions() - Method in interface com.sap.mw.jco.IRepository
Returns the names of the cached structures as a string array
getCachedStructureDefinitions() - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the names of the cached structures as a string array
getCallModel() - Method in class com.sap.mw.jco.JCO.Server
Returns the call model which can be either JCO.Server.FUNCTION_MODEL or JCO.Server.REQUEST_RESPONSE_MODEL.
getCapacity() - Method in class com.sap.mw.jco.JCO.MetaData
Returns the capacity of the internal buffers
getChar() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a character
getChar(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a char
getChar(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a chargetCharArray(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a char array
getCharArray(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a char[] array
getCharacterStream() - Method in class com.sap.mw.jco.JCO.Field
Returns the value of the i'th field as a stream of characeters, i.e. an java.io.Reader object
getCharacterStream(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a java.io.Reader object
getCharacterStream(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a stream of characters, i.e. a java.io.Reader object
getClassNameOfValue() - Method in class com.sap.mw.jco.JCO.Field
Returns the fully-qualified name of the Java class whose instances are manufactured if the method Field.getValue() is called to retrieve a value from a field.
getClassNameOfValue(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String field_name) are called to retrieve a calue from the field.
getClassNameOfValue(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String field_name) are called to retrieve a calue from the field.
getClient() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the SAP client field from the attributes
getClient() - Method in class com.sap.mw.jco.JCO.Client
Returns the client
getClient(boolean) - Method in class com.sap.mw.jco.JCO.Pool
Returns a client from the pool
getClient(String) - Method in class com.sap.mw.jco.JCO.PoolManager
Returns a new client connection from the specified pool.
getClient(String, boolean) - Method in class com.sap.mw.jco.JCO.PoolManager
Returns a new client connection from the specified pool and resets all resources associated with this connection.
getClient(String) - Static method in class com.sap.mw.jco.JCO
Returns a client connection from the specified pool.
getClient(String, boolean) - Static method in class com.sap.mw.jco.JCO
Returns a client connection from the specified pool.
getClientInterface() - Static method in class com.sap.mw.jco.JCO.Client
Creates a new middleware object
getClientPoolManager() - Static method in class com.sap.mw.jco.JCO
Returns the pool manager
getConnectionHandle() - Method in class com.sap.mw.jco.JCO.Connection
Returns the handle of connection.
getConnectionTimeout() - Method in class com.sap.mw.jco.JCO.Pool
Returns the connection timeout in milliseconds.
getConnectionTimeout() - Method in class com.sap.mw.jco.JCO.PoolManager
Returns the default value for the connection timeout in milliseconds.
getCurrentPoolSize() - Method in class com.sap.mw.jco.JCO.Pool
Returns the number of connections that are created for this pool and are currently alive.
getDataBuffer() - Method in class com.sap.mw.jco.JCO.Record
This method is for internal use only.
getDataBufferLength(int) - Method in class com.sap.mw.jco.JCO.MetaData
This method is for internal use only.
getDataBufferOffset(int) - Method in class com.sap.mw.jco.JCO.MetaData
This method is for internal use only.
getDataBufferOffset(int) - Method in class com.sap.mw.jco.JCO.Record
This method is for internal use only.
getDataBufferRowLength() - Method in class com.sap.mw.jco.JCO.Record
This method is for internal use only.
getDate() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a Date object
getDate(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a date
getDate(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a Date object
getDecimals(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the number of decimals of the data field at the specified index Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
getDecimals(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the number of decimals for the field with the specified name Decimals are only necessary for the JCO data types TYPE_BCD and TYPE_FLOAT, respectively.
getDecimals() - Method in class com.sap.mw.jco.JCO.Field
Returns the number of decimals of the field Decimals are only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT.
getDecimals(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the number of decimals of the field Decimals are only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT.
getDecimals(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the number of decimals of the field Decimals are only necessary for the data types JCO.TYPE_BCD and JCO.TYPE_FLOAT.
getDefault(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the default value of the data field at the specified index
getDefault(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the default value for the field with the specified name
getDefault() - Method in class com.sap.mw.jco.JCO.Field
Returns the default value of this field
getDefault(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the default value for the specified field
getDefault(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the default value for the specified field
getDescription(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the descriptional text of the data field at the specified index
getDescription(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the descriptional text for the field with the specified name
getDescription() - Method in class com.sap.mw.jco.JCO.Field
Returns a textual description for this field
getDescription(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns a textual description for the specified field
getDescription(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns a textual description for the specified field
getDestination() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the dest field of the connection attributes
getDouble() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a double
getDouble(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a double
getDouble(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a double
getDsrPassport() - Method in class com.sap.mw.jco.JCO.Server
Deprecated. only for internal use
getException(String) - Method in class com.sap.mw.jco.JCO.Function
Returns the ABAP exception for the specified key
getException(String) - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns the ABAP exception for the specified key
getException(String) - Method in class com.sap.mw.jco.JCO.ParameterList
Returns the ABAP exception for the specified key
getException(String) - Method in class com.sap.mw.jco.JCO.Request
Returns the ABAP exception for the specified key
getException(String) - Method in class com.sap.mw.jco.JCO.Response
Returns the ABAP exception for the specified key
getExceptionList() - Method in interface com.sap.mw.jco.IFunctionTemplate
Returns a list of exceptions that can occur in ABAP The exception group will be set to JCO.Exception.JCO_ERROR_ABAP_EXCEPTION, key will contain the exception key while the message will contain a textual description.
getExceptionList() - Method in class com.sap.mw.jco.JCO.Function
Returns the list of ABAP exceptions that can occur
getExceptionList() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns the ABAP exception list
getExceptionList() - Method in class com.sap.mw.jco.JCO.ParameterList
Returns the ABAP exception list
getExceptionList() - Method in class com.sap.mw.jco.JCO.Request
Returns the ABAP exception list
getExceptionList() - Method in class com.sap.mw.jco.JCO.Response
Returns the ABAP exception list
getExportParameterList() - Method in interface com.sap.mw.jco.IFunctionTemplate
Returns the meta-data for the export parameter list
getExportParameterList() - Method in class com.sap.mw.jco.JCO.Function
Returns the list of export parameters
getExportParameterList() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns the meta data for the export parameter list
getExtendedFieldMetaData(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the extended field meta-data object at the specified index
getExtendedFieldMetaData(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the extended meta-data object for the field with the specified name
getExtendedFieldMetaData() - Method in class com.sap.mw.jco.JCO.Field
Returns the extended field meta data object
getExtendedFieldMetaData(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the extended field meta data object
getExtendedFieldMetaData(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the extended field meta data object
getField(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the i'th field as an JCO.Field object
getField(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the named field as a JCO.Field object
getFieldCount() - Method in interface com.sap.mw.jco.IMetaData
Returns the number of entries (fields)
getFieldCount() - Method in class com.sap.mw.jco.JCO.MetaData
Returns the number of fields.
getFlags(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the flags for the specified field
getFlags(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the flags for the specified field
getFloat() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a float Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values.
getFloat(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a float Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values.
getFloat(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a float Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values.
getFunction() - Method in interface com.sap.mw.jco.IFunctionTemplate
Creates a function object from the template and returns it
getFunction() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Creates a function object from the template and returns it
getFunction(String) - Method in class com.sap.mw.jco.JCO.Server
Called by the jni-layer after a request for a service has arrived.
getFunctionInterface(String) - Method in interface com.sap.mw.jco.IRepository
Returns the meta data for the passed function
getFunctionInterface(String) - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the meta data for the passed function
getFunctionInterface(String) - Method in class com.sap.mw.jco.JCO.Repository
Returns the meta data for the specified function
getFunctionTemplate(String) - Method in interface com.sap.mw.jco.IRepository
Returns the template for the function having the specified name
getFunctionTemplate(String) - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the template for the passed function.
getGWHost() - Method in class com.sap.mw.jco.JCO.Client
Returns the gateway server
getGWHost() - Method in class com.sap.mw.jco.JCO.Server
Returns the gateway server
getGWServ() - Method in class com.sap.mw.jco.JCO.Client
Returns the gateway service
getGWServ() - Method in class com.sap.mw.jco.JCO.Server
Returns the gateway service
getGroup() - Method in class com.sap.mw.jco.JCO.Client
Returns the group of application servers
getGroup() - Method in class com.sap.mw.jco.JCO.Exception
Returns the error group.
getGroup() - Method in class com.sap.mw.jco.JCO.J2EEAbapException
Returns the error group constant JCO_ERROR_ABAP_EXCEPTION
getHTMLString(int) - Method in class com.sap.mw.jco.JCO.Record
Note:All documents generated here are comply strictly to the encoding scheme as described for the method toXML().
getHandleRequestTime() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the time consumed by the server's handle request method
getHashKey(boolean) - Method in class com.sap.mw.jco.JCO.Client
Returns a hash key for this client connection
getHost() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves host field of the attributes, i.e. the name of the local host
getISOLanguage() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the logon language field of the connection attributes and returns it as a two-byte character string.
getImportParameterList() - Method in interface com.sap.mw.jco.IFunctionTemplate
Returns the meta-data for the import parameter list
getImportParameterList() - Method in class com.sap.mw.jco.JCO.Function
Returns the list import parameters
getImportParameterList() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns the meta data for the import parameter list
getInt() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as an int
getInt(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as an integer
getInt(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as an integer
getInternalLength(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the internal length of the data field at the specified index
getInternalLength(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the internal length of the field with the specified name
getInternalLength(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the length of the field
getInternalLength(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the length of the field
getJCOType(char) - Static method in class com.sap.mw.jco.JCO
Converts between RFC and internal types
getJCOTypeChar(int) - Static method in class com.sap.mw.jco.JCO
Converts between internal types and RFC types
getJCOTypeString(int) - Static method in class com.sap.mw.jco.JCO
Converts between internal types and RFC types
getKernelRelease() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the release of the remote SAP system's kernel
getKey() - Method in class com.sap.mw.jco.JCO.Exception
Returns the error key
getKey() - Method in class com.sap.mw.jco.JCO.J2EEAbapException
Returns the error key
getLanguage() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the logon language field of the connection attributes and returns it as a one-byte character string.
getLanguage() - Method in class com.sap.mw.jco.JCO.Client
Returns the logon language
getLength(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the length of the data field at the specified index
getLength(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the length of the field with the specified name
getLength() - Method in class com.sap.mw.jco.JCO.Field
Returns the length of this field
getLength(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the length of the field
getLength(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the length of the field
getLineTypeName() - Method in class com.sap.mw.jco.JCO.MetaData
Deprecated. only for internal use.
getLong() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a long
getLong(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a long
getLong(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a long
getMSHost() - Method in class com.sap.mw.jco.JCO.Client
Returns the message server
getMarshallTime() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the time consumed to marshall data from Java to C
getMaxConnections() - Method in class com.sap.mw.jco.JCO.Pool
Returns the maximum number of connections that can be allocated from the pool.
getMaxPoolSize() - Method in class com.sap.mw.jco.JCO.Pool
Returns the maximum number of connections that will be pooled.
getMaxUsed() - Method in class com.sap.mw.jco.JCO.Pool
Returns the max. number of connections used simultaneously so far
getMaxWaitTime() - Method in class com.sap.mw.jco.JCO.Pool
Returns the maximum time to wait in a connection request for a free connection.
getMaxWaitTime() - Method in class com.sap.mw.jco.JCO.PoolManager
Returns the maximum time to wait in a connection request for a free connection.
getMetaData(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the meta-data if the specified data field is a table or structure.
getMetaData(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the meta-data if the specified data field is a table or structure.
getMetaData() - Method in class com.sap.mw.jco.JCO.MetaData
Returns the copy of MetaData object
getMetaData(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the meta data if this data field is a table or structure or null if no meta data are available
getMetaData(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the meta data if this data field is a table or structure or null if no meta data are available
getMiddlewareImplementation() - Method in class com.sap.mw.jco.JCO.Server
Returns the middleware implementation Note: This method is for internal use only.
getMiddlewareImplementation() - Static method in class com.sap.mw.jco.JCO
Returns the middleware implementation that is currently loaded
Note: This function is for internal use only.
getMiddlewareLayer() - Static method in class com.sap.mw.jco.JCO
Returns the name of the middleware layer that is currently loaded
getMiddlewareProperty(String) - Static method in class com.sap.mw.jco.JCO
Returns the middleware property for the specifid key or null if not found
getMiddlewarePropertyInfo() - Static method in class com.sap.mw.jco.JCO
Returns information about the properties which are understood by the middleware implementation.
getMiddlewareTime() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the time consumed by the middleware layer
getMiddlewareVersion() - Static method in class com.sap.mw.jco.JCO
Returns the version of the loaded middleware
getName() - Method in interface com.sap.mw.jco.IFunctionTemplate
Return the function name
getName() - Method in interface com.sap.mw.jco.IMetaData
Returns the name of the table/structure this meta-data describes
getName(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the field name of the data field at the specified index The field name is used for identfying a field in a structure or table row.
getName() - Method in interface com.sap.mw.jco.IRepository
Returns the name of the repository
getName() - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the repository name
getName() - Method in class com.sap.mw.jco.JCO.Field
Returns the name of this field
getName() - Method in class com.sap.mw.jco.JCO.Function
Returns the function name
getName() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns the name of the function
getName() - Method in class com.sap.mw.jco.JCO.MetaData
Returns the name of the record
getName(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the field name of the data field The field name is used for identfying a field in a structure or table row.
getName() - Method in class com.sap.mw.jco.JCO.Pool
Returns the pool's name
getNextRepository() - Method in interface com.sap.mw.jco.IRepository
Returns the next repository that will be used if a function or structure could not be found in this one.
getNextRepository() - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the next repository that will be used if a function or structure could not be found in this one.
getNumCalls() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the number of calls since the last reset
getNumColumns() - Method in class com.sap.mw.jco.JCO.Table
Returns the number of columns in the table This is just a convenience function and returns the same value as getFieldCount().
getNumFields() - Method in class com.sap.mw.jco.JCO.MetaData
Returns the number of fields.
getNumReceivedBytes() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the no. of data bytes received from the remote system
getNumRows() - Method in class com.sap.mw.jco.JCO.Table
Returns the number of rows
getNumSentBytes() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the no. of data bytes sent to the remote system
getNumUsed() - Method in class com.sap.mw.jco.JCO.Pool
Returns the number of connections in the pool which are currently reserved by the application due to calls to JCO.getClient().
getNumWaitingThreads() - Method in class com.sap.mw.jco.JCO.Pool
Returns the number of threads that are waiting for a connection.
getObjectId() - Method in class com.sap.mw.jco.JCO.MetaData
 
getOffset(int) - Method in interface com.sap.mw.jco.IMetaData
Deprecated. only used for internal purposes
getOffset(String) - Method in interface com.sap.mw.jco.IMetaData
Deprecated. only used for internal purposes
getOffset() - Method in class com.sap.mw.jco.JCO.Field
Deprecated. Only used internally. This method might be removed or changed in the next release without notice
getOffset(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the offset of the field.
getOffset(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the offset of the field.
getOwnBytesPerChar() - Method in class com.sap.mw.jco.JCO.Attributes
Returns the number of bytes per character for the currently used local codepage.
getOwnCharset() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the Java charset equivalent of the local SAP codepage.
getOwnCodepage() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the local codepage in SAP notation.
getOwnEncoding() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the MIME encoding equivalent of the local SAP codepage.
getPartnerBytesPerChar() - Method in class com.sap.mw.jco.JCO.Attributes
Returns the number of bytes per character for the currently used remote codepage.
getPartnerCharset() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the Java charset equivalent of the codepage used by the remote system.
getPartnerCodepage() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the codepage used by the remote system in SAP notation.
getPartnerEncoding() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the MIME encoding equivalent of the remote SAP codepage.
getPartnerHost() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the partner host field of the attributes, i.e. the name of the remote host.
getPartnerRelease() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the release of the remote SAP system
getPartnerReleaseNumber() - Method in class com.sap.mw.jco.JCO.Attributes
Returns the release number of the partner as an integer, e.g.
getPartnerType() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the type which specifies the partner of the communication.
getPassword() - Method in class com.sap.mw.jco.JCO.Client
Returns the encrypted password
getPool(String) - Method in class com.sap.mw.jco.JCO.PoolManager
Returns the pool with the specified name or null if such a pool does not exist in the pool list
getPoolManager() - Method in class com.sap.mw.jco.JCO.Pool
Returns the pool manager this pool is a member of
getPoolNames() - Method in class com.sap.mw.jco.JCO.PoolManager
Returns the array of pool names that are currently under control of the manager
getPoolNames() - Method in class com.sap.mw.jco.JCO.Repository
Returns the array of pool names
getProgID() - Method in class com.sap.mw.jco.JCO.Server
Returns the program id
getProperties() - Method in class com.sap.mw.jco.JCO.Connection
Returns the current connection parameters as a property list
getProperties() - Static method in class com.sap.mw.jco.JCO
Returns properties as set by this implementation
getProperty(String) - Method in class com.sap.mw.jco.JCO.Connection
Returns the property for the given key or null if not found
getProperty(String) - Static method in class com.sap.mw.jco.JCO
Returns the property for the specifid key or null if not found
getPropertyInfo() - Method in class com.sap.mw.jco.JCO.Client
Returns the property info for the connection
getPropertyInfo() - Method in class com.sap.mw.jco.JCO.Connection
Returns the property info for the connection.
getPropertyInfo() - Method in class com.sap.mw.jco.JCO.Server
Returns the property info for the server
getPropertyInfo() - Static method in class com.sap.mw.jco.JCO
Returns information about the properties which are understood by the JCO implementation.
getRelease() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the release of the local SAP system or transport library
getRepository() - Method in class com.sap.mw.jco.JCO.Server
Returns the server's associated repository or null if not set
getRequest() - Method in interface com.sap.mw.jco.IFunctionTemplate
Creates a request object from the template and returns it
getRequest() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Creates a request object from the template and returns it
getResetOnRelease() - Method in class com.sap.mw.jco.JCO.Pool
Returns true if a connection is being cleaned up in JCO.releaseClient(), false otherwise.
getRfcRole() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the rfc_role field which describes the role of the connection.
getRow() - Method in class com.sap.mw.jco.JCO.Table
Returns the current row number.
getSSOTicket() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the sso_ticket field
getSapGui() - Method in class com.sap.mw.jco.JCO.Client
Returns if a SAP GUI is being used during a call
getServer() - Method in interface com.sap.mw.jco.IServerThread
Returns the reference to the server object that runs in this thread
getServer() - Method in class com.sap.mw.jco.JCO.ServerThread
Returns the server which is running in this thread
getServerInterface() - Static method in class com.sap.mw.jco.JCO.Server
Creates a new middleware server object
getShort() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a short
getShort(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a short
getShort(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a short
getState() - Method in class com.sap.mw.jco.JCO.Client
Returns the state of the client as a bit vector
getState() - Method in class com.sap.mw.jco.JCO.Connection
Returns the state of the connection
getState() - Method in class com.sap.mw.jco.JCO.Server
Returns the server's state as a bit vector
getStates() - Method in class com.sap.mw.jco.JCO.Pool
Deprecated. This method will be removed in the next release.
Use getNumUsed(), getCurrentPoolSize() instead
getString() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a string
getString(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a string.
getString(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a java.lang.String object
getStructure() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a JCO.Structure object
getStructure(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a JCO.Structure
getStructure(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a JCO.Structure object
getStructureDefinition(String) - Method in interface com.sap.mw.jco.IRepository
Returns the meta data for the passed structure
getStructureDefinition(String) - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the meta data for the passed structure
getStructureDefinition(String) - Method in class com.sap.mw.jco.JCO.Repository
Returns the meta data for the specified structure.
getSystemID() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the SAP system ID from the attributes
getSystemID() - Method in class com.sap.mw.jco.JCO.Client
Returns the SAP system ID
getSystemNumber() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the SAP system number from the attributes
getSystemNumber() - Method in class com.sap.mw.jco.JCO.Client
Returns the system number
getTPName() - Method in class com.sap.mw.jco.JCO.Client
Returns the program ID of an registered JCO compliant server program
getTabLength() - Method in interface com.sap.mw.jco.IMetaData
Returns the total length of a structure or single row of a table.
getTabLength() - Method in class com.sap.mw.jco.JCO.MetaData
Returns the total length of a structure or single row of a table
getTabName(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the table/structure name of the data field or null if no table name is available
getTabName(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the table/structure name of the data field or null if no table name is available
getTabName(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the table/structure name of the data field or null if no table name is available
getTabName(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the table/structure name of the data field or null if no table name is available
getTable() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a JCO.Table object
getTable(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a table
getTable(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a JCO.Table object
getTableDefinition(String) - Method in interface com.sap.mw.jco.IRepository
Returns the meta data for the passed table
getTableDefinition(String) - Method in class com.sap.mw.jco.JCO.BasicRepository
Returns the meta data for the passed table
getTableParameterList() - Method in interface com.sap.mw.jco.IFunctionTemplate
Returns the meta-data for the table parameter list
getTableParameterList() - Method in class com.sap.mw.jco.JCO.Function
Returns the list of table parameters
getTableParameterList() - Method in class com.sap.mw.jco.JCO.FunctionTemplate
Returns the meta data for the table parameter list
getThread() - Method in class com.sap.mw.jco.JCO.Server
Returns the thread this server is running in
getThroughput() - Method in class com.sap.mw.jco.JCO.Connection
Returns the throughput object in which holds performance data.
getTime() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as a Date object
getTime(int) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the i'th field as a date
getTime(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as a Date object
getTimeoutCheckPeriod() - Method in class com.sap.mw.jco.JCO.Pool
Returns the timeout check period in milliseconds.
getTimeoutCheckPeriod() - Method in class com.sap.mw.jco.JCO.PoolManager
Returns the default value for the timeout check period in milliseconds.
getTotalTime() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the total execution time
getTrace() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the trace field of the attributes
getTrace() - Method in class com.sap.mw.jco.JCO.Client
Returns whether trace is enabled or not.
getTrace() - Method in class com.sap.mw.jco.JCO.Connection
Returns whether trace is enabled or not.
getTrace() - Method in class com.sap.mw.jco.JCO.Pool
Returns whether trace for this pool is enabled or not.
getTrace() - Method in class com.sap.mw.jco.JCO.Server
Returns whether trace is enabled or not.
getTraceLevel() - Static method in class com.sap.mw.jco.JCO
Returns the trace level
getType(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the JCO type of the data field at the specified index
getType(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the type of the data for the field with the specified name
getType() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the type which specifies the local program.
getType() - Method in class com.sap.mw.jco.JCO.Field
Returns the type of this field
getType(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the data type of the field
getType(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the data type of the field
getTypeAsString(int) - Method in interface com.sap.mw.jco.IMetaData
Returns the type of the data field at the specified index
getTypeAsString(String) - Method in interface com.sap.mw.jco.IMetaData
Returns the type of the data field for the field with the specified name
getTypeAsString() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's type as a string
getTypeAsString(int) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the data type of the field as a string
getTypeAsString(String) - Method in class com.sap.mw.jco.JCO.MetaData
Returns the data type of the field as a string
getURL() - Method in class com.sap.mw.jco.JCO.Client
Returns the url to the remote system
getUnicodeType() - Method in class com.sap.mw.jco.JCO.MetaData
 
getUnicodeTypeAsString() - Method in class com.sap.mw.jco.JCO.MetaData
 
getUnmarshallTime() - Method in class com.sap.mw.jco.JCO.Throughput
Returns the time consumed to marshall data from C to Java
getUser() - Method in class com.sap.mw.jco.JCO.Attributes
Retrieves the user ID field from the connection attributes, the name of the user the connection is associated with.
getUser() - Method in class com.sap.mw.jco.JCO.Client
Returns the user
getValue() - Method in class com.sap.mw.jco.JCO.Field
Returns the field's value as an object
getValue(int) - Method in class com.sap.mw.jco.JCO.Record
Generic method that returns the value of the i'th field as an object.
getValue(String) - Method in class com.sap.mw.jco.JCO.Record
Returns the value of the named field as an object
getVersion(JCO.Client) - Method in class com.sap.mw.jco.JCO.Repository
Checks and returns the repository version.
getVersion() - Static method in class com.sap.mw.jco.JCO
Returns the version of the loaded middleware

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