Class CommandThreadPool

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

    @Service
    @RunLevel(mode=0,
              value=10)
    public class CommandThreadPool
    extends Object
    implements org.glassfish.hk2.api.PostConstruct
    This singleton service creates and holds the command pool used to execute commands
    Author:
    Vijay Ramachandran
    • Constructor Detail

      • CommandThreadPool

        public CommandThreadPool()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Process the instance file if this is DAS and there are instances configured already in this domain
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct