Class SystemTasksImpl

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

    @Service
    @RunLevel(value=1,
              mode=0)
    public class SystemTasksImpl
    extends Object
    implements SystemTasks, org.glassfish.hk2.api.PostConstruct
    Init run level service to take care of vm related tasks.
    Author:
    Jerome Dochez, Byron Nevins
    • Constructor Detail

      • SystemTasksImpl

        public SystemTasksImpl()
    • Method Detail

      • postConstruct

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

        public void writePidFile()
        Description copied from interface: SystemTasks
        Write the process ID to a file.
        Specified by:
        writePidFile in interface SystemTasks