lib/openwfe/rudefinitions.rb in openwferu-0.9.2 vs lib/openwfe/rudefinitions.rb in openwferu-0.9.3
- old
+ new
@@ -85,9 +85,12 @@
#
module OwfeServiceLocator
def get_engine
return @application_context[S_ENGINE]
end
+ def get_scheduler
+ return @application_context[S_SCHEDULER]
+ end
def get_expression_map
return @application_context[S_EXPRESSION_MAP]
end
def get_expression_pool
return @application_context[S_EXPRESSION_POOL]