Package | Description |
---|---|
com.ibm.connector2.cics |
Provides classes for developing JEE applications.
|
Modifier and Type | Class and Description |
---|---|
class |
CICSConnectionSpec
Framework class for the connection spec.
|
class |
CICSManagedConnectionFactory
Abstract class that provides the managed connection factory framework for
CICS resource adapters.
|
class |
ECIConnectionSpec
When a client component wants an
ECIConnection with specific properties
to be returned by an ECIConnectionFactory.getConnection(javax.resource.cci.ConnectionSpec)
call then an ECIConnectionSpec is used to wrap these properties. |
class |
ECIManagedConnectionFactory
An ECIManagedConnectionFactory is used to create physical ECI connections to
the CICS Transaction Gateway.
|
class |
EPIConnectionSpec
The EPI connection spec allows you to specify extra or different properties
on the connection you require.
|
class |
EPIManagedConnectionFactory
An EPIManagedConnectionFactory is used to create physical EPI connections to
the CICS Transaction Gateway.
|