Class ServerSynchronizer

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service
    @PerLookup
    public final class ServerSynchronizer
    extends Object
    implements org.glassfish.hk2.api.PostConstruct
    The core server synchronization logic. Given a request from the client, it fills the payload with the files the client needs. The list of files in the config directory to synchronize is in META-INF/config-files in this module, or in config/config-files in the domain directory.
    Author:
    Bill Shannon
    • Constructor Detail

      • ServerSynchronizer

        public ServerSynchronizer()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct