ca.idms.jdbc
Interface IdmsDriverInterface

All Known Implementing Classes:
IdmsCommonDataSource, IdmsCommonPoolDataSource, IdmsConnection, IdmsConnectionPoolDataSource, IdmsConnectOptions, IdmsDataSource, IdmsJdbcDriver, IdmsXADataSource

public interface IdmsDriverInterface

Defines the property names used by the IdmsJdbcDriver.

Version:
1.4, 12/15/08
Author:
Dave Ross
See Also:
IdmsJdbcDriver, IdmsConnection, IdmsDataSource, IdmsConnectOptions

Field Summary
static java.lang.String ACCOUNT
          Property name for optional accounting information.
static java.lang.String BATCH
          Optimizes SUSPEND strategy for batch applications.
static java.lang.String CCIHOST
          Property name to override default CCI host name or IP address.
static java.lang.String CCIPORT
          Property name to override default CCI IP port.
static java.lang.String CSUSPEND
          Deprecated. use SUSPEND instead.
static java.lang.String CUSTOM
          Prevents SUSPEND strategy from overriding detailed options.
static java.lang.String DEF_CCIPORT
          Use the system default CCI port for Type 2 driver connections.
static java.lang.String DEF_TASK
          Default task for Type 2 driver CCI connections.
static java.lang.String DEFSCHEM
          Property name to specify a default schema name to be used for for the connection.
static java.lang.String EWAIT
          Property name to override default task external wait timeout for a Type 4 connection.
static java.lang.String INFO
          Property resource bundle name.
static java.lang.String INTERACTIVE
          Optimizes SUSPEND strategy for interactive applications.
static java.lang.String NODE
          Property name for NODE name for a Type 2 CCI connection.
static java.lang.String PASSWORD
          Property name for password.
static java.lang.String PROGRAM
          Property name to specify the program name that will be displayed by CA IDMS status utilities and recorded in the CA IDMS journal records
static java.lang.String RSINT
          Property name to override default task resource interval timeout for a Type 4 connection.
static java.lang.String SBUFLEN
          Property name to override default server buffer size for a Type 4 connection.
static java.lang.String SERVICE
          Optimizes SUSPEND strategy for service applications.
static java.lang.String SSL
          Property name to request a secured socket connection.
static java.lang.String STRACE
          Property name to enable tracing for a Type 4 connection.
static java.lang.String SUSPEND
          Property name to set the suspend strategy.
static java.lang.String TASK
          Property name to override default CA IDMS task code.
static java.lang.String USER
          Property name for user id.
static java.lang.String VIA
          Property name for VIA NODE name for a Type 2 CCI connection.
 

Field Detail

INFO

static final java.lang.String INFO
Property resource bundle name.

See Also:
Constant Field Values

USER

static final java.lang.String USER
Property name for user id.

See Also:
Constant Field Values

PASSWORD

static final java.lang.String PASSWORD
Property name for password.

See Also:
Constant Field Values

ACCOUNT

static final java.lang.String ACCOUNT
Property name for optional accounting information.

See Also:
Constant Field Values

NODE

static final java.lang.String NODE
Property name for NODE name for a Type 2 CCI connection.

See Also:
Constant Field Values

VIA

static final java.lang.String VIA
Property name for VIA NODE name for a Type 2 CCI connection.

See Also:
Constant Field Values

TASK

static final java.lang.String TASK
Property name to override default CA IDMS task code.

See Also:
Constant Field Values

CCIHOST

static final java.lang.String CCIHOST
Property name to override default CCI host name or IP address.

See Also:
Constant Field Values

CCIPORT

static final java.lang.String CCIPORT
Property name to override default CCI IP port.

See Also:
Constant Field Values

DEFSCHEM

static final java.lang.String DEFSCHEM
Property name to specify a default schema name to be used for for the connection.

See Also:
Constant Field Values

EWAIT

static final java.lang.String EWAIT
Property name to override default task external wait timeout for a Type 4 connection.

See Also:
Constant Field Values

RSINT

static final java.lang.String RSINT
Property name to override default task resource interval timeout for a Type 4 connection.

See Also:
Constant Field Values

SBUFLEN

static final java.lang.String SBUFLEN
Property name to override default server buffer size for a Type 4 connection.

See Also:
Constant Field Values

STRACE

static final java.lang.String STRACE
Property name to enable tracing for a Type 4 connection.

See Also:
IdmsConnectOptions.SERVER_TRACE, Constant Field Values

CSUSPEND

static final java.lang.String CSUSPEND
Deprecated. use SUSPEND instead.
Property name to enable the CloseSuspend option. This is equivalent to specifying SERVICE.

See Also:
Constant Field Values

SUSPEND

static final java.lang.String SUSPEND
Property name to set the suspend strategy.

See Also:
INTERACTIVE, SERVICE, BATCH, CUSTOM, Constant Field Values

SSL

static final java.lang.String SSL
Property name to request a secured socket connection.

See Also:
Constant Field Values

PROGRAM

static final java.lang.String PROGRAM
Property name to specify the program name that will be displayed by CA IDMS status utilities and recorded in the CA IDMS journal records

See Also:
Constant Field Values

DEF_TASK

static final java.lang.String DEF_TASK
Default task for Type 2 driver CCI connections.

See Also:
Constant Field Values

DEF_CCIPORT

static final java.lang.String DEF_CCIPORT
Use the system default CCI port for Type 2 driver connections.

See Also:
Constant Field Values

INTERACTIVE

static final java.lang.String INTERACTIVE
Optimizes SUSPEND strategy for interactive applications.

A pseudo converse occurs (the IDMS task ends) after each COMMIT.

See Also:
Constant Field Values

SERVICE

static final java.lang.String SERVICE
Optimizes SUSPEND strategy for service applications.

The IDMS task ends after the initial connection is established and when a pooled connection is logically closed.

See Also:
Constant Field Values

BATCH

static final java.lang.String BATCH
Optimizes SUSPEND strategy for batch applications.

No pseudo conversational processing occurs, a single task is used for the life of the physical connection.

See Also:
Constant Field Values

CUSTOM

static final java.lang.String CUSTOM
Prevents SUSPEND strategy from overriding detailed options.

Pseudo conversational processing is controlled by the detailed legacy settings.

See Also:
Constant Field Values


Copyright © 2009 CA, All rights reserved