Class: OpenWFE::Service
- Inherits:
-
Object
- Object
- OpenWFE::Service
- Includes:
- ServiceMixin
- Defined in:
- lib/openwfe/service.rb
Overview
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).
Direct Known Subclasses
DefaultWfidGenerator, Engine, ErrorJournal, FileListener, Journal, ParticipantMap, SocketListener, UuidWfidGenerator
Instance Attribute Summary
Attributes included from ServiceMixin
Attributes included from Contextual
Instance Method Summary collapse
-
#initialize(service_name, application_context) ⇒ Service
constructor
A new instance of Service.
Methods included from ServiceMixin
Methods included from Contextual
#get_work_directory, #init_service, #lookup
Methods included from Logging
#ldebug, #ldebug_callstack, #lerror, #lfatal, #linfo, #llog, #lunknown, #lwarn
Constructor Details
#initialize(service_name, application_context) ⇒ Service
Returns a new instance of Service.
90 91 92 93 |
# File 'lib/openwfe/service.rb', line 90 def initialize (service_name, application_context) service_init service_name, application_context end |