Access Layer API Interfaces

The Access Layer public interfaces that can be implemented are listed in the following table:

Description

Name

Establishes session and manages the connection to the runtime system

IConnection Interface

Manages file storage on a server

IFileRepositoryService Interface

Logs information to the Access Layer log file

ILogger Interface

Executes public method calls

IMethodExecuter Interface

Simulates an Access Layer API connection without a physical connection to the runtime system

IMockupConnection Interface

Allows Requests to be executed and Responses to be processed

IRtConnection Interface

Sends colon command to runtime system and obtain response. It also handles the initiation of reports

IUnsolicitedMessages Interface