SAP J2EE Engine

Version 6.40

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

C

cancel() - Method in interface com.sapportals.connector.execution.objects.IAbstractQuery
Cancels the query if it is asynchronous
cancel() - Method in interface com.sapportals.connector.execution.objects.IExecution
cancels the operation (for asynchronous execution)
CapabilityNotFoundException - exception com.sapportals.connector.metadata.CapabilityNotFoundException.
Thrown when capability was not found.
CapabilityNotFoundException(String) - Constructor for class com.sapportals.connector.metadata.CapabilityNotFoundException
Constructor
CapabilityNotSupportedException - exception com.sapportals.connector.metadata.CapabilityNotSupportedException.
Thrown when capability is not supported.
CapabilityNotSupportedException(String) - Constructor for class com.sapportals.connector.metadata.CapabilityNotSupportedException
Creates a new CapabilityNotSupportedException object.
changePasswordIfNeeded(String, CallbackHandler) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
changePasswordIfNeeded(UserContext, UserInfo, CallbackHandler) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
changePasswordIfNeeded(X509Certificate, CallbackHandler) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
checkUserLockStatus(String) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
checkUserLockStatus(UserContext, UserInfo) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
checkUserLockStatus(X509Certificate) - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
Deprecated. This functionality is moved to the login context.
close() - Method in interface com.sapportals.connector.execution.objects.IExecution
Releases the execution object.
close() - Method in interface com.sapportals.connector.execution.structures.IAbstractRecord
closes the record object
com.sap.engine.interfaces.ejb.locking - package com.sap.engine.interfaces.ejb.locking
 
com.sap.engine.interfaces.security.auth - package com.sap.engine.interfaces.security.auth
 
com.sap.engine.services.applocking - package com.sap.engine.services.applocking
 
com.sap.engine.services.servlets_jsp.lib.multipart - package com.sap.engine.services.servlets_jsp.lib.multipart
 
com.sapportals.connector - package com.sapportals.connector
 
com.sapportals.connector.connection - package com.sapportals.connector.connection
Provides all connection related objects.
com.sapportals.connector.execution - package com.sapportals.connector.execution
 
com.sapportals.connector.execution.functions - package com.sapportals.connector.execution.functions
Provides interaction object to execute EIS functions.
com.sapportals.connector.execution.objects - package com.sapportals.connector.execution.objects
Provides execution object to execute EIS queries.
com.sapportals.connector.execution.objects.language - package com.sapportals.connector.execution.objects.language
Provides a query language - subset of SQL language.
com.sapportals.connector.execution.structures - package com.sapportals.connector.execution.structures
Provides access to the data returned from query/function execution.
com.sapportals.connector.metadata - package com.sapportals.connector.metadata
Provides metadata of the connector ("Resource Addapter" in JCA terminology).
com.sapportals.connector.metadata.functions - package com.sapportals.connector.metadata.functions
Provides metadata of the EIS functions.
com.sapportals.connector.metadata.objects - package com.sapportals.connector.metadata.objects
Provides metadata of the EIS Business Objects.
com.sapportals.connector.metadata.operators - package com.sapportals.connector.metadata.operators
Provides metadata of primitive's operators.
com.sapportals.connector.metadata.primitives - package com.sapportals.connector.metadata.primitives
Provides metadata of EIS primitives.
com.sapportals.connector.metadata.relations - package com.sapportals.connector.metadata.relations
Provides metadata of the EIS relations.
com.sapportals.connector.metadata.structures - package com.sapportals.connector.metadata.structures
Provides metadata of data structures.
commit() - Method in class com.sap.engine.interfaces.security.auth.AbstractLoginModule
 
CONNECTION_METADATA_PROPERTY_GROUPS - Static variable in interface com.sapportals.connector.metadata.ICapabilities
The connector implementation supports retrieving connection property groups other than the default one
CONNECTION_PROPERTY_DEFAULT_GROUP - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Default group for connection spec (most of non-SAP EISs use only the default group).
CONNECTION_PROPERTY_GROUP - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Group property.
CONNECTION_PROPERTY_LANGUAGE - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
User Language.
CONNECTION_PROPERTY_PASSWORD - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Password for the user establishing a connection (Standard JCA)
CONNECTION_PROPERTY_SSOTICKET - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Single Sign On ticket for SAP systems
CONNECTION_PROPERTY_TIMEOUT - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Connection Timeout in milliseconds
CONNECTION_PROPERTY_TYPE_CONNECTION - Static variable in interface com.sapportals.connector.connection.IConnectionProperty
Group name for connection properties that are connection dependent.
CONNECTION_PROPERTY_TYPE_SYSTEM - Static variable in interface com.sapportals.connector.connection.IConnectionProperty
Group name for connection properties that are system dependent.
CONNECTION_PROPERTY_TYPE_USER - Static variable in interface com.sapportals.connector.connection.IConnectionProperty
Group name for connection properties that are user dependent.
CONNECTION_PROPERTY_USER - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Deprecated. use CONNECTION_PROPERTY_USERNAME instead.
CONNECTION_PROPERTY_USERNAME - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Name of the user establishing a connection to an EIS instance (Standard JCA)
CONNECTION_PROPERTY_VALIDATE_ALIVE - Static variable in interface com.sapportals.connector.connection.IConnectionSpecMetaData
Flag indicating whether to validate physical connection on matchManagedConnections()
ConnectionClosedException - exception com.sapportals.connector.connection.ConnectionClosedException.
Thrown to indicate that the connection is closed
ConnectionClosedException(String) - Constructor for class com.sapportals.connector.connection.ConnectionClosedException
Constructor
ConnectionFailedException - exception com.sapportals.connector.connection.ConnectionFailedException.
Thrown when failed to get a connection to the EIS instance.
ConnectionFailedException(String) - Constructor for class com.sapportals.connector.connection.ConnectionFailedException
Constructor
ConnectorException - exception com.sapportals.connector.ConnectorException.
The base connector exception.
ConnectorException(String) - Constructor for class com.sapportals.connector.ConnectorException
Creates a new ConnectorException object.
ConnectorRuntimeException - exception com.sapportals.connector.ConnectorRuntimeException.
Connector runtime exception
ConnectorRuntimeException(String) - Constructor for class com.sapportals.connector.ConnectorRuntimeException
 
ConnectorRuntimeException(String, Exception) - Constructor for class com.sapportals.connector.ConnectorRuntimeException
 
CONTENT_TYPE_HEADER_NOT_FOUND - Static variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartParseException
Content-Type header not found or has no value.
contentType - Variable in class com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage
 
createInteractionEx() - Method in interface com.sapportals.connector.connection.IConnection
Creates an Interaction associated with this Connection.
createLogicalLocking(String, String) - Method in interface com.sap.engine.services.applocking.LogicalLockingFactory
Creates a new instance of the LogicalLocking, which belongs to a given namespace.

SAP J2EE Engine

Version 6.40

A B C D E F G H I J L M N O P Q R S T U W
Copyright © 2001-2005 SAP AG. All Rights Reserved.