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.
13151 13152 13153 13154 13155 13156 |
# File 'lib/datawire_mdk_md.rb', line 13151 def initialize() super("quark.concurrent.Context", "global", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
13190 13191 13192 13193 13194 13195 |
# File 'lib/datawire_mdk_md.rb', line 13190 def __init_fields__() super nil end |
#_getClass ⇒ Object
13169 13170 13171 13172 13173 13174 |
# File 'lib/datawire_mdk_md.rb', line 13169 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13176 13177 13178 13179 13180 13181 |
# File 'lib/datawire_mdk_md.rb', line 13176 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13183 13184 13185 13186 13187 13188 |
# File 'lib/datawire_mdk_md.rb', line 13183 def _setField(name, value) nil nil end |