|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A Connection represents an application-level handle that is used by a client to access the underlying physical connection. The actual physical connection associated with a Connection instance is represented by a ManagedConnection instance. A client gets a Connection instance by using the getConnection method on a ConnectionFactory instance. A connection can be associated with zero or more Interaction instances and can be used for retrieving handles for other interfaces like IFunctionMetaData, IObjectsMetaData.
Connection| Method Summary | |
IInteraction |
createInteractionEx()
Creates an Interaction associated with this Connection. |
IFunctionsMetaData |
getFunctionsMetaData()
The interface IFunctionsMetaData is the entry point of the EIS functions meta data. |
IConnectionMetaData |
getMetaDataEx()
The interface IConnectionMetaData provides information about an EIS instance connected through a Connection instance. |
IObjectsMetaData |
getObjectsMetaData()
The interface IObjectsMetaData is the entry point of the object model meta data. |
IRelationsMetaData |
getRelationsMetaData()
The interface IRelationsMetaData is the entry point of the object model relations meta data. |
IExecution |
newExecution()
Creates an Execution object enables an application to execute EIS queries. |
INativeQuery |
newNativeQuery()
The interface INativeQuery represents a query in the EIS. |
IQuery |
newQuery()
Deprecated. Use newExecution() |
INative |
retrieveNative()
The interface INative provides a set of handles to various interfaces that an EIS can expose directly to the connector client application. |
| Methods inherited from interface javax.resource.cci.Connection |
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo |
| Method Detail |
public IConnectionMetaData getMetaDataEx()
throws ConnectorException
ConnectorException. -
public INative retrieveNative()
throws CapabilityNotSupportedException
CapabilityNotSupportedException. - INative
public IObjectsMetaData getObjectsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedException. - IObjectsMetaData
public IFunctionsMetaData getFunctionsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedException. - IFunctionsMetaData
public IRelationsMetaData getRelationsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedException. - IRelationsMetaData
public IQuery newQuery()
throws CapabilityNotSupportedException
newExecution()
IQuery
public INativeQuery newNativeQuery()
throws CapabilityNotSupportedException
INativeQuery
public IInteraction createInteractionEx()
throws CapabilityNotSupportedException
IInteraction
public IExecution newExecution()
throws CapabilityNotSupportedException
IExecution
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||