Class ConnectionConfig

All Implemented Interfaces:
ConnectionConfig
Direct Known Subclasses:
MergConnectionConfig

Definition of objects to handle configuring a connection via a NetworkDriverAdapter object.
  • Field Details

  • Constructor Details

    • ConnectionConfig

      Create a connection configuration with a preexisting adapter. This is used principally when loading a configuration that defines this connection.
      Parameters:
      p - the adapter to create a connection configuration for
    • ConnectionConfig

      Ctor for a connection configuration with no preexisting adapter. setInstance() will fill the adapter member.
  • Method Details