Class: Quark::DatawireMdkMd::QuarkConcurrentContextCurrentMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentContextCurrentMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentContextCurrentMethod
constructor
A new instance of QuarkConcurrentContextCurrentMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentContextCurrentMethod
Returns a new instance of QuarkConcurrentContextCurrentMethod.
13166 13167 13168 13169 13170 13171 |
# File 'lib/datawire_mdk_md.rb', line 13166 def initialize() super("quark.concurrent.Context", "current", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
13205 13206 13207 13208 13209 13210 |
# File 'lib/datawire_mdk_md.rb', line 13205 def __init_fields__() super nil end |
#_getClass ⇒ Object
13184 13185 13186 13187 13188 13189 |
# File 'lib/datawire_mdk_md.rb', line 13184 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
13191 13192 13193 13194 13195 13196 |
# File 'lib/datawire_mdk_md.rb', line 13191 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
13198 13199 13200 13201 13202 13203 |
# File 'lib/datawire_mdk_md.rb', line 13198 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
13176 13177 13178 13179 13180 13181 13182 |
# File 'lib/datawire_mdk_md.rb', line 13176 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Context } return ::Quark.quark.concurrent.Context.current() nil end |