Interface IResourceConnection

All Superinterfaces:
IConnection
All Known Implementing Classes:
ResourceConnection

public interface IResourceConnection extends IConnection
This interface defines the methods for a resource connection object.
Since:
6.3
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the resource of the connection.

    Methods inherited from interface com.aquima.interactions.foundation.connectivity.IConnection

    getName, getType
  • Method Details

    • getResource

      IResource getResource()
      This method returns the resource of the connection.
      Returns:
      the resource of the connection.