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.
11057 11058 11059 11060 11061 11062 |
# File 'lib/datawire_mdk_md.rb', line 11057 def initialize() super("quark.concurrent.Context", "getContext", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
11096 11097 11098 11099 11100 11101 |
# File 'lib/datawire_mdk_md.rb', line 11096 def __init_fields__() super nil end |
#_getClass ⇒ Object
11075 11076 11077 11078 11079 11080 |
# File 'lib/datawire_mdk_md.rb', line 11075 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
11082 11083 11084 11085 11086 11087 |
# File 'lib/datawire_mdk_md.rb', line 11082 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
11089 11090 11091 11092 11093 11094 |
# File 'lib/datawire_mdk_md.rb', line 11089 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
11067 11068 11069 11070 11071 11072 11073 |
# File 'lib/datawire_mdk_md.rb', line 11067 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.EventContext } return obj.getContext() nil end |