Class Daemons::ApplicationGroup
In: lib/daemons/application_group.rb
Parent: Object

Methods

Attributes

app_argv  [RW] 
app_name  [R] 
applications  [R] 
controller_argv  [RW] 
dir  [RW] 
dir_mode  [RW] 
monitor  [R] 
multiple  [R]  true if the application is supposed to run in multiple instances
options  [R]  attr_reader :controller
script  [R] 

Public Class methods

Public Instance methods

Setup the application group. Currently this functions calls find_applications which finds all running instances of the application and populates the application array.

[Validate]