|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EConnection
An EConnection represents an application-level handle that is used by a client to access the underlying physical connection. The actual physical connection associated with an EConnection instance is represented by a EManagedConnection instance. A client gets an EConnection instance by using the getConnection method on an EConnectionFactory instance.
| Method Summary | |
|---|---|
void |
close()
Initiates close of the connection handle at the application level. |
Object |
post(Object txns)
This method posts a transaction to an Enterprise Information System. |
| Method Detail |
|---|
void close()
Object post(Object txns)
throws ProcessingErrorException
txns - An object representing a transaction that will be forwarded on to
the host system by the Connector imnplementation.
ProcessingErrorException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||