Interface GenericAdapter

All Superinterfaces:
Adapter

public interface GenericAdapter
extends Adapter
The generic adapter interface
Since:
06-Sep-2021 15:59:45
Version:
1.0
Author:
David
  • Method Summary

    Modifier and Type Method Description
    void configure()
    This method allows the Generic adapter to be configures including - setting the name of its service by which it will be know to the switchboard - setting its communications mechanism e.g.
    void initialize()
    Initialize the Generic Adapter so that it will be usable.
  • Method Details

    • configure

      void configure()
      This method allows the Generic adapter to be configures including - setting the name of its service by which it will be know to the switchboard - setting its communications mechanism e.g.
      --- HTTP port 778 or
      --- RMI or
      --- CORBA or
      ---WSDL or
      --- TCP port 7771
      --- authentication mechanisms accepted e.g.
      ------ local username/password or
      ------ LDAP or
      ------ SAML
      Specified by:
      configure in interface Adapter
    • initialize

      void initialize()
      Initialize the Generic Adapter so that it will be usable. This includes - registering with a Switchboard
      Specified by:
      initialize in interface Adapter