|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IeConnection | |
com.infoengine.connector |
Uses of IeConnection in com.infoengine.connector |
Fields in com.infoengine.connector declared as IeConnection | |
private IeConnection |
IeSPILocalTransaction.cx
|
private IeConnection |
IeInteraction.cx
|
(package private) IeConnection |
IeCCILocalTransaction.cx
|
Methods in com.infoengine.connector with parameters of type IeConnection | |
(package private) void |
IeManagedConnection.fireConnectionClosed(IeConnection cx)
notify event listeners that the underlying handle has been closed and this ManagedConnection can be returned to the pool or destroyed. |
(package private) void |
IeManagedConnection.fireTransactionStarted(IeConnection cx)
notify event listeners that a transaction has started. |
(package private) void |
IeManagedConnection.fireTransactionCommitted(IeConnection cx)
notify event listeners that a transaction has been committed. |
(package private) void |
IeManagedConnection.fireTransactionRolledback(IeConnection cx)
notify event listeners that a transaction has been rolled back. |
Constructors in com.infoengine.connector with parameters of type IeConnection | |
IeSPILocalTransaction(IeConnection cx,
Log l)
create a new transaction tied to a connection handle this handle should NOT be closed. |
|
IeManagedConnectionMetaData(IeConnection cx)
create IeManagedConnectionMetaData using connection handle cx. |
|
IeInteraction(IeConnection c,
Log l)
create a new IeInteraction associated with connection handle c |
|
IeCCILocalTransaction(IeConnection cx,
Log l)
create a new local transaction object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |