Class: Quark::DatawireMdkMd::QuarkConcurrentContextGlobalMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentContextGlobalMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentContextGlobalMethod
constructor
A new instance of QuarkConcurrentContextGlobalMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentContextGlobalMethod
Returns a new instance of QuarkConcurrentContextGlobalMethod.
13097 13098 13099 13100 13101 13102 |
# File 'lib/datawire_mdk_md.rb', line 13097 def initialize() super("quark.concurrent.Context", "global", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
13136 13137 13138 13139 13140 13141 |
# File 'lib/datawire_mdk_md.rb', line 13136 def __init_fields__() super nil end |
#_getClass ⇒ Object
13115 13116 13117 13118 13119 13120 |
# File 'lib/datawire_mdk_md.rb', line 13115 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13122 13123 13124 13125 13126 13127 |
# File 'lib/datawire_mdk_md.rb', line 13122 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13129 13130 13131 13132 13133 13134 |
# File 'lib/datawire_mdk_md.rb', line 13129 def _setField(name, value) nil nil end |