Using The Cci Api To Develop Applications - Oracle Application Server 10.1.3.4 User Manual

Adapters for ims/db release 3 (10.1.3.4)
Table of Contents

Advertisement

Table 3–1 (Cont.) OC4J Connection Properties
Property
serverName
workspace
portNumber
userName
(optional)
password
(optional)
persistentConnection
(optional)
keepAlive
(optional)
firewallProtocol
(optional)
connectTimeout
(optional)
encryptionProtocol
(optional)
encryptionKeyName
(optional)
encryptionKeyValue
(optional)
fakeXa
(optional)

Using the CCI API to Develop Applications

You can develop applications to run adapter interactions using the Common Client
Interface (CCI) API.
Perform the following steps to use the CCI API with the J2CA 1.5 IMS/DB adapter:
Select a ConnectionFactory entry for the J2CA 1.5 IMS/DB adapter.
1.
Create a Connection object using this ConnectionFactory. A Connection is
2.
a handle to the underlying network connection to the EIS, which is identified in
the oc4j-ra-xml file by the serverName property.
Description
Sets the TCP/IP address or host name where the Oracle
Connect daemon is running. The daemon runs on the
computer specified at the beginning of
z/OS Platform in Oracle Studio"
Specifies to the name of a Oracle Connect server workspace
to use. The default workspace is Navigator.
See Also:
"Workspaces"
on page C-7 for details about
workspaces.
Specifies to the TCP/IP port where the Oracle Connect
daemon is running on the server. The default port is 2551.
Specifies a user who can access the Oracle Connect server.
The user is defined in the Oracle Connect daemon
configuration.
See Also: Daemon
"Security"
details about users allowed to access an Oracle Connect
server.
Specifies a valid password for the user.
Set to true or false. When set to true, connections can
persist across multiple requests or connection context
changes. It is recommended to set this property to true.
Set to true or false. When set to true, the socket used for
the connection is always kept open. It is recommended to set
this property to true.
Specifies the firewall protocol used: either none or fixedNat
(the Nat protocol using a fixed address for the daemon). The
default value is none.
Specifies the connection timeout in seconds. The default is 0,
meaning that there is no connection timeout.
Specifies the name of encryption protocol to use. The default
is null. The RC4 protocol is supported.
Specifies the name of the symmetric encryption key to use.
Specifies the value of the symmetric encryption key to use.
When set to true, the XA APIs are internally converted to
local transaction APIs. Always set to true.
Integrating OracleAS Adapter for IMS/DB with OC4J 3-3
Using the CCI API to Develop Applications
"Setting Up the IBM
on page 2-14.
and Workspace
"Security"
for

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Application Server 10.1.3.4 and is the answer not in the manual?

This manual is also suitable for:

Application server 10g

Table of Contents