|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
com.infoengine.connector |
Uses of Log in com.infoengine.connector |
Fields in com.infoengine.connector declared as Log | |
private Log |
XMLHandler.log
|
protected Log |
PhysicalConnection.log
|
private Log |
IeSPILocalTransaction.log
|
private Log |
IeManagedConnectionFactory.log
|
private Log |
IeManagedConnection.log
|
private Log |
IeInteraction.log
|
private Log |
IeConnectionManager.log
|
private Log |
IeConnectionFactory.log
|
private Log |
IeConnection.log
|
(package private) Log |
IeCCILocalTransaction.log
|
Methods in com.infoengine.connector with parameters of type Log | |
(package private) static Group |
XMLHandler.process(String xml,
Log log)
|
(package private) void |
PhysicalConnection.setLog(Log l)
|
Constructors in com.infoengine.connector with parameters of type Log | |
XMLHandler(Log log)
|
|
IeSPILocalTransaction(IeConnection cx,
Log l)
create a new transaction tied to a connection handle this handle should NOT be closed. |
|
IeManagedConnection(Subject subject,
javax.resource.spi.ConnectionRequestInfo cxRequestInfo,
Log l)
create a new IeManagedConnection |
|
IeInteraction(IeConnection c,
Log l)
create a new IeInteraction associated with connection handle c |
|
IeConnectionManager(Log l)
create a new connection manager |
|
IeConnectionFactory(IeManagedConnectionFactory factory,
javax.resource.spi.ConnectionManager manager,
IeConnectionRequestInfo rqInfo,
Log l)
constructor used in a managed scenario in this case the ConnectionManager is provided by the j2ee container (application server) |
|
IeConnection(IeManagedConnection managed,
Log l)
create a connection handle associated with a ManagedConnection |
|
IeCCILocalTransaction(IeConnection cx,
Log l)
create a new local transaction object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |