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.
11453 11454 11455 11456 11457 11458 |
# File 'lib/datawire_mdk_md.rb', line 11453 def initialize() super("quark.concurrent.Context", "getContext", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11492 11493 11494 11495 11496 11497 |
# File 'lib/datawire_mdk_md.rb', line 11492 def __init_fields__() super nil end |
#_getClass ⇒ Object
11471 11472 11473 11474 11475 11476 |
# File 'lib/datawire_mdk_md.rb', line 11471 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11478 11479 11480 11481 11482 11483 |
# File 'lib/datawire_mdk_md.rb', line 11478 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11485 11486 11487 11488 11489 11490 |
# File 'lib/datawire_mdk_md.rb', line 11485 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11463 11464 11465 11466 11467 11468 11469 |
# File 'lib/datawire_mdk_md.rb', line 11463 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Future } return obj.getContext() nil end |