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

A

AbapClassException - Exception in com.sap.conn.jco
This class represents an ABAP class exception.
AbapClassException(String, String, JCoAbapObject, JCoRemoteContext) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException.
AbapClassException(String, JCoAbapObject) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException.
AbapClassException(Exception) - Constructor for exception com.sap.conn.jco.AbapClassException
Creates an instance of an AbapClassException that represents the Java exception within an CX_REMOTE_APPL_ERROR.
AbapClassException.Mode - Enum in com.sap.conn.jco
The Mode enumeration describes how class exceptions should be handled by a server system
AbapException - Exception in com.sap.conn.jco
A convenience class on top of JCoException that reports exceptions, which occurred in an SAP system, while processing a function module.
AbapException(String) - Constructor for exception com.sap.conn.jco.AbapException
Creates an exception with the specified key.
AbapException(String, String) - Constructor for exception com.sap.conn.jco.AbapException
Creates an exception with the specified key and the given message text.
AbapException(String, String, char, String, String[]) - Constructor for exception com.sap.conn.jco.AbapException
Creates an instance of the exception object with the specified key and more information for ABAP messages (so-called T100 messages)
About - Class in com.sap.conn.jco
The About class allows getting information about JCo.
add(String, String, int, int, int, String, Object, JCoExtendedFieldMetaData, JCoClassMetaData.JCoAttributeKind, boolean, String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds an attribute to the class definition
add(String, int, int, int, int) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new scalar field descriptor to the metadata object
add(String, int, JCoRecordMetaData, int) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new complex field descriptor to the metadata object, i.e.
add(String, int, int, int, int, String, String, int, Object, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new field descriptor to the metadata object
add(String, int, int, int, int, String, String, int, Object, String, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoListMetaData
Adds a new field descriptor to the metadata object
add(String, int, int, int, int, int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new scalar field descriptor to the metadata object
add(String, int, int, int, JCoRecordMetaData) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new complex field descriptor to the metadata object, i.e.
add(String, int, int, int, int, int, int, String, Object, JCoExtendedFieldMetaData) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Adds a new field descriptor to the metadata object
addClassMetaDataToCache(JCoClassMetaData) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a class definition to the local cache.
addFunction(JCoFunction) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds a function to the unit.
addFunctions(List<JCoFunction>) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds the functions to the unit.
addFunctionTemplateToCache(JCoFunctionTemplate) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a function interface to the local cache.
addImplementedInterface(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds an interface implemented by the class type
addParentClass(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Adds the parent class
addQueueName(String) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds a queue name
addQueueName(String) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds a queue name
addQueueNames(Set<String>) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Adds the given queue names
addQueueNames(Set<String>) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds the given queue names
addRecordMetaDataToCache(JCoRecordMetaData) - Method in interface com.sap.conn.jco.JCoCustomRepository
Adds a structure definition to the local cache.
addRequest(JCoRequest) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds a request to the unit.
addRequests(List<JCoRequest>) - Method in interface com.sap.conn.jco.JCoRequestUnit
Adds the request to the unit.
addServerErrorListener(JCoServerErrorListener) - Method in interface com.sap.conn.jco.server.JCoServer
Adds an error listener to the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
addServerExceptionListener(JCoServerExceptionListener) - Method in interface com.sap.conn.jco.server.JCoServer
Adds an exception listener to the list of listeners.
If a listener is added as listener during firing of an event, it wont be notified about the last event.
addServerStateChangedListener(JCoServerStateChangedListener) - Method in interface com.sap.conn.jco.server.JCoServer
Adds a state changed listener to the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
addTraceListener(JCoTraceListener) - Static method in class com.sap.conn.jco.JCo
Adds a trace listener, that receives all trace events of JCo
appendRow() - Method in interface com.sap.conn.jco.JCoTable
Appends a new row at the end of the table and moves the row pointer such that it points to the newly appended row.
appendRows(int) - Method in interface com.sap.conn.jco.JCoTable
Appends the specified number of empty rows at the end of the table.
AUTHORIZATION_MODE_BASIC - Static variable in interface com.sap.conn.jco.server.JCoServerAuthorizationData
Authorization mode basic
AUTHORIZATION_MODE_SNC - Static variable in interface com.sap.conn.jco.server.JCoServerAuthorizationData
Authorization mode SNC

B

begin(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Begins a stateful call sequence for calls to the specified destination.

C

callFinished(int, long, long) - Method in interface com.sap.conn.jco.ext.ClientPassportManager
JCo will call this method after a function call has been finished, regardless of the success or failure of the function module call.
callStackToString() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns a string representation of the call stack.
callStarted(int, String, String) - Method in interface com.sap.conn.jco.ext.ClientPassportManager
JCo will call this method before any function call.
changePassword(String, String) - Method in interface com.sap.conn.jco.JCoDestination
Allows changing the password in the backend for the user associated with the destination.
CHANGING_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates a export parameter
checkAuthorization(JCoServerContext, String, JCoServerAuthorizationData) - Method in interface com.sap.conn.jco.server.JCoServerSecurityHandler
This API will be invoked by the JCo runtime on each remote call
checkTID(JCoServerContext, String) - Method in interface com.sap.conn.jco.server.JCoServerTIDHandler
This function will be invoked when a transactional RFC is being called from a SAP system.
checkUnitID(JCoServerContext, JCoUnitIdentifier) - Method in interface com.sap.conn.jco.server.JCoServerUnitIDHandler
This method will be invoked when a bgRFC unit is being sent from an SAP system.
clear() - Method in interface com.sap.conn.jco.JCoRecord
Clears the record, i.e.
clear() - Method in interface com.sap.conn.jco.JCoRepository
Clear allows to empty both the function template cache as well as the record metadata cache completely.
clear() - Method in interface com.sap.conn.jco.JCoTable
Clears the table, i.e.
ClientPassportManager - Interface in com.sap.conn.jco.ext
The JDSR Passport Manager Interface for client connections to an SAP ABAP application server backend.
clone() - Method in interface com.sap.conn.jco.JCoRecord
Clones the record instance
clone() - Method in interface com.sap.conn.jco.JCoThroughput
Returns a clone of this timing object
com.sap.conn.jco - package com.sap.conn.jco
Contains the major part of the interfaces and factories an application for JCo is typically dealing with.
com.sap.conn.jco.ext - package com.sap.conn.jco.ext
Provides all interfaces that are offered for embedding JCo into an application server.
com.sap.conn.jco.monitor - package com.sap.conn.jco.monitor
Contains all interfaces of JCo related to monitoring.
com.sap.conn.jco.server - package com.sap.conn.jco.server
Contains the interfaces and factories for server functionality.
commit(JCoDestination) - Method in interface com.sap.conn.jco.JCoFunctionUnit
Commits the unit.
commit(JCoDestination) - Method in interface com.sap.conn.jco.JCoRequestUnit
Commits the unit.
commit(JCoServerContext, String) - Method in interface com.sap.conn.jco.server.JCoServerTIDHandler
This function will be called after all RFC functions belonging to a certain transaction have been successfully completed.
commit(JCoServerContext, JCoUnitIdentifier) - Method in interface com.sap.conn.jco.server.JCoServerUnitIDHandler
This method will be called after all RFC function modules belonging to the concerned unit have been successfully completed.
confirmFunctionUnit(JCoUnitIdentifier) - Method in interface com.sap.conn.jco.JCoDestination
Confirms that a bgRFC unit has been executed successfully
confirmTID(String) - Method in interface com.sap.conn.jco.JCoDestination
Confirms that a transaction (tRFC/qRFC) has been executed successfully
confirmTID(JCoServerContext, String) - Method in interface com.sap.conn.jco.server.JCoServerTIDHandler
This function will be called after the local transaction has been completed.
confirmUnitID(JCoServerContext, JCoUnitIdentifier) - Method in interface com.sap.conn.jco.server.JCoServerUnitIDHandler
This method will be called after the local transaction has been completed.
contextFinished() - Method in interface com.sap.conn.jco.ext.JCoSessionReference
This method will be executed when the last connection is released in a stateful sequence within a session.
contextStarted() - Method in interface com.sap.conn.jco.ext.JCoSessionReference
This method will be executed when the first call is executed in a stateful sequence within a session.
ConversionException - Exception in com.sap.conn.jco
A ConversionException will be thrown, if a field in a JCoRecord cannot store a value passed to this record by a setValue call.
ConversionException(String) - Constructor for exception com.sap.conn.jco.ConversionException
Creates a ConversationException with the specified message.
ConversionException(String, Throwable) - Constructor for exception com.sap.conn.jco.ConversionException
Creates a ConversationException with the specified message and the causing throwable.
copyFrom(JCoRecord) - Method in interface com.sap.conn.jco.JCoRecord
Copies the matching fields from the source record into this record Data fields are considered to be equivalent if the name and type of two fields match.
createAbapObject(JCoClassMetaData, Map<String, Object>) - Static method in class com.sap.conn.jco.JCo
This is a constructor for an instance of an ABAP class.
createBackgroundUnitAttributes() - Static method in class com.sap.conn.jco.JCo
Creates an empty instance of function/request unit attributes.
createCallStack() - Method in exception com.sap.conn.jco.AbapClassException
Creates a String representation of the call stack of the AbapClassException, which is understood by an ABAP system.
createClassMetaData(String, String[], String[], int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoClassMetaData with the passed initial capacity for new field information.
createClassMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoClassMetaData with the passed initial capacity for new field information.
createClassMetaData(JCoClassMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoClassMetaData, which is initially a copy of the passed JCoClassMetaData.
createCustomDestination() - Method in interface com.sap.conn.jco.JCoDestination
creates a new instance of custom destination with default values set from the current destination.
It is possible to modify the user logon data on the customizable destination
createCustomRepository(String) - Static method in class com.sap.conn.jco.JCo
Returns a custom repository, which allows to add custom defined function templates and record metadata definitions
createExceptionInfo() - Method in exception com.sap.conn.jco.AbapClassException
Creates a string representation of additional information related to the AbapClassException
createFunctionTemplate(String, JCoListMetaData, JCoListMetaData, JCoListMetaData, JCoListMetaData, AbapException[]) - Static method in class com.sap.conn.jco.JCo
This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
createFunctionTemplate(String, JCoListMetaData, JCoListMetaData, JCoListMetaData, JCoListMetaData, AbapException[], boolean) - Static method in class com.sap.conn.jco.JCo
This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
createFunctionUnit(String, JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of functions, which is used for bgRFC commuication in the function model.
createFunctionUnit(JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of functions, which is used for bgRFC commuication in the function model.
createListMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoListMetaData.
createListMetaData(String, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoListMetaData with the passed initial capacity for new field information.
createListMetaData(JCoListMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.
createRecordMetaData(String) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoRecordMetaData.
createRecordMetaData(String, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created and empty instance of JCoRecordMetaData with the passed initial capacity for new field information.
createRecordMetaData(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoRecordMetaData, which is initially a copy of the passed JCoRecordMetaData.
createRequestUnit(String, JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of requests, which is used for bgRFC commuication in the request/response model.
createRequestUnit(JCoBackgroundUnitAttributes) - Static method in class com.sap.conn.jco.JCo
Creates a new (empty) unit of requests, which is used for bgRFC communication in the request/response model.
createStructure(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoStructure with the passed metadata information.
createStructure(JCoTable, int) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoStructure with the metadata used for the given table instance.
createTable(JCoRecordMetaData) - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoTable with the passed metadata information.
createThroughput() - Static method in class com.sap.conn.jco.JCo
Returns a newly created instance of JCoThroughput.
createTID() - Method in interface com.sap.conn.jco.JCoDestination
Creates a new transaction ID that can be used for tRFC/qRFC requests
createUnitIdentifier(String, JCoUnitIdentifier.Type) - Static method in class com.sap.conn.jco.JCo
Creates a new unit identifier.

D

DataProviderException - Exception in com.sap.conn.jco.ext
A DataProviderException can be thrown by a DestinationDataProvider or ServerDataProvider in order to signal severe issues in an existing configuration or some other internal error, like a wrong setup.
DataProviderException(DataProviderException.Reason, String, Throwable) - Constructor for exception com.sap.conn.jco.ext.DataProviderException
Creates a new instance of a DataProviderException with the given reason, message and potentially a cause exception.
DataProviderException(DataProviderException.Reason, Throwable) - Constructor for exception com.sap.conn.jco.ext.DataProviderException
Creates a new instance of a DataProviderException with the given reason, and potentially a cause exception.
DataProviderException.Reason - Enum in com.sap.conn.jco.ext
An enumeration for describing the reason of a DataProviderException.
DefaultServerHandlerFactory<T> - Class in com.sap.conn.jco.server
This class is the base for a trivial default implementation of JCoServerFunctionHandlerFactory and JCoServerRequestHandlerFactory.
DefaultServerHandlerFactory() - Constructor for class com.sap.conn.jco.server.DefaultServerHandlerFactory
Creates a new instance for the DefaultServerHandlerFactory.
DefaultServerHandlerFactory.FunctionHandlerFactory - Class in com.sap.conn.jco.server
Trivial implementation for JCoServerFunctionHandlerFactory.
DefaultServerHandlerFactory.FunctionHandlerFactory() - Constructor for class com.sap.conn.jco.server.DefaultServerHandlerFactory.FunctionHandlerFactory
Creates a new instance for a FunctionHandlerFactory.
DefaultServerHandlerFactory.RequestHandlerFactory - Class in com.sap.conn.jco.server
Trivial implementation for JCoServerRequestHandlerFactory.
DefaultServerHandlerFactory.RequestHandlerFactory() - Constructor for class com.sap.conn.jco.server.DefaultServerHandlerFactory.RequestHandlerFactory
Creates a new instance for a RequestHandlerFactory.
DefaultSessionReferenceProvider - Class in com.sap.conn.jco.ext
DefaultSessionReferenceProvider is a sample implementation of the SessionReferenceProvider supporting client sessions running in separate threads (all operation in a thread belongs to the same client session) and server sessions.
DefaultSessionReferenceProvider() - Constructor for class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Creates an instance of session reference provider supporting scope types
DefaultSessionReferenceProvider(boolean) - Constructor for class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Creates an instance of session reference provider
deleteAllRows() - Method in interface com.sap.conn.jco.JCoTable
Deletes all rows of table
deleted(String) - Method in interface com.sap.conn.jco.ext.DestinationDataEventListener
This event needs to be fired, if a destination was deleted from the destination repository.
deleted(String) - Method in interface com.sap.conn.jco.ext.ServerDataEventListener
This event needs to be fired, if a server configuration was deleted.
deleteRow() - Method in interface com.sap.conn.jco.JCoTable
Deletes the current row
Note:The row pointer will be left untouched unless it would point to a row that would have become invalid due to the deletion operation.
deleteRow(int) - Method in interface com.sap.conn.jco.JCoTable
Deletes the row at the specified position.
Note:The row pointer will be left untouched unless it would point to a row that would have become invalid due to deletion.
DestinationDataEventListener - Interface in com.sap.conn.jco.ext
The DestinationDataEventListener interface reacts on the events that a DestinationDataProvider could fire if the destination configuration was changed.
DestinationDataProvider - Interface in com.sap.conn.jco.ext
The JCo framework defines the DestinationDataProvider interface to retrieve the destination configuration that must be implemented by infrastructure components.

E

end(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Ends a stateful call sequence for calls to the specified destination.
ensureBufferCapacity(int) - Method in interface com.sap.conn.jco.JCoTable
Checks the size of the buffer and allocates new memory if necessary and initialize the rows.
Environment - Class in com.sap.conn.jco.ext
The Environment class is the central anchor for embedding JCo into an existing application (server).
ERROR_WARNING - Static variable in interface com.sap.conn.jco.JCoTraceListener
Includes errors and warnings
ERRORS - Static variable in interface com.sap.conn.jco.JCoTraceListener
Error information is written to trace.
execute(JCoDestination) - Method in interface com.sap.conn.jco.JCoFunction
Starts the execution of the function on the given destination
execute(JCoDestination, String) - Method in interface com.sap.conn.jco.JCoFunction
Starts the execution of the function on the given destination
execute(JCoDestination, String, String) - Method in interface com.sap.conn.jco.JCoFunction
Starts the execution of the function on the given destination
execute(JCoDestination) - Method in interface com.sap.conn.jco.JCoRequest
Starts the execution of the function on the given destionation
EXPORT_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates a export parameter

F

firstRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the first row.
FULL_DEBUG - Static variable in interface com.sap.conn.jco.JCoTraceListener
Full trace.
FULL_PATH - Static variable in interface com.sap.conn.jco.JCoTraceListener
Compared to SHORT_DEBUG, now all method invocations are traced (those that are traced at all).

G

GENERIC_HANDLER - Static variable in class com.sap.conn.jco.server.DefaultServerHandlerFactory
Name for a generic handler implementation.
get() - Static method in class com.sap.conn.jco.server.JCoServerFactory
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use the static methods.
getAbapClient() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the client in the ABAP server, if available, or null
getAbapHost() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the host where the current or last call was executed or from where the current or last request was done
getAbapLanguage() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the language in the ABAP server, if available, or null
getAbapObject(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the specified field as a JCoAbapObject.
getAbapObject(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the specified field as a JCoAbapObject.
getAbapSystemNumber() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the system number of the ABAP server where the current or last call was executed or from where the current or last request was done
getAbapUser() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the user name in the ABAP server, if available, or null
getAliasUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the alias of the logon user as specified in the destination properties.
getApplicationName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the application name, if provided by the application or runtime, or null
getApplicationServerHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the host name of the ABAP instance as specified in the destination properties.
getAttributeKind(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns what kind of attribute the given attribute is.
getAttributeKind(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns what kind of attribute the given attribute is.
getAttributes() - Method in interface com.sap.conn.jco.JCoDestination
Returns the attributes of the destination.
getAuthorizationKey() - Method in interface com.sap.conn.jco.server.JCoServerAuthorizationData
 
getAuthorizationMode() - Method in interface com.sap.conn.jco.server.JCoServerAuthorizationData
Returns AUTHORIZATION_MODE_SNC or AUTHORIZATION_MODE_BASIC.
getAuthorizationPartner() - Method in interface com.sap.conn.jco.server.JCoServerAuthorizationData
 
getBigDecimal() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a BigDecimal object
getBigDecimal(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigDecimal object
getBigDecimal(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigDecimal object
getBigInteger() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a BigInteger object
getBigInteger(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigInteger object
getBigInteger(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a BigInteger object
getBinaryStream() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a stream of uninterpreted bytes, i.e.
getBinaryStream(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a stream of uninterpreted bytes, i.e.
getBinaryStream(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a stream of uninterpreted bytes, i.e.
getByte() - Method in interface com.sap.conn.jco.JCoField
Returns the value of the i'th field as a byte
getByte(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a byte
getByte(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a byte
getByteArray() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a byte[] array
getByteArray(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a byte array
getByteArray(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a byte[] array
getByteLength() - Method in interface com.sap.conn.jco.JCoField
Returns the length of this field in non-Unicode layout
getByteLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the byte length of the data field for non-Unicode layout at the specified index
getByteLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the byte length of the field for non-Unicode layout with the specified name
getByteOffset() - Method in interface com.sap.conn.jco.JCoRecordField
Returns the offset of this field
getByteOffset(int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a non-Unicode layout of the data field at the specified index.
getByteOffset(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a non-Unicode layout of the field with the specified name.
getCachedClassMetaDataNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached classes as a string array
getCachedFunctionTemplateNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached functions as a string array
getCachedRecordMetaDataNames() - Method in interface com.sap.conn.jco.JCoRepository
Returns the names of the cached structures as a string array
getCallHandler(JCoServerContext, String) - Method in class com.sap.conn.jco.server.DefaultServerHandlerFactory
Depending on the incarnation of the handler factory this methods either implements the required method for JCoServerFunctionHandlerFactory or JCoServerRequestHandlerFactory.
getCallHandler(JCoServerContext, String) - Method in interface com.sap.conn.jco.server.JCoServerFunctionHandlerFactory
Returns a fitting function handler instance for the given function.
getCallHandler(JCoServerContext, String) - Method in interface com.sap.conn.jco.server.JCoServerRequestHandlerFactory
Returns a fitting request handler instance for the given function.
getCallHandlerFactory() - Method in interface com.sap.conn.jco.server.JCoServer
 
getCallType() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the type of the current call
getChangingParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of changing parameters
getChangingParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the changing parameter list
getChar() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a character
getChar(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a char
getChar(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a char
getCharacterStream() - Method in interface com.sap.conn.jco.JCoField
Returns the value of the i'th field as a stream of characters, i.e.
getCharacterStream(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a java.io.Reader object
getCharacterStream(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a stream of characters, i.e.
getCharArray() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a char array
getCharArray(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a char array.
getCharArray(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a char[] array
getClassMetaData() - Method in interface com.sap.conn.jco.JCoAbapObject
Returns the class meta data associated with this ABAP object instance.
getClassMetaData(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed class/interface name
getClassMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the number of the cached class meta data objects.
getClassName() - Method in exception com.sap.conn.jco.AbapClassException
Returns the class name of this ABAP class exception.
getClassNameOfField(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a calue from the field.
getClassNameOfField(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a calue from the field.
getClassNameOfValue() - Method in interface com.sap.conn.jco.JCoField
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(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the fully-qualified name of the Java class whose instances are manufactured if the methods getValue(int index) or getValue(String fieldName) are called to retrieve a calue from the field.
getClassQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getClient() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP client field from the attributes
getClient() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the SAP client associated with the unit.
getClient() - Method in interface com.sap.conn.jco.JCoDestination
Returns SAP client as specified in the destination properties.
getClient() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the client of this remote context.
getConnectionAttributes() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the attributes for the server connection over which the remote call is coming in.
getConnectionCount() - Method in interface com.sap.conn.jco.server.JCoServer
returns the initial connection count for this server
getConnectionHandle() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection handle (unique within the JVM process)
getConnectionHandleAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection handle as String (unique within the JVM process)
getConnectionID() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the id for the server connection over which the remote call is coming in.
getConnectionMonitor() - Static method in class com.sap.conn.jco.JCo
Returns the connection monitor for all currently available connections.
getConnectionsData() - Static method in class com.sap.conn.jco.monitor.JCoConnectionMonitor
Returns the list containing descriptions for all opened connections.
getConnectionsData() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Creates and returns a list of all client connections that are currently used with or held open by the monitored destination instance.
getConnectionsData() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Returns the details for each connection currently hold by the server instance
getConnectionType() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the connection type, 'client' or 'server' are possible
getContext() - Method in interface com.sap.conn.jco.server.JCoServerRunnable
Returns the current server context, if the runnable handles an remote call
getConvId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the current conversation id, may be null for inactive server connections
getCPICConversationID() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the low-level CPIC conversion ID for a connection
getCurrentConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Return the number of the server connections hold by this server instance
getCurrentServerThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Return the number of server worker threads that currently are started by this server
getCurrentSessionReference(String) - Method in class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Return the session for the current thread.
getCurrentSessionReference(String) - Method in interface com.sap.conn.jco.ext.SessionReferenceProvider
This method is invoked by JCo in order to find out, in which session it is running.
getCustomDestinationIDs(String) - Static method in class com.sap.conn.jco.JCo
Creates and returns a list with IDs of all custom destinations created by the destination with the given destinationID.
getCustomDestinationIDs(String) - Method in class com.sap.conn.jco.JCoDestinationManager
Deprecated. Might be removed in future versions without further notice. Use JCo.getCustomDestinationIDs(String).
getDate() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a Date object
getDate(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a date
getDate(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a Date object
getDecimals() - Method in interface com.sap.conn.jco.JCoField
Returns the number of decimals of the field Decimals are only necessary for the data types JCoMetaData.TYPE_BCD and JCoMetaData.TYPE_FLOAT.
getDecimals(int) - Method in interface com.sap.conn.jco.JCoMetaData
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.conn.jco.JCoMetaData
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.
getDeclaringClass(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the name of the declaring class of the given attribute.
getDeclaringClass(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the name of the declaring class of the given attribute.
getDefault(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the default value of the data field at the specified index
getDefault(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the default value for the attribute with the given name
getDefault(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Returns the default value of the data field at the specified index
getDefault(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Returns the default value for the field with the specified name
getDefault() - Method in interface com.sap.conn.jco.JCoParameterField
Returns the default value of this field
getDescription() - Method in interface com.sap.conn.jco.JCoField
Returns a textual description for this field
getDescription(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the descriptional text of the data field at the specified index
getDescription(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the descriptional text for the field with the specified name
getDestination() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the dest field of the connection attributes
getDestination(String) - Static method in class com.sap.conn.jco.JCoDestinationManager
Call this method to get an instance of a destination, on which you need to execute a function module
getDestination(String, String) - Static method in class com.sap.conn.jco.JCoDestinationManager
Call this method to get an instance of a destination, on which you need to execute a function module.
getDestination() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the destination of this remote context.
getDestinationID() - Method in interface com.sap.conn.jco.JCoDestination
Returns internal id of this destination instance.
getDestinationID() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the ID of the destination instance that is monitored by this instance.
getDestinationIDs() - Static method in class com.sap.conn.jco.JCo
Creates and returns a list containing IDs of all available cached destinations.
getDestinationIDs() - Method in class com.sap.conn.jco.JCoDestinationManager
Deprecated. Might be removed in future versions without further notice. Use JCo.getDestinationIDs().
getDestinationIDs() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the list of destination IDs which can be used by the monitored repository for its DDIC queries.
getDestinationInstance(String, String) - Method in class com.sap.conn.jco.JCoDestinationManager
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoDestinationManager.getDestination(String) or JCoDestinationManager.getDestination(String, String) instead.
getDestinationManager() - Static method in class com.sap.conn.jco.JCo
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use the static methods in JCoDestinationManager instead.
getDestinationMonitor(String) - Static method in class com.sap.conn.jco.JCo
Retrieves a monitoring object for a specific destination identified by the given ID.
getDestinationMonitor(String) - Method in class com.sap.conn.jco.JCoDestinationManager
Deprecated. Might be removed in future versions without further notice. Use JCo.getDestinationMonitor(String).
getDestinationName() - Method in interface com.sap.conn.jco.JCoDestination
Returns name of destination.
getDestinationProperties(String) - Method in interface com.sap.conn.jco.ext.DestinationDataProvider
getDestinationProperties should return a properties object that contains a subset of the supported properties mentioned above representing the configuration of the given destination in your destination configuration repository.
getDouble() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a double
getDouble(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a double
getDouble(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a double
getDSRPassport() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the the byte representation of the DSR passport, if available, or null
getDSRPassportAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the DSR passport as a hex string
getException(String) - Method in interface com.sap.conn.jco.JCoFunction
Returns the ABAP exception for the specified key
getException(String) - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the ABAP exception for the specified key
getException(String) - Method in interface com.sap.conn.jco.JCoRequest
Returns the ABAP exception for the specified key
getExceptionList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of ABAP exceptions that can occur
getExceptionList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the ABAP exception list
getExceptionList() - Method in interface com.sap.conn.jco.JCoRequest
Returns the ABAP exception list
getExpirationCheckPeriod() - Method in interface com.sap.conn.jco.JCoDestination
Returns the time in ms, after which a checker will close the expired connections.
getExpirationTime() - Method in interface com.sap.conn.jco.JCoDestination
Returns the time in ms, after which a free connection, that is hold internally for the destination, is being regarded as expired and will be closed during next run of the expiration checker.
getExportParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of export parameters
getExportParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the export parameter list
getExtendedFieldMetaData() - Method in interface com.sap.conn.jco.JCoField
Returns the extended field meta data object
getExtendedFieldMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the extended field metadata object at the specified index
getExtendedFieldMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the extended metadata object for the field with the specified name
getExternalIDData() - Method in interface com.sap.conn.jco.JCoDestination
Returns the external identification user logon data as specified in the destination properties.
getExternalIDType() - Method in interface com.sap.conn.jco.JCoDestination
Returns the type of the external identification user logon data as specified in the destination properties.
getFailedClassesQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailedFunctionQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailedTypesQueries() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFailureTimeStamp() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the time stamp of the failure as a java.util.Date object.
getFailureTimeStampAsString() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the time stamp of the failure as a string.
getFieldCount() - Method in interface com.sap.conn.jco.JCoMetaData
Returns the number of entries (fields)
getFieldCount() - Method in interface com.sap.conn.jco.JCoRecord
Returns the number of fields in the record
getFieldIterator() - Method in interface com.sap.conn.jco.JCoRecord
Returns a JCoFieldIterator.
getFloat() - Method in interface com.sap.conn.jco.JCoField
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 interface com.sap.conn.jco.JCoRecord
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 interface com.sap.conn.jco.JCoRecord
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.
getFullVersion() - Static method in class com.sap.conn.jco.About
Returns the string containing versions of components used by Java Connector layers.
getFunction() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Creates a function object from the template and returns it
getFunction(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns a JCoFunction with initial parameters for the passed function name.
getFunctionInterface() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the function interface, i.e.
getFunctionInterface(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed function
getFunctionMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the number of the cached function meta data objects.
getFunctionModuleName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the name of the function module that is being executed or has been executed as last one
getFunctionQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getFunctions() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Returns an immutable list of function
getFunctionTemplate() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function template, i.e.
getFunctionTemplate(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the template for the passed function.
getFunctionUnitState(JCoUnitIdentifier) - Method in interface com.sap.conn.jco.JCoDestination
Returns the state of the unit with the given ID.
getFunctionUnitState(JCoServerContext, JCoUnitIdentifier) - Method in interface com.sap.conn.jco.server.JCoServerUnitIDHandler
The method will be invoked if the ABAP side resumes after a failure in bgRFC scheduler.
getGatewayHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the gateway host as specified in the destination properties.
getGatewayHost() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the gateway host as defined by the server configuration.
getGatewayService() - Method in interface com.sap.conn.jco.JCoDestination
Returns the gateway service as specified in the destination properties.
getGatewayService() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the gateway service (or port) as defined by the server configuration.
getGroup() - Method in enum com.sap.conn.jco.ext.SessionException.Type
Provides the JCoException group associated with the enum value
getGroup() - Method in exception com.sap.conn.jco.JCoException
Returns the error group.
getGroup() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns the error group.
getGroupName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the name of the connection group - client pool id or server group id
getHandleRequestTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed by the server's handle request method
getHost() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves host field of the attributes, i.e.
getID() - Method in interface com.sap.conn.jco.ext.JCoSessionReference
This method must return a session ID that uniquely identifies the referenced JCoSessionReference in the runtime environment, in which JCo is running.
getID() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the hexadecimal representation of the unit ID.
getIDAsBytes() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the unit ID.
getIdentifier() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Return the unique identifier for the function unit
getIdentifier() - Method in interface com.sap.conn.jco.JCoRequestUnit
Return the unique identifier for the function unit
getImplementedInterfaces() - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the list of implemented interfaces.
getImportParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list import parameters
getImportParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the import parameter list
getInstallationNumber() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the installation (license) number of the partner (server).
getInt() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as an int
getInt(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as an integer
getInt(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an integer
getISOLanguage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the logon language field of the connection attributes and returns it as a two-byte character string.
getKernelRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the remote SAP system's kernel
getKey() - Method in enum com.sap.conn.jco.ext.SessionException.Type
Provides the JCoException key associated with the enum value
getKey() - Method in exception com.sap.conn.jco.JCoException
Returns the error key.
getKey() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns the error key
getLanguage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the logon language field of the connection attributes and returns it as a one-byte character string.
getLanguage() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon language as specified in the destination properties.
getLanguage() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the logon language used by the partner (server).
getLastAccessTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the time stamp of the last access to the repository.
getLastActivityTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the timestamp of the last activity of the monitored connection.
getLastActivityTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the time stamp of the last activity done with the monitored destination instance.
getLastActivityTimestampAsString(Calendar) - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the last activity time as string, e.g.
getLastRemoteQueryTimestamp() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the time stamp of the last remote query done by the repository.
getLength() - Method in interface com.sap.conn.jco.JCoField
Returns the max length of the data field.
getLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the max length of the data field at the specified index.
getLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the max length of the data field at the specified index.
getLineType() - Method in interface com.sap.conn.jco.JCoRecordMetaData
In case the JCoRecordMetaData represents a table type, getLineType() returns the name of the structure, table or data element, which is the line type of the table.
getListMetaData() - Method in interface com.sap.conn.jco.JCoParameterList
returns the appropriated meta data object, that was used for creation of this record
getLogonCheck() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon check mode as specified in the destination properties.
getLogonGroup() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon group as specified in the destination properties.
getLong() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a long
getLong(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a long
getLong(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a long
getMarshallTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed to marshall data from Java to C
getMaxGetClientTime() - Method in interface com.sap.conn.jco.JCoDestination
Returns the max time in ms for the allocation of a connection to a destination in case if the peak limit is already reached.
getMaximumUsedServerThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Return the maximum number of server worker threads that have been actually been used simultaneously by this server
getMaxUsedCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of simultaneously used client connections with the monitored destination instance.
getMessageClass() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message class, if T100 message information is available.
getMessageNumber() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message number, if T100 message information is available.
getMessageParameter(int) - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message parameter at position index or null if there is none at that position.
getMessageParameters() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message parameters as array.
getMessageServerHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP message server as specified in the destination properties.
getMessageServerService() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP message server port as specified in the destination properties.
getMessageText() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message text, if T100 message information is available.
getMessageType() - Method in exception com.sap.conn.jco.JCoException
Returns the ABAP message type, if T100 message information is available.
getMetaData() - Method in interface com.sap.conn.jco.JCoRecord
returns the appropriated meta data object, that was used for creation of this record
getMiddlewareProperty(String) - Static method in class com.sap.conn.jco.JCo
Returns the current value for the given middleware property or null, if there is no value set.
getMiddlewareTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed by the middleware layer
getMonitor() - Method in interface com.sap.conn.jco.JCoDestination
Return a monitor instance describes the client connections created by the JCo runtime for this destination instance
getMonitor() - Method in interface com.sap.conn.jco.JCoRepository
Returns a new created or available monitor instance for the repository
getMonitor() - Method in interface com.sap.conn.jco.server.JCoServer
 
getMySncName() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the SNC name as defined by the server configuration.
getName() - Method in interface com.sap.conn.jco.JCoField
Returns the name of this field
getName() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function name
getName() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the name of the function
getName() - Method in interface com.sap.conn.jco.JCoMetaData
Returns the name of the table/structure this meta-data describes
getName(int) - Method in interface com.sap.conn.jco.JCoMetaData
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.conn.jco.JCoRepository
Returns the repository name
getName() - Method in interface com.sap.conn.jco.JCoRequest
Returns the name of the function module, that is referred to by the JCoRequest
getNumberOfServerConnections(String) - Static method in class com.sap.conn.jco.server.JCoServerFactory
Query the number of registered server connections on the SAP gateway
getNumCalls() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the number of calls since the last reset
getNumColumns() - Method in interface com.sap.conn.jco.JCoTable
Returns the number of columns in the table This is just a convenience function and returns the same value as getFieldCount().
getNumReceivedBytes() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the no.
getNumRows() - Method in interface com.sap.conn.jco.JCoTable
Returns the number of rows
getNumSentBytes() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the no.
getNumServerConnections(String) - Method in class com.sap.conn.jco.server.JCoServerFactory
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoServerFactory.getNumServerConnections(String) instead.
getOriginDestinationID() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the ID of the destination instance that the monitored destination instance originated from.
getOwnBytesPerChar() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the number of bytes per character for the currently used local codepage.
getOwnCharset() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the Java charset equivalent of the local SAP codepage.
getOwnCodepage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the local codepage in SAP notation.
getOwnEncoding() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the MIME encoding equivalent of the local SAP codepage.
getParameterFieldIterator() - Method in interface com.sap.conn.jco.JCoParameterList
Returns an iterator over JCoParameterField
getParentClasses() - Method in interface com.sap.conn.jco.JCoClassMetaData
Returns the parent classes.
getPartnerBytesPerChar() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the number of bytes per character for the currently used remote codepage.
getPartnerCharset() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the Java charset equivalent of the codepage used by the remote system.
getPartnerCodepage() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the codepage used by the remote system in SAP notation.
getPartnerEncoding() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the MIME encoding equivalent of the remote SAP codepage.
getPartnerHost() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the partner host field of the attributes, i.e.
getPartnerRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the remote SAP system
getPartnerReleaseNumber() - Method in interface com.sap.conn.jco.JCoAttributes
Returns the release number of the partner as an integer, e.g.
getPartnerType() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the type which specifies the partner of the communication.
getPeakLimit() - Method in interface com.sap.conn.jco.JCoDestination
Returns the maximum number of connections, that can be created for the destination simultaneously.
getPeakLimit() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of client connections that can be used simultaneously with the monitored destination instance.
getPoolCapacity() - Method in interface com.sap.conn.jco.JCoDestination
Returns the maximum number of idle connections, that will be kept open in a pool.
getPoolCapacity() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the maximum number of client connections that will be held open for the monitored destination instance.
getPooledConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of client connections that are currently held open for the monitored destination instance.
getProgramID() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the program id as defined by the server configuration.
getProgramName() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the program name associated with the unit.
getProperties() - Method in interface com.sap.conn.jco.JCoDestination
Returns the complete property set describing the destination.
getProperty(String) - Static method in class com.sap.conn.jco.JCo
Returns the current value for the given JCo property or null, if there is no value set.
getProperty(String) - Method in interface com.sap.conn.jco.server.JCoServer
Returns the value for a property defined by the server configuration.
getProtocol() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the communication protocol - at the moment always 'RFC'
getQueueNames() - Method in interface com.sap.conn.jco.JCoFunctionUnit
Returns an immutable copy of the list containing the queue names
getQueueNames() - Method in interface com.sap.conn.jco.JCoRequestUnit
Returns an immutable copy of the list containing the queue names
getR3Name() - Method in interface com.sap.conn.jco.JCoDestination
Returns the System ID of the SAP system as specified in the destination properties.
getReason() - Method in exception com.sap.conn.jco.ext.DataProviderException
Returns the reason associated with that exception.
getRecordFieldIterator() - Method in interface com.sap.conn.jco.JCoStructure
Returns an iterator over JCoRecordField
getRecordFieldIterator() - Method in interface com.sap.conn.jco.JCoTable
Returns an iterator over JCoRecordField
getRecordFieldName(int) - Method in interface com.sap.conn.jco.JCoListMetaData
If the parameter is defined by referencing a field in a table or structure, the name of this field for the parameter field at the specified index is returned, null otherwise.
getRecordFieldName(String) - Method in interface com.sap.conn.jco.JCoListMetaData
If the parameter is defined by referencing a field in a table or structure, the name of this field for the parameter field with the specified name is returned, null otherwise.
getRecordLength() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the total length of a structure or single row of a table with a non-Unicode layout.
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoField
Returns the field meta data object in case of complex object (table or structure), or null
getRecordMetaData(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the meta data object for the field, if the specified field is a table or structure and was defined with a reference to a meta data object.
getRecordMetaData(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the meta data object for the field, if the specified field is a table or structure and was defined with a reference to a meta data object.
getRecordMetaData(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed structure/table name
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoStructure
returns the appropriated meta data object, that was used for creation of this record
getRecordMetaData() - Method in interface com.sap.conn.jco.JCoTable
returns the appropriated meta data object, that was used for creation of this record
getRecordTypeName(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the table/structure name of the data field or null if no table name is available
getRecordTypeName(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the table/structure or data element name of the data field or null if no table name or data element name is available
getRelease() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the release of the local SAP system or transport library
getRemoteContext() - Method in exception com.sap.conn.jco.AbapClassException
Returns the remote context of this ABAP class exception.
getRepository(String) - Static method in class com.sap.conn.jco.JCo
Returns the repository instance corresponding to the given repository ID or null if the repository isn't available
getRepository() - Method in interface com.sap.conn.jco.JCoDestination
Returns a repository instance that contains metadata for this destination.
getRepository() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the default repository instance used by this server instance.
getRepository(JCoServerContextInfo) - Method in interface com.sap.conn.jco.server.JCoServer
Returns the repository instance used by this server instance for the specified request context.
getRepository() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the reference to the repository instance used by the JCo server.
getRepositoryDestination() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the repository destination name for obtaining the default repository.
getRepositoryDestinationID(String) - Static method in class com.sap.conn.jco.JCo
Returns the destination ID used by repository instances internally.
getRepositoryDestinationMonitor(String) - Static method in class com.sap.conn.jco.JCo
Retrieves a monitoring object for a specific repository destination of the destination identified by the given ID.
getRepositoryDestinationMonitor() - Method in interface com.sap.conn.jco.JCoDestination
Return a monitor instance describing the client connections that have been created by the JCo runtime for the repository queries done via this destination instance.
getRepositoryDestinationMonitor(String) - Method in class com.sap.conn.jco.JCoDestinationManager
Deprecated. Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String).
getRepositoryIDs() - Static method in class com.sap.conn.jco.JCo
Returns a list containing IDs of all repository instances that are kept internally.
getRepositoryUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the user that is used for communication when executing repository queries via this destination if there is no repository destination configured.
getRequest() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns a request object for this function template
getRequest(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns a JCoRequest with initial parameters for the passed function name.
getRequests() - Method in interface com.sap.conn.jco.JCoRequestUnit
Returns an immutable list of function
getRespositoryDestinationMonitor(String) - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Deprecated. Might be removed in future versions without further notice. Use JCo.getRepositoryDestinationMonitor(String) instead.
getRfcRole() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the rfc_role field which describes the role of the connection.
getRow() - Method in interface com.sap.conn.jco.JCoTable
Returns the current row number.
getSAPRouterString() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP router string as specified in the destination properties.
getSAPRouterString() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the SAP-Router string as defined by the server configuration.
getSecurityHandler() - Method in interface com.sap.conn.jco.server.JCoServer
 
getServer() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the reference reference to the server instance handling the remote call.
getServer(String) - Static method in class com.sap.conn.jco.server.JCoServerFactory
Creates a new JCo server instance or returns an available instance.
getServerIDs() - Static method in class com.sap.conn.jco.JCo
Returns a list containing IDs of all available server instances.
getServerInstance() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the server instance (name) of the partner (server).
getServerInstance(String) - Method in class com.sap.conn.jco.server.JCoServerFactory
Deprecated. Reserved for internal use - visibility might be reduced in future versions without further notice. Use JCoServerFactory.getServer(String) instead.
getServerIpAddress() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the server IP address of the partner (server).
getServerMonitor(String) - Static method in class com.sap.conn.jco.JCo
Returns a server monitor for the given server ID
getServerProperties(String) - Method in interface com.sap.conn.jco.ext.ServerDataProvider
getServerProperties should return a properties object that contains a subset of the supported properties mentioned above representing the configuration of the given server .
getServerThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Return the number of server worker threads that may be started by this server
getServerThreadStarter() - Method in interface com.sap.conn.jco.server.JCoServer
 
getSessionId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the client or server internal session id, if available, or null
getSessionID() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the session id of the current session.
getShort() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a short
getShort(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a short
getShort(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a short
getSNCConfiguration() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the holder for properties of SNC configuration
getSncLibrary() - Method in interface com.sap.conn.jco.JCoDestination
Returns the path to SNC library as specified in the destination properties.
getSncLibrary() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the path to the SNC library as defined by the server configuration.
getSncMode() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC mode as specified in the destination properties.
getSncMode() - Method in interface com.sap.conn.jco.server.JCoServer
Returns true if the server is configured to use SNC connection.
getSncMyName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the own SNC name as specified in the destination properties.
getSncPartnerName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC partner as specified in the destination properties.
getSncQOP() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC level of security as specified in the destination properties.
getSncQOP() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the QOP level of SNC as defined by the server configuration.
getSncSSO() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SNC SSO mode as specified in the destination properties.
getSSOTicket() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the sso_ticket field
getSSOTicket() - Method in interface com.sap.conn.jco.server.JCoServerAuthorizationData
 
getState() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns a flag that indicates the activity state of the connection - either STATE_ACTIVE or STATE_STATEFUL
getState() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Returns the current state of the server instance
getState() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the current state of the server instance.
getStateAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the state as string, e.g.
getStatelessConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Return the number of the stateless server connections hold by this server instance
getString() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a string
getString(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a string.
getString(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a java.lang.String object
getStructure() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a JCoStructure object
getStructure(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a JCoStructure
getStructure(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a JCoStructure object
getStructureDefinition(String) - Method in interface com.sap.conn.jco.JCoRepository
Returns the meta data for the passed structure/table name
getSystemID() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP system ID from the attributes
getSystemID() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the system id of the ABAP server, to which the connection is established
getSystemNumber() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the SAP system number from the attributes
getSystemNumber() - Method in interface com.sap.conn.jco.JCoDestination
Returns the SAP system number as specified in the destination properties.
getTable() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a JCoTable object
getTable(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a table
getTable(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a JCoTable object
getTableParameterList() - Method in interface com.sap.conn.jco.JCoFunction
Returns the list of table parameters
getTableParameterList() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns the meta data for the table parameter list
getThreadId() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the threadID of the thread where the connection has been used for the last time
getThreadIdAsString() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the threadID as String of the thread where the connection has been used for the last time
getThreadName() - Method in interface com.sap.conn.jco.monitor.JCoConnectionData
Returns the thread name of the thread where the connection has been used for the last time
getThroughput() - Method in interface com.sap.conn.jco.JCoDestination
Returns the throughput instance
getThroughput() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the throughput instance
getTID() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Retunrs the TID if the call coming in was sent in "background task".
getTIDHandler() - Method in interface com.sap.conn.jco.server.JCoServer
 
getTime() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as a Date object
getTime(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a date
getTime(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as a Date object
getTotalTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the total execution time
getTPHost() - Method in interface com.sap.conn.jco.JCoDestination
Returns the host of external server program as specified in the destination properties.
getTPName() - Method in interface com.sap.conn.jco.JCoDestination
Returns the Program ID of external server program as specified in the destination properties.
getTrace() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the trace field of the attributes
getTraceLevel() - Static method in class com.sap.conn.jco.JCo
Returns the current trace level.
getTracePath() - Static method in class com.sap.conn.jco.JCo
Returns the current trace path.
getType() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the type which specifies the local program.
getType() - Method in interface com.sap.conn.jco.JCoDestination
Returns the type of the destination.
Possible types are:
3 - Destination to an ABAP system with unspecified logon method A - Destination to an ABAP system with direct application server host logon B - Destination to an ABAP system with message server driven load balanced logon E - Destination to an external RFC server program R - Destination to a registered RFC server program V - Destination to a VMC in-process ABAP stack
getType() - Method in interface com.sap.conn.jco.JCoField
Returns the type of this field
getType(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the JCo data type of the data field at the specified index.
getType(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the JCo data type of the data for the field with the specified name
getType() - Method in interface com.sap.conn.jco.JCoUnitIdentifier
Returns the type of the unit
getTypeAsString() - Method in interface com.sap.conn.jco.JCoField
Returns the field's type as a string
getTypeAsString(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns a String representation of the JCo data type of the data field at the specified index
getTypeAsString(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns a String representation of the JCo data type of the data field for the field with the specified name
getTypeMetaDataCount() - Method in interface com.sap.conn.jco.monitor.JCoRepositoryMonitor
Returns the number of the cached type (tables and structures) meta data objects.
getTypeQueryError(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
getUnicodeByteLength() - Method in interface com.sap.conn.jco.JCoField
Returns the length of this field in Unicode layout
getUnicodeByteLength(int) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the length of the data field at the specified index for Unicode layout
getUnicodeByteLength(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the length of the field with the specified name for Unicode layout
getUnicodeByteOffset() - Method in interface com.sap.conn.jco.JCoRecordField
Returns the offset of this field
getUnicodeByteOffset(int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a Unicode layout of the data field at the specified index.
getUnicodeByteOffset(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the offset in a Unicode layout of the field with the specified name
getUnicodeRecordLength() - Method in interface com.sap.conn.jco.JCoRecordMetaData
Returns the total length of a structure or single row of a table with a Unicode layout.
getUnitIdentifier() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns the unit identifier if the call coming in was sent as "background unit".
getUnitIDHandler() - Method in interface com.sap.conn.jco.server.JCoServer
Returns the current unit ID handler.
getUnmarshallTime() - Method in interface com.sap.conn.jco.JCoThroughput
Returns the time consumed to marshal data from C to Java
getUsedConnectionCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of client connections that are currently being used with the monitored destination instance.
getUsedServerThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoServerMonitor
Return the number of server worker threads currently in use by this server
getUser() - Method in interface com.sap.conn.jco.JCoAttributes
Retrieves the user ID field from the connection attributes, the name of the user the connection is associated with.
getUser() - Method in interface com.sap.conn.jco.JCoDestination
Returns the logon user as specified in the destination properties.
getUser() - Method in interface com.sap.conn.jco.JCoRemoteContext
Returns the user used by the partner (server).
getUserID() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns the user ID associated with the unit.
getUserLogonData() - Method in interface com.sap.conn.jco.JCoCustomDestination
Returns the holder for properties of user logon data
getValue() - Method in interface com.sap.conn.jco.JCoField
Returns the field's value as an object
getValue(int) - Method in interface com.sap.conn.jco.JCoRecord
Generic method that returns the value of the i'th field as an object.
getValue(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the named field as an object
getVersion() - Static method in class com.sap.conn.jco.JCo
Returns the version of the JCo implementation
getWaitingThreadCount() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns the number of threads that are currently waiting for a free connection to be used with the monitored destination instance.

H

handleRequest(JCoServerContext, JCoFunction) - Method in interface com.sap.conn.jco.server.JCoServerFunctionHandler
The method invoked by the JCo server runtime to dispatch the remote function call.
handleRequest(JCoServerContext, JCoRequest, JCoResponse) - Method in interface com.sap.conn.jco.server.JCoServerRequestHandler
The method invoked by the JCo server runtime to dispatch the remote function call.
hasField(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether a named field exists
hasNextField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Tests if this iterator would return another field, when invoking nextField().
hasPreviousField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Tests if this iterator would return another field, when invoking previousField().
hasPreviousField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Tests if this iterator would return another field, when invoking previousParameterField().

I

IMPORT_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates a import parameter
indexOf(String) - Method in interface com.sap.conn.jco.JCoMetaData
Returns the index of the named field info
inDW() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current runtime environment is a DW, which is a flavor of JTS.
inDWJ() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current runtime environment is a DWJ, which is a flavor of JTS.
inEclipsePlugin() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the JCo was loaded as eclipse plugin within the current environment, which means the application is in a standalone environment and probably run in eclipse.
INFO_PATH - Static variable in interface com.sap.conn.jco.JCoTraceListener
The invocation of additional methods is added to trace compared to PATH_API.
INFO_PATH_API - Static variable in interface com.sap.conn.jco.JCoTraceListener
Adds informational messages to trace in addition to errors and warnings
inJStartup() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current runtime environment has been started by a Java Startup framework.
inJTS() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current runtime environment is a JTS.
inSAPJ2EE() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current runtime environment is an SAP J2EE engine.
inSAPVM() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current Java virtual machine is a VM provided by SAP.
insertRow(int) - Method in interface com.sap.conn.jco.JCoTable
Inserts a new empty row before the specified position
inStandalone() - Static method in class com.sap.conn.jco.ext.Environment
Allows to check, whether the current runtime environment is a standalone environment, which means it's neither JTS nor SAP J2EE.
isAbapClassExceptionEnabled() - Method in interface com.sap.conn.jco.JCoFunction
Returns the boolean value that indicates whether or not the server is permitted to transmit an ABAP class exception when executing this function.
isAbapClassExceptionEnabled() - Method in interface com.sap.conn.jco.JCoRequest
Returns the boolean value that indicates whether or not the server is permitted to transmit an ABAP class exception when executing this request.
isAbapObject(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is an ABAP object.
isAbapObject(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified index is an ABAP object.
isActive() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is active
isActive(int) - Method in interface com.sap.conn.jco.JCoParameterList
Checks whether the specified field is active
isActive(String) - Method in interface com.sap.conn.jco.JCoParameterList
Checks whether the specified field is active
isCallStackEmpty() - Method in interface com.sap.conn.jco.JCoRemoteContext
Tests whether a call stack is available that contains at least one entry.
isChanging(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is a changing parameter
isChanging(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is a changing parameter
isChanging() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an export parameter
isClassQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isClientPassportManagerRegistered() - Static method in class com.sap.conn.jco.ext.Environment
Checks whether a passport manager for client side communication has already been registered.
isCommitCheckOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether a commit check is done in the backend for the associated unit.
isDestinationDataProviderRegistered() - Static method in class com.sap.conn.jco.ext.Environment
Checks whether a provider for destination data has already been registered.
isEmpty() - Method in interface com.sap.conn.jco.JCoTable
Checks whether the table is empty.
isException(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether this field is a exception
isException(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether this field with the specified name is a exception
isExport(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an export parameter
isExport(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an export parameter
isExport() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an export parameter
isFirstRow() - Method in interface com.sap.conn.jco.JCoTable
Retrieves whether the row pointer is on the first row of this table.
isFunctionQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isImport(int) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an import parameter
isImport(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an import parameter
isImport() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an import parameter
isInitialized() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field has been initialized
isInitialized(String) - Method in interface com.sap.conn.jco.JCoRecord
Checks whether this field has been initialized
isInitialized(int) - Method in interface com.sap.conn.jco.JCoRecord
Checks whether this field has been initialized
isInTransaction() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns true if the call coming in was sent in "background task" or as "background unit".
isKernelTraceOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the backend shall write kernel traces for this unit.
isLastRow() - Method in interface com.sap.conn.jco.JCoTable
Retrieves whether the row pointer is on the last row of this table.
isLocked() - Method in interface com.sap.conn.jco.JCoMetaData
Returns whether this meta data instance is locked.
isNativeLayerAvailable() - Static method in class com.sap.conn.jco.About
Checks whether the native layer is available and is already loaded.
isNestedType1Structure(int) - Method in interface com.sap.conn.jco.JCoMetaData
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.conn.jco.JCoMetaData
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.conn.jco.JCoRecordMetaData
Checks whether this JCoRecordMetaData 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.conn.jco.JCoListMetaData
Checks whether the field at the specified index is an optional parameter
isOptional(String) - Method in interface com.sap.conn.jco.JCoListMetaData
Checks whether the field with the specified name is an optional parameter
isOptional() - Method in interface com.sap.conn.jco.JCoParameterField
Checks whether this field is an optional parameter
isPasswordChangeHandlerRegistered() - Static method in class com.sap.conn.jco.ext.Environment
Checks whether a PasswordChangeHandler has already been registered.
isQuerySuccessful() - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
Returns true only if all requested data dictionary elements were queried
isReadOnly(String) - Method in interface com.sap.conn.jco.JCoClassMetaData
Indicates whether the given attribute is a read-only attribute or not.
isReadOnly(int) - Method in interface com.sap.conn.jco.JCoClassMetaData
Indicates whether the given attribute is a read-only attribute or not.
isServerDataProviderRegistered() - Static method in class com.sap.conn.jco.ext.Environment
Checks whether a provider for server data has already been registered.
isServerPassportManagerRegistered() - Static method in class com.sap.conn.jco.ext.Environment
Checks whether a passport manager for server side communication has already been registered.
isSessionAlive(String) - Method in class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Returns true if the session with the given session ID is still alive
isSessionAlive(String) - Method in interface com.sap.conn.jco.ext.SessionReferenceProvider
JCo will invoke this method in order to check whether a session is still alive.
isSessionReferenceProviderRegistered() - Static method in class com.sap.conn.jco.ext.Environment
Checks whether a provider for session references has already been registered.
isSNCEnabled() - Method in interface com.sap.conn.jco.server.JCoServerAuthorizationData
If SNC is enabled and authorization mode is AUTHORIZATION_MODE_SNC the parameter authorization partner and key are supplied
isSSOBased() - Method in interface com.sap.conn.jco.server.JCoServerAuthorizationData
Returns true is SSO ticket was supplied.
isStateful(JCoDestination) - Static method in class com.sap.conn.jco.JCoContext
Returns true if in the current session a stateful call sequence has been started and is not finished yet, i.e.
isStatefulSession() - Method in interface com.sap.conn.jco.server.JCoServerContextInfo
Returns true if the current session is a stateful session, false otherwise.
isStructure() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field is a structure parameter
isStructure(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field at the specified index is a structure parameter
isStructure(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a structure parameter
isTable() - Method in interface com.sap.conn.jco.JCoField
Checks whether this field is a table parameter
isTable(int) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field is a table parameter
isTable(String) - Method in interface com.sap.conn.jco.JCoMetaData
Checks whether the field with the specified name is a table parameter
isTypeQuerySuccessful(String) - Method in interface com.sap.conn.jco.JCoRepositoryQueryResult
 
isUnicode() - Method in interface com.sap.conn.jco.JCoRepository
Returns whether the repository contains both Unicode and Non-Unicode metadata.
isUnitHistoryOn() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the backend shall keep a history of the associated unit.
isUnitLocked() - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Returns whether the associated unit will be locked.
isValid() - Method in interface com.sap.conn.jco.JCoDestination
Returns true if the corresponding destination configuration was neither changed nor removed, false otherwise.
isValid() - Method in interface com.sap.conn.jco.monitor.JCoDestinationMonitor
Returns true if the monitored destination instance is valid, i.e.
isValid() - Method in interface com.sap.conn.jco.server.JCoServer
Returns true if the corresponding server configuration was neither changed nor removed, false otherwise.
iterator() - Method in interface com.sap.conn.jco.JCoRecord
Returns an Iterator.

J

JCo - Class in com.sap.conn.jco
The main factory class of JCo.
JCO_ALIAS_USER - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Logon user alias, can be used instead of logon user.
JCO_ASHOST - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP ABAP application server host, mandatory for a direct application server instance connection.
JCO_AUTH_TYPE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Authentication type used by the destination.
JCO_AUTH_TYPE_CONFIGURED_USER - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Value to use for the property JCO_AUTH_TYPE.
JCO_AUTH_TYPE_CURRENT_USER - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Value to use for the property JCO_AUTH_TYPE.
JCO_CLIENT - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP client, mandatory logon parameter.
JCO_CODEPAGE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Additional logon parameter to define the codepage that will be used to convert the logon parameters.
JCO_CONNECTION_COUNT - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
The number of connections that should be registered at the gateway.
JCO_CPIC_TRACE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Enable/disable CPIC trace [0..3].
JCO_DELTA - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Use the table delta management for reducing the amount of data being sent via the network, especially if dealing with big RFC table parameters.
JCO_DENY_INITIAL_PASSWORD - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
If set to 1, using initial passwords will lead to an exception (default=0).
JCO_DEST - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
For internal purposes only.
JCO_ERROR_ABAP_CLASS_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
A ABAP class exception has been thrown by a function module in the remote system.
JCO_ERROR_ABAP_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
An exception has been thrown by a function module in the remote system.
JCO_ERROR_APPLICATION_EXCEPTION - Static variable in exception com.sap.conn.jco.JCoException
An application error occurred in a JCo server
JCO_ERROR_CANCELLED - Static variable in exception com.sap.conn.jco.JCoException
A registered server connection has been canceled on the gateway.
JCO_ERROR_COMMUNICATION - Static variable in exception com.sap.conn.jco.JCoException
Exception is caused by network problems, connection breakdowns, gateway problems, inavailability of the remote SAP system, etc.
JCO_ERROR_CONCURRENT_CALL - Static variable in exception com.sap.conn.jco.JCoException
A concurrent method call has been detected.
JCO_ERROR_CONFIGURATION - Static variable in exception com.sap.conn.jco.JCoException
A general configuration error detected.
JCO_ERROR_CONTEXT_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
Deprecated. Unused
JCO_ERROR_CONVERSION - Static variable in exception com.sap.conn.jco.JCoException
A conversion between two representations of either a parameter, structure, or table field has failed.
JCO_ERROR_CREATE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
Used in SessionException for exceptions of type SessionException.Type.CREATE_SESSION.
JCO_ERROR_DATA_PROVIDER_ERROR - Static variable in exception com.sap.conn.jco.JCoException
A data provider signalled an internal error to JCo
JCO_ERROR_DESTINATION_DATA_INVALID - Static variable in exception com.sap.conn.jco.JCoException
An destination instance was used, for which the configuration was either deleted or updated.
JCO_ERROR_DESTROY_SESSION - Static variable in exception com.sap.conn.jco.JCoException
Used in SessionException for exceptions of type SessionException.Type.DESTROY_SESSION.
JCO_ERROR_DSR_LOAD_ERROR - Static variable in exception com.sap.conn.jco.JCoException
DSR is turned on via JCo property, but the library could not loaded properly
JCO_ERROR_DSR_PASSPORT_NOT_RECEIVED - Static variable in exception com.sap.conn.jco.JCoException
Deprecated. No longer used
JCO_ERROR_DSR_PASSPORT_NOT_VALID - Static variable in exception com.sap.conn.jco.JCoException
Deprecated. No longer used
JCO_ERROR_EXTENSION - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown due to a situation caused by an infrastructure extension
JCO_ERROR_FIELD_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
A field requested from either a JCoRecord or one of its extending types does not exist
JCO_ERROR_FUNCTION_NOT_FOUND - Static variable in exception com.sap.conn.jco.JCoException
A function template could not completely be retrieved from the repository in a JCo server or an error occured during creation of it.
JCO_ERROR_ILLEGAL_ARGUMENT - Static variable in exception com.sap.conn.jco.JCoException
An illegal method argument has been detected
JCO_ERROR_ILLEGAL_STATE - Static variable in exception com.sap.conn.jco.JCoException
An illegal situation occurred within JCo runtime.
JCO_ERROR_ILLEGAL_TID - Static variable in exception com.sap.conn.jco.JCoException
An invalid transaction ID has been encountered.
JCO_ERROR_INITIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Some initialization failed within JCo
JCO_ERROR_INTERNAL - Static variable in exception com.sap.conn.jco.JCoException
An internal error in the JCo runtime.
JCO_ERROR_INVALID_HANDLE - Static variable in exception com.sap.conn.jco.JCoException
A connection handle used internally is invalid, e.g.
JCO_ERROR_INVALID_REPOSITORY_CACHE - Static variable in exception com.sap.conn.jco.JCoException
Indicates an invalid repository cache.
JCO_ERROR_JARM_LOAD_ERROR - Static variable in exception com.sap.conn.jco.JCoException
jARM is turned on via JCo property, but the library could not loaded properly
JCO_ERROR_LOGON_FAILURE - Static variable in exception com.sap.conn.jco.JCoException
Authorization failures during the logon phase in the ABAP backend.
JCO_ERROR_NOT_SUPPORTED - Static variable in exception com.sap.conn.jco.JCoException
Used for various situations that are not supported within JCo.
JCO_ERROR_NULL_HANDLE - Static variable in exception com.sap.conn.jco.JCoException
A connection handle used internally is null
JCO_ERROR_PASSIVATE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
Used in SessionException for exceptions of type SessionException.Type.PASSIVATE_SESSION.
JCO_ERROR_PASSWORD_CHANGE_REQUIRED - Static variable in exception com.sap.conn.jco.JCoException
When connecting to a partner system that does not allow to logon with initial and expired passwords this group will be used.
JCO_ERROR_PROGRAM - Static variable in exception com.sap.conn.jco.JCoException
The application using JCo provides JCo wrong information or is behaving incorrectly.
JCO_ERROR_PROTOCOL - Static variable in exception com.sap.conn.jco.JCoException
An internal communication protocol error has been detected, while processing data coming over the line.
JCO_ERROR_REGISTRATION_DENIED - Static variable in exception com.sap.conn.jco.JCoException
The gateway is protected with a reg_info file, and the registration of a server failed due to incomplete permissions of the current server.
JCO_ERROR_REPOSITORY_SERIALIZATION - Static variable in exception com.sap.conn.jco.JCoException
Indicates an error in json stream.
JCO_ERROR_REQUEST_CANCELLED - Static variable in exception com.sap.conn.jco.JCoException
A function module execution was cancelled because the scope/session, in which it was running, has been finished.
JCO_ERROR_RESOURCE - Static variable in exception com.sap.conn.jco.JCoException
Indicates that JCo has issues with resources, such as connections in a connection pool, destinations, or servers.
JCO_ERROR_RESTORE_SESSION - Static variable in exception com.sap.conn.jco.JCoException
Used in SessionException for exceptions of type SessionException.Type.RESTORE_SESSION.
JCO_ERROR_SERVER_DATA_INVALID - Static variable in exception com.sap.conn.jco.JCoException
An server instance was used, for which the configuration was either deleted or updated.
JCO_ERROR_SERVER_STARTUP - Static variable in exception com.sap.conn.jco.JCoException
Something went wrong during the startup phase of a JCo server.
JCO_ERROR_SESSION_REF_NOT_VALID - Static variable in exception com.sap.conn.jco.JCoException
The registered SessionReferenceProvider returned an invalid SessionReference
JCO_ERROR_SHAREABLE_CONTAINER - Static variable in exception com.sap.conn.jco.JCoException
Not used in standalone environment.
JCO_ERROR_STATE_BUSY - Static variable in exception com.sap.conn.jco.JCoException
The remote ABAP system is busy.
JCO_ERROR_SYSTEM_FAILURE - Static variable in exception com.sap.conn.jco.JCoException
A system failure has occurred in the remote SAP system.
JCO_ERROR_TIMEOUT - Static variable in exception com.sap.conn.jco.JCoException
A timeout occurred while trying to logon to an ABAP system
JCO_ERROR_UNSUPPORTED_CODEPAGE - Static variable in exception com.sap.conn.jco.JCoException
The remote SAP system or the local systems runs under a codepage, which is not supported by JCoRuntime.
JCO_ERROR_XML_PARSER - Static variable in exception com.sap.conn.jco.JCoException
An exception is thrown while processing XML like serialized data.
JCO_EXPIRATION_PERIOD - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Period in ms after that the destination checks the released connections for expiration.
JCO_EXPIRATION_TIME - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Time in ms after that a free connections hold internally by the destination can be closed.
JCO_EXTID_DATA - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
External identification user logon data.
JCO_EXTID_TYPE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Type of the external identification user logon data.
JCO_GETSSO2 - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Order a SSO ticket after logon, the obtained ticket is available in the destination attributes.
JCO_GROUP - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Logon group of the logon load balanced connections, which is identifying a set of SAP application servers (optional, default is PUBLIC)
JCO_GWHOST - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP gateway host to use for the connection.
JCO_GWHOST - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Gateway host on which the server should be registered
JCO_GWSERV - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP gateway service or port number, should be specified when using JCO_GWHOST.
JCO_GWSERV - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Gateway service, i.e.
JCO_LANG - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Logon language, if not defined the default user language is used.
JCO_LCHECK - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Postpone the authentication until the first call.
JCO_MAX_GET_TIME - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Max time in ms to wait for a connection, if the max allowed number of connections is allocated by the application.
JCO_MAX_STARTUP_DELAY - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
The maximum time (in seconds) between two startup attempts in case of failures.
JCO_MSHOST - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP message server host, mandatory property for a logon load balanced connection.
JCO_MSSERV - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP message server service name or port number.
JCO_MYSAPSSO2 - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP Cookie Version 2 as logon ticket for SSO based authentication.
JCO_PASSWD - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Logon password, logon parameter for password based authentication.
JCO_PCS - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Additional logon parameter to define the codepage type of the SAP System, 1 - non-unicode, 2 - unicode enabled.
JCO_PEAK_LIMIT - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Maximum number of active connections that can be created for a destination simultaneously.
JCO_POOL_CAPACITY - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Maximum number of idle connections kept open by the destination.
JCO_PROGID - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
The program ID with which the registration is done.
JCO_R3NAME - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
System ID of the SAP system, the so-called SID.
JCO_REP_DEST - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Client destination to obtain the repository.
JCO_REP_MAP - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Mapping rule between repositories and ABAP Systems.
JCO_REPOSITORY_DEST - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Specifies which destination should be used as repository, i.e.
JCO_REPOSITORY_PASSWD - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
The password for a repository user.
JCO_REPOSITORY_ROUNDTRIP_OPTIMIZATION - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Enable the usage of RFC_METADATA_GET API, which is providing repository data in one single roundtrip.
JCO_REPOSITORY_SNC - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Optional: If SNC is used for this destination, it is possible to turn it off for repository connections, if this property is set to 0.
JCO_REPOSITORY_USER - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
If repository destination is not set, and this property is set, it will be used as user for repository calls.
JCO_SAPROUTER - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SAP Router string for connection to systems behind a SAP Router.
JCO_SAPROUTER - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
SAP router string to use for a system protected by a firewall, and which hence can only be reached via a SAProuter, when registering the server at the gateway of that ABAP System.
JCO_SNC_LIBRARY - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Path to library which provides SNC service.
JCO_SNC_LIBRARY - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Path to library which provides SNC service.
JCO_SNC_MODE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Secure network connection (SNC) mode, 0 (off) or 1 (on).
JCO_SNC_MODE - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Secure network connection (SNC) mode, 0 (off) or 1 (on)
JCO_SNC_MYNAME - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Own SNC name.
JCO_SNC_MYNAME - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
SNC name of your server.
JCO_SNC_PARTNERNAME - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SNC partner, e.g.
JCO_SNC_QOP - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
SNC level of security, the quality of protection ranges from 1 to 9.
JCO_SNC_QOP - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
SNC level of security, 1 to 9
JCO_SNC_SSO - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
When connecting via SNC, the SNC identity is typically used for authenticating the caller.
JCO_SYSNR - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
System number of the SAP ABAP application server, mandatory for a direct application server instance connection.
JCO_TPHOST - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
External RFC server program host.
JCO_TPNAME - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Registered RFC server program ID.
JCO_TRACE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Enable/disable RFC trace (0 or 1).
JCO_TRACE - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
Enable/disable RFC trace (0 or 1)
JCO_TYPE - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
The connection type.
JCO_USE_SAPGUI - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Use a visible, hidden, or do not use SAP GUI.
JCO_USER - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Logon user, logon parameter for password based authentication.
JCO_USER_ID - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
Deprecated. Will be removed in future versions without further notice. As of JCo 3.0.10 this property has become obsolete and is no longer needed.
JCO_WORKER_THREAD_COUNT - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
The maximal number of threads used by a single JCoServer.
JCO_WORKER_THREAD_MIN_COUNT - Static variable in interface com.sap.conn.jco.ext.ServerDataProvider
The minimal number of threads used by JCo server.
JCO_X509CERT - Static variable in interface com.sap.conn.jco.ext.DestinationDataProvider
X509 certificate for certificate based authentication.
JCoAbapObject - Interface in com.sap.conn.jco
The interface comprises public methods for access to ABAP object members.
JCoApplicationAuthorizationException - Exception in com.sap.conn.jco.server
Using this exception the application's security handler notifies the sender system, that the user, who initiated a remote call, does not have enough permissions
JCoApplicationAuthorizationException() - Constructor for exception com.sap.conn.jco.server.JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception.
JCoApplicationAuthorizationException(String) - Constructor for exception com.sap.conn.jco.server.JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception with the given message.
JCoApplicationAuthorizationException(String, Throwable) - Constructor for exception com.sap.conn.jco.server.JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception with the given message and a cause exception.
JCoApplicationAuthorizationException(Throwable) - Constructor for exception com.sap.conn.jco.server.JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception with the given cause exception.
JCoAttributes - Interface in com.sap.conn.jco
Encapsulates a number of attributes of a connection, such as codepage information, system information of the partner, and other useful data.
JCoBackgroundUnitAttributes - Interface in com.sap.conn.jco
Unit Attributes describing some properties of a processed bgRFC unit in the backend.
JCoClassMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of ABAP classes.
JCoClassMetaData.JCoAttributeKind - Enum in com.sap.conn.jco
An enumeration of the possible or relevant attribute types.
JCoConnectionData - Interface in com.sap.conn.jco.monitor
This class provides some details for an RFC connection.
JCoConnectionMonitor - Class in com.sap.conn.jco.monitor
Connection monitor provides descriptive details for all opened connections.
JCoConnectionMonitor() - Constructor for class com.sap.conn.jco.monitor.JCoConnectionMonitor
 
JCoContext - Class in com.sap.conn.jco
The JCoContext class allows the execution of stateful function call sequences with JCo.
JCoCustomDestination - Interface in com.sap.conn.jco
Customizable destination that allows to set specific user logon data and SNC configuration.
JCoCustomDestination.SncConfigurationData - Interface in com.sap.conn.jco
SncConfigurationData allows change SNC configuration for a JCoCustomDestination.
JCoCustomDestination.UserData - Interface in com.sap.conn.jco
UserData allows change the logon configuration data for a JCoCustomDestination.
JCoCustomRepository - Interface in com.sap.conn.jco
JCoCustomRepository is designed to be used for static/custom meta data.
JCoCustomRepository.QueryMode - Enum in com.sap.conn.jco
Enumeration that describes all modes to control the remote queries of a custom repository.
JCoDestination - Interface in com.sap.conn.jco
JCoDestination identifies a physical destination of a function call.
JCoDestinationManager - Class in com.sap.conn.jco
The JCoDestinationManager creates and manages the destinations used by JCo applications.
JCoDestinationMonitor - Interface in com.sap.conn.jco.monitor
The destination monitor provides some details about a destination.
JCoException - Exception in com.sap.conn.jco
General JCo exception object.
JCoException(int, String, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message
JCoException(int, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message
JCoException(int, String, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message
JCoException(int, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the error object with the specified message
JCoException(int, String, String, String, char, String, String[]) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages
JCoException(int, String, String, String, char, String, String[], Throwable) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages
JCoException(int, String, String, char, String, String[], Throwable, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages
JCoException(int, String, String, String, char, String, String[], Throwable, String) - Constructor for exception com.sap.conn.jco.JCoException
Creates an instance of the exception object with the specified message and more information for ABAP messages
JCoExtendedFieldMetaData - Interface in com.sap.conn.jco
Encapsulates the extended metadata of a single field of either a parameter list, a structure, or a table.
JCoField - Interface in com.sap.conn.jco
Class to represent a data field in a record (i.e.
JCoFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a record.
JCoFunction - Interface in com.sap.conn.jco
Class that represents a function.
JCoFunctionTemplate - Interface in com.sap.conn.jco
Encapsulates all metadata of a function and its import, changing, export and table parameters as well as the exception list.
JCoFunctionUnit - Interface in com.sap.conn.jco
The interface comprises public methods to work with function unit.
JCoFunctionUnitState - Enum in com.sap.conn.jco
Defines possible function unit states.
JCoListMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of either a parameter list, a request or response.
JCoMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of JCo data containers.
JCoParameterField - Interface in com.sap.conn.jco
Class to represent a data field in a parameter list.
JCoParameterFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a parameter list.
JCoParameterList - Interface in com.sap.conn.jco
A class that encapsulates a parameter list used to pass on data to a function.
JCoRecord - Interface in com.sap.conn.jco
Base interface for all data containers used throughout the JCo toolkit.
JCoRecordField - Interface in com.sap.conn.jco
Class to represent a data field in a structure or table.
JCoRecordFieldIterator - Interface in com.sap.conn.jco
Encapsulates an iterator for the fields of a structure or table.
JCoRecordMetaData - Interface in com.sap.conn.jco
Encapsulates the metadata of either a structure or a table.
JCoRemoteContext - Interface in com.sap.conn.jco
This interface comprises all the methods an object representing a remote context of a (failed) RFC connection is required to implement.
JCoRepository - Interface in com.sap.conn.jco
The meta data repositories are needed to get the technical description of functions and parameters used for fulfilling RFC calls.
JCoRepositoryMonitor - Interface in com.sap.conn.jco.monitor
Repository monitor provides some additional details about the repository.
JCoRepositoryQueryResult - Interface in com.sap.conn.jco
JCoRepositoryResult describes the result of the repository query.
JCoRequest - Interface in com.sap.conn.jco
A JCoRequest is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
JCoRequestUnit - Interface in com.sap.conn.jco
The interface comprises public methods to work with request unit.
JCoResponse - Interface in com.sap.conn.jco
A JCoResponse is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
JCoRuntimeException - Exception in com.sap.conn.jco
Basic JCo exception for JCo runtime exceptions.
JCoRuntimeException(int, String) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message and group.
JCoRuntimeException(int, String, String) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, and key.
JCoRuntimeException(int, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, and cause exception.
JCoRuntimeException(int, String, String, Throwable) - Constructor for exception com.sap.conn.jco.JCoRuntimeException
Creates an instance of the exception object with the specified message, group, key, and cause exception.
JCoServer - Interface in com.sap.conn.jco.server
JCo Server APIs.
JCoServerAuthorizationData - Interface in com.sap.conn.jco.server
Authorization parameters sent by the caller system JCoServerAuthorizationData will be passed to the JCoSecurityHandler, if ones is installed, on each call.
JCoServerCallHandlerFactory - Interface in com.sap.conn.jco.server
JCoServerCallHandlerFactory is the base interface for the JCoServerFunctionHandlerFactory and JCoServerRequestHandlerFactory.
JCoServerCallType - Enum in com.sap.conn.jco.server
Describes all types of requests a server can receive via RFC from the ABAP client.
JCoServerContext - Interface in com.sap.conn.jco.server
JCoServerContext provides additional information for the remote call
JCoServerContextInfo - Interface in com.sap.conn.jco.server
JCoServerContextInfo provides additional information of the remote system and the context of the request.
JCoServerErrorListener - Interface in com.sap.conn.jco.server
Listener interface for the errors occurred inside of the JCoServer.
JCoServerExceptionListener - Interface in com.sap.conn.jco.server
Listener interface for the exceptions occurred inside of the JCoServer in the JCo runtime.
JCoServerFactory - Class in com.sap.conn.jco.server
Factory for creating a server instance.
JCoServerFunctionHandler - Interface in com.sap.conn.jco.server
Interface for the function handler.
JCoServerFunctionHandlerFactory - Interface in com.sap.conn.jco.server
Applications/runtime environments must register its handler factory instance at a JCo server allowing to create call handler instances on incoming function calls.
JCoServerMonitor - Interface in com.sap.conn.jco.monitor
Monitor provides details about the monitored JCoServer instance
JCoServerRequestHandler - Interface in com.sap.conn.jco.server
Interface for the request handler.
Request handler that needs to be implemented by the server application.
JCoServerRequestHandlerFactory - Interface in com.sap.conn.jco.server
Applications/runtime environments must register its handler factory instance at a JCo server allowing to create call handler instances on incoming function calls.
JCoServerRunnable - Interface in com.sap.conn.jco.server
Interface marker for the runnable-s used by the JCo server internally.
JCoServerSecurityHandler - Interface in com.sap.conn.jco.server
Security Handler will be asked to check the permissions of the user, who initiated a remote call.
jcoServerSessionContinued(String) - Method in class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Server session event when session is being continued
jcoServerSessionContinued(String) - Method in interface com.sap.conn.jco.ext.SessionReferenceProvider
This method will be invoked before a subsequent RFC call for a JCoServer session is passed to the JCoHandlerFactory.
jcoServerSessionFinished(String) - Method in class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Implementation for the JCoSessionReference interface used by the DefaultSessionReference
jcoServerSessionFinished(String) - Method in interface com.sap.conn.jco.ext.SessionReferenceProvider
This method will be invoked when a JCoServer session has finished, i.e.
jcoServerSessionPassivated(String) - Method in class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Server session event when session is being passivated
jcoServerSessionPassivated(String) - Method in interface com.sap.conn.jco.ext.SessionReferenceProvider
This method will be invoked after the processing of an RFC call in a JCoServer session has finished .
jcoServerSessionStarted() - Method in class com.sap.conn.jco.ext.DefaultSessionReferenceProvider
Server session event on session start
jcoServerSessionStarted() - Method in interface com.sap.conn.jco.ext.SessionReferenceProvider
The following four methods will be invoked by the JCo runtime to notify the implementation of the SessionReferenceProvider (Session Management) about the sessions initiated by an ABAP Application Server.
JCoServerState - Enum in com.sap.conn.jco.server
JCoServerState reflects the possible states of a JCoServer.
JCoServerStateChangedListener - Interface in com.sap.conn.jco.server
JCo server state change listener interface.
JCoServerThreadStarter - Interface in com.sap.conn.jco.server
Interface can be implemented by the infrastructure within an application server.
JCoServerTIDHandler - Interface in com.sap.conn.jco.server
This interface defines methods to handle transactions being received from an SAP system.
JCoServerUnitIDHandler - Interface in com.sap.conn.jco.server
This interface defines methods to handle a function unit received by a JCoServer.
JCoSessionReference - Interface in com.sap.conn.jco.ext
A JCoSessionReference is a simple reference to a session or scope in a runtime environment that implemented and registered a SessionReferenceProvider.
JCoStructure - Interface in com.sap.conn.jco
JCoStructure is for data containers that need a certain layout in memory.
JCoTable - Interface in com.sap.conn.jco
Interface that describes internal tables used in the parameter lists of function modules.
JCoThroughput - Interface in com.sap.conn.jco
JCO Throughput interface.
JCoTraceListener - Interface in com.sap.conn.jco
JCo trace listener interface.
JCoUnitIdentifier - Interface in com.sap.conn.jco
Function unit identifier is a unique identifier for a function or request unit for bgRFC.
JCoUnitIdentifier.Type - Enum in com.sap.conn.jco
BgRFC unit types: TYPE_T - exactly once TYPE_Q - exactly once in order

L

lastRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the last row.
load(Reader) - Method in interface com.sap.conn.jco.JCoRepository
Loads the repository from the given reader.
lock() - Method in interface com.sap.conn.jco.JCoMetaData
Locks the meta data to prevent further changes.

M

main(String[]) - Static method in class com.sap.conn.jco.About
Prints the version of the Java Connector.

N

nextField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Returns the next field of the record.
nextParameterField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Returns the next parameter field of the parameter list.
nextRecordField() - Method in interface com.sap.conn.jco.JCoRecordFieldIterator
Returns the next field of this enumeration.
nextRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the next row.
NONE - Static variable in interface com.sap.conn.jco.JCoTraceListener
No trace is written.

O

OPTIONAL_PARAMETER - Static variable in interface com.sap.conn.jco.JCoListMetaData
Flag that indicates that a parameter is optional
OutOfNativeMemoryError - Error in com.sap.conn.jco
A special OutOfMemoryError indicating that a JNI call terminated with a return code showing that a memory allocation failed.
OutOfNativeMemoryError() - Constructor for error com.sap.conn.jco.OutOfNativeMemoryError
default constructor for this error
OutOfNativeMemoryError(String) - Constructor for error com.sap.conn.jco.OutOfNativeMemoryError
Constructor with message as parameter that shows info about the error or gives a hint to the origin

P

PasswordChangeHandler - Interface in com.sap.conn.jco.ext
This interface allows the implementation of a handler that prompts the user for a new password, which is then used for This is useful if a UI is available, and the password in the backend for the designated user is supposed to be changed before working with the user.
PATH_API - Static variable in interface com.sap.conn.jco.JCoTraceListener
The invocation of API methods is added compared to INFO_PATH_API.
ping() - Method in interface com.sap.conn.jco.JCoDestination
Executes a connection test for this destination
previousField() - Method in interface com.sap.conn.jco.JCoFieldIterator
Returns the previous field of the record.
previousParameterField() - Method in interface com.sap.conn.jco.JCoParameterFieldIterator
Returns the previous parameter field of the parameter list.
previousRecordField() - Method in interface com.sap.conn.jco.JCoRecordFieldIterator
Returns the previous field of this enumeration.
previousRow() - Method in interface com.sap.conn.jco.JCoTable
Moves the row pointer to the previous row.
promptPassword(JCoDestination, Exception) - Method in interface com.sap.conn.jco.ext.PasswordChangeHandler
Will be invoked if a password is recognized as initial and hence needs an update.

Q

queryMetaDataSet(JCoRepository, List<String>, List<String>, List<String>) - Static method in class com.sap.conn.jco.JCo
Queries the meta data for function, type and class lists.

R

registerClientPassportManager(ClientPassportManager) - Static method in class com.sap.conn.jco.ext.Environment
Registers a manager for DSR passports for client side communication.
registerDestinationDataProvider(DestinationDataProvider) - Static method in class com.sap.conn.jco.ext.Environment
Registers a provider for destination data.
registerGenericHandler(T) - Method in class com.sap.conn.jco.server.DefaultServerHandlerFactory
Registers a generic handler with the call handler factory.
registerHandler(String, T) - Method in class com.sap.conn.jco.server.DefaultServerHandlerFactory
Registers a call handler with the call handler factory.
registerPasswordChangeHandler(PasswordChangeHandler) - Static method in class com.sap.conn.jco.ext.Environment
Registers a handler for password change events.
registerServerDataProvider(ServerDataProvider) - Static method in class com.sap.conn.jco.ext.Environment
Registers a provider for destination data.
registerServerPassportManager(ServerPassportManager) - Static method in class com.sap.conn.jco.ext.Environment
Registers a manager for DSR passports for server side communication.
registerSessionReferenceProvider(SessionReferenceProvider) - Static method in class com.sap.conn.jco.ext.Environment
Registers a provider for session reference information.
release() - Method in interface com.sap.conn.jco.server.JCoServer
Releases all resources allocated by the server instance.
removeClassMetaDataFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a class meta data instance from the local cache.
removeFunctionTemplateFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a function template from the local cache.
removeGenericHandler() - Method in class com.sap.conn.jco.server.DefaultServerHandlerFactory
Unregisters the generic call handler.
removeHandler(String) - Method in class com.sap.conn.jco.server.DefaultServerHandlerFactory
Unregisters the call handler for the given function module name.
removeRecordMetaDataFromCache(String) - Method in interface com.sap.conn.jco.JCoRepository
Removes a record meta data from the local cache.
removeServerErrorListener(JCoServerErrorListener) - Method in interface com.sap.conn.jco.server.JCoServer
Removes an error listener from the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
removeServerExceptionListener(JCoServerExceptionListener) - Method in interface com.sap.conn.jco.server.JCoServer
Removes an exception listener from the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
removeServerStateChangedListener(JCoServerStateChangedListener) - Method in interface com.sap.conn.jco.server.JCoServer
Removes a state changed listener from the list of listeners.
If a listener is removed from the list of listeners during firing of an event, it will be notified about the last event.
removeThroughput() - Method in interface com.sap.conn.jco.JCoDestination
Removes the throughput instance from the destination.
removeThroughput() - Method in interface com.sap.conn.jco.server.JCoServer
Removes the throughput instance from the server.
removeTraceListener(JCoTraceListener) - Static method in class com.sap.conn.jco.JCo
Removes the given trace listener from the list of JCoTraceListeners
requestFinished(int, long, long) - Method in interface com.sap.conn.jco.ext.ServerPassportManager
JCo will call this method after a function processing within the server has been finished, regardless of the success or failure of the processing.
requestSSOTicket(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
If the SSO ticket is requested, then the ABAP Server will generate a new SSO Ticket, that can be used to logon to other systems.
requestStarted(int, DsrIPassport, String) - Method in interface com.sap.conn.jco.ext.ServerPassportManager
JCo will call this method whenever it receives a request that comes along with an DSR passport.
reset() - Method in interface com.sap.conn.jco.JCoFieldIterator
Resets the iterator.
reset() - Method in interface com.sap.conn.jco.JCoThroughput
Resets the class variables, i.e.
rollback(JCoServerContext, String) - Method in interface com.sap.conn.jco.server.JCoServerTIDHandler
This function will be called if an error has occurred in one of the RFC functions belonging to a certain transaction.
rollback(JCoServerContext, JCoUnitIdentifier) - Method in interface com.sap.conn.jco.server.JCoServerUnitIDHandler
This method will be called if an error has occurred in one of the RFC function modules belonging to the concerned unit.

S

save(Writer) - Method in interface com.sap.conn.jco.JCoRepository
Saves this repository using the given writer.
This method does not close the given writer.
ServerDataEventListener - Interface in com.sap.conn.jco.ext
The ServerDataEventListener interface reacts on the events that a ServerDataProvider could fire if the server configuration was changed.
ServerDataProvider - Interface in com.sap.conn.jco.ext
Applications using the JCoServer functionality, i.e.
serverErrorOccurred(JCoServer, String, JCoServerContextInfo, Error) - Method in interface com.sap.conn.jco.server.JCoServerErrorListener
Called when a server error occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event.
serverExceptionOccurred(JCoServer, String, JCoServerContextInfo, Exception) - Method in interface com.sap.conn.jco.server.JCoServerExceptionListener
Called when a server exception occurred.
If a listener is added as listener during firing of an event, it won't be notified about the last event.
ServerPassportManager - Interface in com.sap.conn.jco.ext
The JDSR Passport Manager Interface for server connections to an SAP application server ABAP backend.
serverStateChangeOccurred(JCoServer, JCoServerState, JCoServerState) - Method in interface com.sap.conn.jco.server.JCoServerStateChangedListener
This method is called whenever a server state change occurred.
sessionClosed(JCoServerContext, String, boolean) - Method in class com.sap.conn.jco.server.DefaultServerHandlerFactory
This method will be invoked by the JCo runtime, in case a stateful session is going to be closed.
sessionClosed(JCoServerContext, String, boolean) - Method in interface com.sap.conn.jco.server.JCoServerCallHandlerFactory
This method will be invoked by the JCo runtime, in case a stateful session is going to be closed.
SessionException - Exception in com.sap.conn.jco.ext
A SessionException is supposed to be thrown by a SessionReferenceProvider in case of issues within session management for sessions that have been initiated by a JCoServer connection.
SessionException(SessionException.Type, String, Throwable) - Constructor for exception com.sap.conn.jco.ext.SessionException
Creates a new instance of a SessionException with the given type, message and potentially a cause exception.
SessionException(SessionException.Type, String) - Constructor for exception com.sap.conn.jco.ext.SessionException
Creates a new instance of a SessionException with the given type and message.
SessionException.Type - Enum in com.sap.conn.jco.ext
An enumeration for describing the situation when a SessionException is thrown.
SessionReferenceProvider - Interface in com.sap.conn.jco.ext
The session reference provider can be implemented by a runtime environment that has a session concept in order to provide JCo a simple reference to a session.
setAbapClassExceptionMode(AbapClassException.Mode) - Method in interface com.sap.conn.jco.JCoFunction
Sets the mode for ABAP class exceptions.
setAbapClassExceptionMode(AbapClassException.Mode) - Method in interface com.sap.conn.jco.JCoRequest
Sets the mode for ABAP class exceptions.
setActive(int, boolean) - Method in interface com.sap.conn.jco.JCoParameterList
Sets the marshall/unmarshall behavior of a parameter.
setActive(String, boolean) - Method in interface com.sap.conn.jco.JCoParameterList
Sets the marshall/unmarshall behavior of a parameter.
setAliasUser(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the alias that can be used instead of the user name
setCallHandlerFactory(JCoServerCallHandlerFactory) - Method in interface com.sap.conn.jco.server.JCoServer
Defines the call handler factory that will be used by the JCo runtime to get a handler instance if a remote call is invoked.
setClient(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the SAP client attribute.
setClient(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjust the client of the ABAP system
setCodepage(String) - Method in interface com.sap.conn.jco.JCoCustomDestination
The RFC communication negotiates the code page to use with its communication partner.
setCommitCheckOn(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows adjusting the commit check attribute.
setConnectionCount(int) - Method in interface com.sap.conn.jco.server.JCoServer
Defines the count of the registered connections managed by this server instance.
setDestination(JCoDestination) - Method in interface com.sap.conn.jco.JCoCustomRepository
Set the destination for the remote queries.
setDestinationDataEventListener(DestinationDataEventListener) - Method in interface com.sap.conn.jco.ext.DestinationDataProvider
This method sets a DestinationDataEventListener implemented by JCo that processes the fired events within the JCo runtime.
setExternalIDData(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the external identification user logon data.
setExternalIDType(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the type of the external identification user logon data.
setKernelTrace(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the kernel trace attribute.
setLanguage(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the language with which the logon is done.
setLineType(String) - Method in interface com.sap.conn.jco.JCoRecordMetaData
In case the JCoRecordMetaData is created for a JCoCustomRepository and represents a table type, setLineType() allows setting the name of the structure, table or data element, which is the line type of the table.
setLock(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the lock attribute.
setLogonCheck(int) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Value 0 delays the logon check until the first call will be sent
setMiddlewareProperty(String, String) - Static method in class com.sap.conn.jco.JCo
Sets a value for the given middleware property.
setName(String) - Method in interface com.sap.conn.jco.JCoMetaData
Sets the name of the table/structure this meta data describes.
setPassword(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the password.
setProgramName(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the program name attribute.
setProperty(String, String) - Static method in class com.sap.conn.jco.JCo
Sets a value for the given JCo property.
setQueryMode(JCoCustomRepository.QueryMode) - Method in interface com.sap.conn.jco.JCoCustomRepository
Allow the application to control the repository query.
setRecordLength(int, int) - Method in interface com.sap.conn.jco.JCoRecordMetaData
Sets the total length of a structure or single row of a table.
setRepository(JCoDestination) - Method in interface com.sap.conn.jco.server.JCoServer
Sets the destination instance which is used for obtaining the default repository for querying RFC meta data.
setRepository(JCoRepository) - Method in interface com.sap.conn.jco.server.JCoServer
Sets the default repository instance which is being used for querying RFC meta data.
setRepository(String, String, JCoDestination) - Method in interface com.sap.conn.jco.server.JCoServer
Sets the repository destination instance for incoming RFC calls from the system with the system ID SID and - if defined - with the appropriate client.
setRepository(String, String, JCoRepository) - Method in interface com.sap.conn.jco.server.JCoServer
Sets the repository instance for incoming RFC calls from the system with the system ID SID and - if defined - with the appropriate client.
setRepositoryDestination(JCoDestination) - Method in interface com.sap.conn.jco.JCoCustomDestination
Sets the destination, whose repository will be used for meta data queries for this destination.
setRow(int) - Method in interface com.sap.conn.jco.JCoTable
Sets the row pointer to the specified position.
setSecurityHandler(JCoServerSecurityHandler) - Method in interface com.sap.conn.jco.server.JCoServer
Defines the security handler for this server instance.
setServerDataEventListener(ServerDataEventListener) - Method in interface com.sap.conn.jco.ext.ServerDataProvider
This method sets a ServerDataEventListener implemented by JCo that processes the fired events within the JCo runtime.
setServerThreadStarter(JCoServerThreadStarter) - Method in interface com.sap.conn.jco.server.JCoServer
Defines the instance that will starts the server runnable instance.
setSncLibrary(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets path to the SNC library
setSncMode(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets mode of the SNC.
setSncMyName(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets own SNC name
setSncPartnerName(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets partner SNC name
setSncQOP(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
sets Quality of service of SNC
setSncWithSSO(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination.SncConfigurationData
Allows adjusting the SSO behavior of SNC.
setSSOTicket(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the SAP SSO ticket, that will be used for the authentication instead of the password.
setStateful(boolean) - Method in interface com.sap.conn.jco.server.JCoServerContext
mark the connection as stateful or stateless The stateful connections wont be refreshed after the remote call is finished and so allow stateful sessions
setThroughput(JCoThroughput) - Method in interface com.sap.conn.jco.JCoDestination
sets the throughput instance to measure the call execute to this destination.
setThroughput(JCoThroughput) - Method in interface com.sap.conn.jco.server.JCoServer
sets the throughput instance to measure the calls dispatched by this server The previously defined throughput instance will be overwritten.
setTIDHandler(JCoServerTIDHandler) - Method in interface com.sap.conn.jco.server.JCoServer
Allow to specify the TID handler.
setTrace(int, String) - Static method in class com.sap.conn.jco.JCo
Turns on the JCo trace.
setTrace(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination
Allows turning on/off trace on the fly
setUnitHistory(boolean) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the unit history attribute.
setUnitIDHandler(JCoServerUnitIDHandler) - Method in interface com.sap.conn.jco.server.JCoServer
Allow to specify the unit ID handler.
setUser(String) - Method in interface com.sap.conn.jco.JCoBackgroundUnitAttributes
Allows setting the user attribute.
setUser(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Adjusts the user used for the logon.
setUseSapGui(boolean) - Method in interface com.sap.conn.jco.JCoCustomDestination
Allows turning on/off the association of an SAP GUI with the used JCo connection on the fly
setValue(Object) - Method in interface com.sap.conn.jco.JCoField
Sets the specified object as the field's value
setValue(String) - Method in interface com.sap.conn.jco.JCoField
Sets the specified string as the field's value.
setValue(char) - Method in interface com.sap.conn.jco.JCoField
Sets the specified character as the field's value.
setValue(char[], int, int) - Method in interface com.sap.conn.jco.JCoField
Sets the specified character array as the field's value.
setValue(short) - Method in interface com.sap.conn.jco.JCoField
Sets the specified short as the field's value
setValue(int) - Method in interface com.sap.conn.jco.JCoField
Sets the specified integer as the field's value
setValue(long) - Method in interface com.sap.conn.jco.JCoField
Sets the specified long as the field's value
setValue(double) - Method in interface com.sap.conn.jco.JCoField
Sets the specified double as the field's value
setValue(byte[]) - Method in interface com.sap.conn.jco.JCoField
Sets the specified byte array as the field's value
setValue(byte) - Method in interface com.sap.conn.jco.JCoField
Sets the specified byte as the field's value
setValue(JCoStructure) - Method in interface com.sap.conn.jco.JCoField
Sets the specified structure as the field's value
setValue(JCoTable) - Method in interface com.sap.conn.jco.JCoField
Sets the specified table as the field's value
setValue(int, String) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified string as the field's value.
setValue(int, char) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character as the field's value.
setValue(int, char[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the field's value.
setValue(int, char[], int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the field's value.
setValue(int, short) - Method in interface com.sap.conn.jco.JCoRecord
Sets the short as the value for the i'th field
setValue(int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the int as the value for the i'th field
setValue(int, long) - Method in interface com.sap.conn.jco.JCoRecord
Sets the long as the value for the i'th field
setValue(int, double) - Method in interface com.sap.conn.jco.JCoRecord
Sets the double as the value for the i'th field
setValue(int, byte[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte array as the value for the i'th field
setValue(int, JCoStructure) - Method in interface com.sap.conn.jco.JCoRecord
Sets the structure as the value for the i'th field
setValue(int, JCoTable) - Method in interface com.sap.conn.jco.JCoRecord
Sets the table as the value for the i'th field
setValue(int, Object) - Method in interface com.sap.conn.jco.JCoRecord
Sets the object as the value for the i'th field
setValue(String, String) - Method in interface com.sap.conn.jco.JCoRecord
Sets the string as the value for the named field.
setValue(String, char[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the value for the named field.
setValue(String, char[], int, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the specified character array as the value for the named field.
setValue(String, char) - Method in interface com.sap.conn.jco.JCoRecord
Sets the character as the value for the named field.
setValue(String, short) - Method in interface com.sap.conn.jco.JCoRecord
Sets the short as the value for the named field.
setValue(String, int) - Method in interface com.sap.conn.jco.JCoRecord
Sets the int as the value for the named field
setValue(String, long) - Method in interface com.sap.conn.jco.JCoRecord
Sets the long as the value for the named field.
setValue(String, double) - Method in interface com.sap.conn.jco.JCoRecord
Sets the double as the value for the named field
setValue(int, float) - Method in interface com.sap.conn.jco.JCoRecord
Sets the float as the value for the i'th field Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values.
setValue(String, float) - Method in interface com.sap.conn.jco.JCoRecord
Sets the float as the value for the named field Please use setValue(float value, ...) and getFloat(...) methods only if you operate with float values.
setValue(int, BigDecimal) - Method in interface com.sap.conn.jco.JCoRecord
Sets the BigDecimal as the value for the i'th field
setValue(String, BigDecimal) - Method in interface com.sap.conn.jco.JCoRecord
Sets the BigDecimal as the value for the named field
setValue(int, byte) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte as the value for the i'th field
setValue(String, byte) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte as the value for the named field
setValue(String, byte[]) - Method in interface com.sap.conn.jco.JCoRecord
Sets the byte array as the value for the named field
setValue(String, JCoStructure) - Method in interface com.sap.conn.jco.JCoRecord
Sets the structure as the value for the named field
setValue(String, JCoTable) - Method in interface com.sap.conn.jco.JCoRecord
Sets the table as the value for the named field
setValue(String, Object) - Method in interface com.sap.conn.jco.JCoRecord
Sets the object as the value for the named field
setValue(String, JCoAbapObject) - Method in interface com.sap.conn.jco.JCoRecord
Sets the value of the specified field to be the given JCoAbapObject.
setValue(int, JCoAbapObject) - Method in interface com.sap.conn.jco.JCoRecord
Sets the value of the specified field to be the given JCoAbapObject.
setX509Certificate(String) - Method in interface com.sap.conn.jco.JCoCustomDestination.UserData
Sets the X.509 certificate, that will be used for the authentication instead of the password.
SHORT_DEBUG - Static variable in interface com.sap.conn.jco.JCoTraceListener
Some more verbose information including limited data containers are added compared to INFO_PATH.
start() - Method in interface com.sap.conn.jco.server.JCoServer
Starts the server.
start(JCoServerRunnable) - Method in interface com.sap.conn.jco.server.JCoServerThreadStarter
This method will be invoked by the JCo server runtime, if a new thread needs to be started for a server.
STATE_ACTIVE - Static variable in interface com.sap.conn.jco.monitor.JCoConnectionData
Connection state flag: Connection is active, i.e.
STATE_STATEFUL - Static variable in interface com.sap.conn.jco.monitor.JCoConnectionData
Connection state flag: Connection is stateful, i.e.
stop() - Method in interface com.sap.conn.jco.server.JCoServer
Stops the server.
supportsASXML() - Method in interface com.sap.conn.jco.JCoFunctionTemplate
Returns true if this function module is supporting the ASXML semantics for serialization in the RFC protocol.
supportsEvents() - Method in interface com.sap.conn.jco.ext.DestinationDataProvider
Returns true if the implementation can support DestinationDataEvents that allow a better integration into the JCo runtime management.
supportsEvents() - Method in interface com.sap.conn.jco.ext.ServerDataProvider
Returns true if the implementation can support ServerDataEvents that allow a better integration into the JCo runtime resource management.

T

toAbapObject() - Method in exception com.sap.conn.jco.AbapClassException
Returns the instance of JCoAbapObject that is used by JCo to represent an ABAP class exception.
toString() - Method in exception com.sap.conn.jco.ext.DataProviderException
Returns an adopted string representation for the DataProviderException instance.
toString() - Method in exception com.sap.conn.jco.JCoException
Returns a short description of this exception.
toString() - Method in exception com.sap.conn.jco.JCoRuntimeException
Returns a short description of this eexception
toXML() - Method in interface com.sap.conn.jco.JCoFunction
Returns the function as XML String.
toXML(int) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of the i'th field as a XML string.
toXML(String) - Method in interface com.sap.conn.jco.JCoRecord
Returns the value of named field as a XML string.
toXML() - Method in interface com.sap.conn.jco.JCoRecord
Returns the whole record in XML format.
trace(int, String) - Method in interface com.sap.conn.jco.JCoTraceListener
Called when a trace message is being issued.
trimToRows() - Method in interface com.sap.conn.jco.JCoTable
Trims the capacity of this table to be the table's current number of rows.
TYPE_ABAPOBJECT - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP object
TYPE_BCD - Static variable in interface com.sap.conn.jco.JCoMetaData
Packed BCD number, any length between 1 and 16 bytes.
TYPE_BOX - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP boxed component
TYPE_BYTE - Static variable in interface com.sap.conn.jco.JCoMetaData
Raw data, binary, fixed length, zero padded.
TYPE_CHAR - Static variable in interface com.sap.conn.jco.JCoMetaData
1-byte or multi-byte character.Fixed sized, blank padded.
TYPE_DATE - Static variable in interface com.sap.conn.jco.JCoMetaData
Date ( YYYYYMMDD ).
TYPE_DECF16 - Static variable in interface com.sap.conn.jco.JCoMetaData
decimal floating point.
TYPE_DECF34 - Static variable in interface com.sap.conn.jco.JCoMetaData
decimal floating point.
TYPE_EXCEPTION - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP exception.
TYPE_FLOAT - Static variable in interface com.sap.conn.jco.JCoMetaData
Floating point,double precision.
TYPE_GENERIC_BOX - Static variable in interface com.sap.conn.jco.JCoMetaData
ABAP boxed generic component
TYPE_INT - Static variable in interface com.sap.conn.jco.JCoMetaData
4-byte integer .
TYPE_INT1 - Static variable in interface com.sap.conn.jco.JCoMetaData
1-byte integer .
TYPE_INT2 - Static variable in interface com.sap.conn.jco.JCoMetaData
2-byte integer .
TYPE_INVALID - Static variable in interface com.sap.conn.jco.JCoMetaData
The field info does not contain a valid JCO type
TYPE_ITAB - Static variable in interface com.sap.conn.jco.JCoMetaData
Internal table.
TYPE_NUM - Static variable in interface com.sap.conn.jco.JCoMetaData
Digits, fixed size,'0' padded.
TYPE_STRING - Static variable in interface com.sap.conn.jco.JCoMetaData
UTF8 encoded string of variable length.
TYPE_STRUCTURE - Static variable in interface com.sap.conn.jco.JCoMetaData
A heterogeneous structure.
TYPE_TABLE - Static variable in interface com.sap.conn.jco.JCoMetaData
A JCoTable.
TYPE_TIME - Static variable in interface com.sap.conn.jco.JCoMetaData
Time (HHMMSS).
TYPE_XSTRING - Static variable in interface com.sap.conn.jco.JCoMetaData
Byte array of variable length.

U

UNINITIALIZED - Static variable in interface com.sap.conn.jco.JCoMetaData
The field info was not initialized yet
unregisterClientPassportManager(ClientPassportManager) - Static method in class com.sap.conn.jco.ext.Environment
Unregisters a manager for DSR passports for client side communication.
unregisterDestinationDataProvider(DestinationDataProvider) - Static method in class com.sap.conn.jco.ext.Environment
Unregisters a provider for destination data.
unregisterPasswordChangeHandler(PasswordChangeHandler) - Static method in class com.sap.conn.jco.ext.Environment
Unregisters the handler for password change events.
unregisterServePassportManager(ServerPassportManager) - Static method in class com.sap.conn.jco.ext.Environment
Unregisters a manager for DSR passports for server side communication.
unregisterServerDataProvider(ServerDataProvider) - Static method in class com.sap.conn.jco.ext.Environment
Unregisters a provider for destination data.
unregisterSessionReferenceProvider(SessionReferenceProvider) - Static method in class com.sap.conn.jco.ext.Environment
Unregisters a provider for session id data.
updated(String) - Method in interface com.sap.conn.jco.ext.DestinationDataEventListener
This event needs to be fired, if a destination configuration was updated.
updated(String) - Method in interface com.sap.conn.jco.ext.ServerDataEventListener
This event needs to be fired, if a server configuration was updated.

V

valueOf(String) - Static method in enum com.sap.conn.jco.AbapClassException.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.ext.DataProviderException.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.ext.SessionException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoClassMetaData.JCoAttributeKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoCustomRepository.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoFunctionUnitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.JCoUnitIdentifier.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.server.JCoServerCallType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.conn.jco.server.JCoServerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.conn.jco.AbapClassException.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.ext.DataProviderException.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.ext.SessionException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoClassMetaData.JCoAttributeKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoCustomRepository.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoFunctionUnitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.JCoUnitIdentifier.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.server.JCoServerCallType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.conn.jco.server.JCoServerState
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Writer) - Method in interface com.sap.conn.jco.JCoField
Writes the field to writer.
write(int, Writer) - Method in interface com.sap.conn.jco.JCoRecord
Writes the field specified by index to writer.
write(String, Writer) - Method in interface com.sap.conn.jco.JCoRecord
Writes the named field to writer.

X

XMLParserException - Exception in com.sap.conn.jco
Exception thrown by the XML parser in the RFC communication when using complex parameters or if the function module is tagged in the metadata to use binary ASXML as serialization format on the line.
XMLParserException(String) - Constructor for exception com.sap.conn.jco.XMLParserException
Creates a new instance of the XMLParserException with the given message.
XMLParserException(String, Throwable) - Constructor for exception com.sap.conn.jco.XMLParserException
Creates a new instance of the XMLParserException with the given message and a cause exception.

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

Copyright © 2008-2014 SAP AG. All Rights Reserved.