Class: Quark::DatawireMdkMd::QuarkConcurrentFutureGetContextMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentFutureGetContextMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentFutureGetContextMethod
constructor
A new instance of QuarkConcurrentFutureGetContextMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentFutureGetContextMethod
Returns a new instance of QuarkConcurrentFutureGetContextMethod.
11384 11385 11386 11387 11388 11389 |
# File 'lib/datawire_mdk_md.rb', line 11384 def initialize() super("quark.concurrent.Context", "getContext", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11423 11424 11425 11426 11427 11428 |
# File 'lib/datawire_mdk_md.rb', line 11423 def __init_fields__() super nil end |
#_getClass ⇒ Object
11402 11403 11404 11405 11406 11407 |
# File 'lib/datawire_mdk_md.rb', line 11402 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11409 11410 11411 11412 11413 11414 |
# File 'lib/datawire_mdk_md.rb', line 11409 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11416 11417 11418 11419 11420 11421 |
# File 'lib/datawire_mdk_md.rb', line 11416 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11394 11395 11396 11397 11398 11399 11400 |
# File 'lib/datawire_mdk_md.rb', line 11394 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Future } return obj.getContext() nil end |