Class OpenWFE::Service
In: lib/openwfe/service.rb
Parent: Object

A service has a service_name and a link to its application_context. Via the application_context, it can lookup other services (if it knows their names).

Methods

new  

Included Modules

ServiceMixin

Public Class methods

[Source]

    # File lib/openwfe/service.rb, line 90
90:         def initialize (service_name, application_context)
91: 
92:             service_init service_name, application_context
93:         end

[Validate]