Configuring Java CAPS Project Components for Communication Adapters

Configuring IMS Adapter Connectivity Map Properties

The IMS Adapter's configuration properties, accessed from the Connectivity Map, is organized within the following section:

IMS Adapter Outbound Connectivity Map Properties

The Outbound configuration properties, accessed from the Connectivity Map, are organized into the following sections,

Connector — IMS Adapter Outbound

The Connector section contains the top level parameters contained in this table:

Table 54 IMS Adapter connector Parameter Settings

Name 

Description 

Required Value 

Type

Specifies the connector type. 

Connection type is IMSClientETD, by default for IMSClientETD connections. 

Class

Specifies the class name of the ETD connector object. 

A valid package name.. 

The default is com.stc.adapters.ims.IMSClientETDConnector

Where to Go Next

Connection Mode — IMS Adapter Outbound

Related Topics

Connection Mode — IMS Adapter Outbound

The Connection Mode section contains the top level parameters contained in this table:

Table 55 IMS Adapter Connection Mode Parameter Settings

Name 

Description 

Required Value 

IMS Connection Mode

Specifies how a connection with the external system is established and closed. 

  • Automatic: Indicates that the connection is automatically established when the collaboration is started, and it keeps the connection alive as needed. OnDemand indicates that the connection will be established on demand, as business rules requiring a connection to the external system are performed. The connection will be closed after the methods are completed.

  • Manual: Indicates that the user will explicitly call the connect and disconnect connection methods in their collaboration as business rules. Default is Automatic.

Either a Manual or Automatic setting.

Default setting is Manual.

Where to Go Next

Configuring LDAP Adapter Connectivity Map Properties

Related Topics