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] 
script  [R] 

Public Class methods

Public Instance methods

TODO: identifiy the monitor process

Check whether at least one of the applications in the group is running. If yes, return true.

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

[Validate]