|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface INative provides a set of handles to various interfaces that an EIS can expose directly to the connector client application. Reasons to use native API access are:
| Method Summary | |
java.lang.Object |
getNative(java.lang.String interfaceName)
Returns the handle to the requested interface of the EIS. |
boolean |
supports(java.lang.String interfaceName)
Returns whether this native interface supports the given interface name. |
| Method Detail |
public boolean supports(java.lang.String interfaceName)
throws ConnectorException
interfaceName - A name of an interface of the EIS to retrieve the
handle for.
public java.lang.Object getNative(java.lang.String interfaceName)
throws InterfaceNotSupportedException,
ConnectorException
close() methods of the native object.
After using the native handler, use IConnection.close()
in order to enable the connector J2EE service reuse this physical
connectioninterfaceName - A name of an interface of the EIS to retrieve the
handle for.InterfaceNotSupportedException -
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||