Parent

Methods

Included Modules

Cluster::Stop

Public Instance Methods

configure() click to toggle source
     # File lib/mongrel_cluster/init.rb, line 246
246:     def configure
247:       options [
248:        ['-C', '--config PATH', "Path to cluster configuration file", :@config_file, "config/mongrel_cluster.yml"],
249:        ['-f', '--force', "Force the shutdown.", :@force, false],
250:        ['-v', '--verbose', "Print all called commands and output.", :@verbose, false],
251:        ['', '--clean', "Remove orphaned process if needed before stopping", :@clean, false],
252:        ['', '--only PORT', "Port number of cluster member", :@only, nil]
253:       ]
254:     end
run() click to toggle source
     # File lib/mongrel_cluster/init.rb, line 256
256:     def run
257:       stop
258:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.