|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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.
ConnectorException
public INative retrieveNative()
throws CapabilityNotSupportedException
CapabilityNotSupportedException.
CapabilityNotSupportedExceptionINative
public IObjectsMetaData getObjectsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedException.
CapabilityNotSupportedExceptionIObjectsMetaData
public IFunctionsMetaData getFunctionsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedException.
CapabilityNotSupportedExceptionIFunctionsMetaData
public IRelationsMetaData getRelationsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedException.
CapabilityNotSupportedExceptionIRelationsMetaData
public IQuery newQuery()
throws CapabilityNotSupportedException
newExecution()
CapabilityNotSupportedExceptionIQuery
public INativeQuery newNativeQuery()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionINativeQuery
public IInteraction createInteractionEx()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIInteraction
public IExecution newExecution()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIExecution
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||