SAP J2EE Engine

Version 6.40


Package com.sapportals.connector.connection

Provides all connection related objects.

See:
          Description

Interface Summary
IConnection A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
IConnectionFactory IConnectionFactory provides an interface for getting connection to an EIS instance.
IConnectionMetaData The interface IConnectionMetaData provides information about an EIS instance connected through a Connection instance.
IConnectionProperty IConnectionProperty provides an interface for defining certain connection properties for the connectionSpec.
IConnectionPropertyGroup The interface IConnectionProperty provides metadata to a certain group of connection properties that constitute a valid connection spec.
IConnectionSpec IConnectionSpec is used by an application component to pass connection request-specific properties to the IConnectionFactory.getConnectionEx method.
IConnectionSpecMetaData The interface IConnectionSpecMetaData describes the metadata of the connection properties that compose the connectionSpec.
INative The interface INative provides a set of handles to various interfaces that an EIS can expose directly to the connector client application.
 

Exception Summary
ConnectionClosedException Thrown to indicate that the connection is closed
ConnectionFailedException Thrown when failed to get a connection to the EIS instance.
InterfaceNotSupportedException Thrown when an invalid interface is requested from the INative interface.
TimeoutException Thrown when time for connecting was exceeded.
 

Package com.sapportals.connector.connection Description

Provides all connection related objects.

Package Specification

Provides all connection related objects.
Most of this package objects extends the JCA 1.0 objects of javax.resource.cci.*

Related Documentation

JCA 1.0 Documentation


SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.