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.
11221 11222 11223 11224 11225 11226 |
# File 'lib/datawire_mdk_md.rb', line 11221 def initialize() super("quark.error.Error", "getError", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11260 11261 11262 11263 11264 11265 |
# File 'lib/datawire_mdk_md.rb', line 11260 def __init_fields__() super nil end |
#_getClass ⇒ Object
11239 11240 11241 11242 11243 11244 |
# File 'lib/datawire_mdk_md.rb', line 11239 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11246 11247 11248 11249 11250 11251 |
# File 'lib/datawire_mdk_md.rb', line 11246 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11253 11254 11255 11256 11257 11258 |
# File 'lib/datawire_mdk_md.rb', line 11253 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11231 11232 11233 11234 11235 11236 11237 |
# File 'lib/datawire_mdk_md.rb', line 11231 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.Future } return obj.getError() nil end |