The ClientAdapter Module

The interface exposing the implementation of the module must inherit from provca::ClientAdapter.

The module instance is responsible for handling administration operations and module-scoped configuration attributes. It also features accessors to runtime objects like the session manager and protocol message flow proxies.

The provca::ClientAdapter module uses four ports which are added by provca::ClientAdapter when an instance of the ClientAdapter interface is created, as shown in the following table:

Number Name Description
1 pass Passed service orders
2 fail Failed service orders
3 cancel Cancelled service orders
4 retry Retried service orders