|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConnection
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 |
|---|
IConnectionMetaData getMetaDataEx()
throws ConnectorException
ConnectorException
INative retrieveNative()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionINative
IObjectsMetaData getObjectsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIObjectsMetaData
IFunctionsMetaData getFunctionsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIFunctionsMetaData
IRelationsMetaData getRelationsMetaData()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIRelationsMetaData
IQuery newQuery()
throws CapabilityNotSupportedException
newExecution()
CapabilityNotSupportedExceptionIQuery
INativeQuery newNativeQuery()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionINativeQuery
IInteraction createInteractionEx()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIInteraction
IExecution newExecution()
throws CapabilityNotSupportedException
CapabilityNotSupportedExceptionIExecution| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/connectivityfw/api
|
api
|
EP-PIN
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
-
|
EP-CON-CF
|
[sap.com] FRAMEWORK-EXT
|
[sap.com]
|
default
|
EP-CON-CF
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||