config-object

Specifies an object or objects where additional configuration information can be obtained.

Description

During driver initialization, the DirXML engine processes the <query> element, replaces the <config-object> in the <init-params> with the <instance> elements returned, and passes the <init-params> to the DriverShim, SubscriptionShim, and PublicationShim init methods.

Definition

  <!ELEMENT config-object    (query) >
  <!ATTLIST config-object
            display-name      CDATA         #IMPLIED>
  

Attributes

display-name
Specifies the name to display in the ConsoleOne interface.

Elements

query
Specifies where to look for the configuration objects.

Parent