Class: Quark::DatawireMdkMd::QuarkConcurrentFutureGetErrorMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentFutureGetErrorMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentFutureGetErrorMethod
constructor
A new instance of QuarkConcurrentFutureGetErrorMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentFutureGetErrorMethod
Returns a new instance of QuarkConcurrentFutureGetErrorMethod.
11344 11345 11346 11347 11348 11349 |
# File 'lib/datawire_mdk_md.rb', line 11344 def initialize() super("quark.error.Error", "getError", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11383 11384 11385 11386 11387 11388 |
# File 'lib/datawire_mdk_md.rb', line 11383 def __init_fields__() super nil end |
#_getClass ⇒ Object
11362 11363 11364 11365 11366 11367 |
# File 'lib/datawire_mdk_md.rb', line 11362 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11369 11370 11371 11372 11373 11374 |
# File 'lib/datawire_mdk_md.rb', line 11369 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11376 11377 11378 11379 11380 11381 |
# File 'lib/datawire_mdk_md.rb', line 11376 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11354 11355 11356 11357 11358 11359 11360 |
# File 'lib/datawire_mdk_md.rb', line 11354 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Future } return obj.getError() nil end |