X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=doc%2Fclasses%2FMCollective%2FWindowsDaemon.html;fp=doc%2Fclasses%2FMCollective%2FWindowsDaemon.html;h=0000000000000000000000000000000000000000;hb=7c9314f502cde8daad23b61d10b24a542e04154a;hp=ef3500bffe79909166cf90a30f986b2957bee77b;hpb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/classes/MCollective/WindowsDaemon.html b/doc/classes/MCollective/WindowsDaemon.html deleted file mode 100644 index ef3500b..0000000 --- a/doc/classes/MCollective/WindowsDaemon.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - Class: MCollective::WindowsDaemon - - - - - - - - - - -
- - - - - - - - - - - - - - -
ClassMCollective::WindowsDaemon
In: - - lib/mcollective/windows_daemon.rb - -
-
Parent: - Win32::Daemon -
-
- - -
- - - -
- - - -
- -
-

Methods

- - -
- -
- - - - -
- - - - - - - - - -
-

Public Class methods

- -
- - - - -
-

[Source]

-
-
-    # File lib/mcollective/windows_daemon.rb, line 5
- 5:     def self.daemonize_runner(pid=nil)
- 6:       raise "Writing pid files are not supported on the Windows Platform" if pid
- 7:       raise "The Windows Daemonizer should only be used on the Windows Platform" unless Util.windows?
- 8: 
- 9:       WindowsDaemon.mainloop
-10:     end
-
-
-
-
- -

Public Instance methods

- -
- - - - -
-

[Source]

-
-
-    # File lib/mcollective/windows_daemon.rb, line 12
-12:     def service_main
-13:       Log.debug("Starting Windows Service Daemon")
-14: 
-15:       while running?
-16:         Runner.new(nil).run
-17:       end
-18:     end
-
-
-
-
- -
- - - - -
-

[Source]

-
-
-    # File lib/mcollective/windows_daemon.rb, line 20
-20:     def service_stop
-21:       Log.info("Windows service stopping")
-22:     end
-
-
-
-
- - -
- - -
- - -
-

[Validate]

-
- - - \ No newline at end of file