Class AppClientScanner

  • All Implemented Interfaces:
    Scanner<ApplicationClientDescriptor>

    @Service(name="car")
    @PerLookup
    public class AppClientScanner
    extends ModuleScanner<ApplicationClientDescriptor>
    Implementation of the Scanner interface for AppClient

    This scanner overrides process(ReadableArchive...) so that when used in the ACC it will work correctly with InputJarArchive readable archives, not just the expanded directory archives during deployment on the server.

    Author:
    Shing Wai Chan, tjquinn