Interface IConnection

All Known Subinterfaces:
IExternalFlowConnection, IFileSystemConnection, IHttpConnection, IMailConnection, IMemoryConnection, IResourceConnection, ISoapConnection, ISqlConnection
All Known Implementing Classes:
AbstractSoapClient, ExternalFlowConnection, FileSystemConnection, HttpConnection, HttpSoapConnection, J2eeConnection, MemoryConnection, ResourceConnection, SimpleSmtpMailConnection

public interface IConnection
Base interface for all connection objects.
Since:
6.3
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of the connection object.
    This method returns the type of the connection object.
  • Method Details

    • getName

      String getName()
      This method returns the name of the connection object. The name is used to uniquely identify the connection object.
      Returns:
      the name of the connection object.
    • getType

      ConnectionType getType()
      This method returns the type of the connection object.
      Returns:
      the type of the connection object.