public class ILContainerFactory
extends java.lang.Object
Constructor and Description |
---|
ILContainerFactory() |
Modifier and Type | Method and Description |
---|---|
protected static void |
clearContainerFromThread() |
ILContainer |
create()
Creates an ILContainer instance.
|
ILContainer |
create(java.sql.Connection db2Connection)
Creates an ILContainer instance that uses the specified DB2 connection.
|
protected static com.ibm.ws.batch.ilc.impl.ILContainerImpl |
getContainerFromThread() |
static ILContainerFactory |
getFactory()
Returns the factory instance singleton for use in creating ILContainers
objects.
|
protected static void |
setContainerOnThread(com.ibm.ws.batch.ilc.impl.ILContainerImpl container) |
protected static void setContainerOnThread(com.ibm.ws.batch.ilc.impl.ILContainerImpl container)
protected static com.ibm.ws.batch.ilc.impl.ILContainerImpl getContainerFromThread()
protected static void clearContainerFromThread() throws ILContainerException
ILContainerException
public static ILContainerFactory getFactory()
public ILContainer create() throws ILContainerException
ILContainerException
- if the ILContainer creation fails.public ILContainer create(java.sql.Connection db2Connection) throws ILContainerException
ILContainerException
- if the ILContainer creation fails.