Class: Quark::DatawireMdkMd::QuarkConcurrentEventContextGetContextMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkConcurrentEventContextGetContextMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkConcurrentEventContextGetContextMethod
constructor
A new instance of QuarkConcurrentEventContextGetContextMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkConcurrentEventContextGetContextMethod
Returns a new instance of QuarkConcurrentEventContextGetContextMethod.
10988 10989 10990 10991 10992 10993 |
# File 'lib/datawire_mdk_md.rb', line 10988 def initialize() super("quark.concurrent.Context", "getContext", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11027 11028 11029 11030 11031 11032 |
# File 'lib/datawire_mdk_md.rb', line 11027 def __init_fields__() super nil end |
#_getClass ⇒ Object
11006 11007 11008 11009 11010 11011 |
# File 'lib/datawire_mdk_md.rb', line 11006 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11013 11014 11015 11016 11017 11018 |
# File 'lib/datawire_mdk_md.rb', line 11013 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11020 11021 11022 11023 11024 11025 |
# File 'lib/datawire_mdk_md.rb', line 11020 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
10998 10999 11000 11001 11002 11003 11004 |
# File 'lib/datawire_mdk_md.rb', line 10998 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.EventContext } return obj.getContext() nil end |