Interface BEManagementHelper

  • All Superinterfaces:
    ServiceHelper

    public interface BEManagementHelper
    extends ServiceHelper
    Helper interface to the BEManagementService. By means of this helper an agent can retrieve a number of properties associated to the split containers attached to the underlying BEManagementService.
    In particular the FRONT_END_HOST key maps to the IP address of the device where the front end is running.
    Author:
    Giovanni Caire - TILAB
    • Method Detail

      • getProperty

        String getProperty​(String containerName,
                           String key)
        Returns:
        a property associated to a given split container attached to the underlying BEManagementService.