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
10934 10935 10936 10937 10938 10939 |
# File 'lib/datawire_mdk_md.rb', line 10934 def initialize() super("quark.concurrent.Context", "getContext", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
10973 10974 10975 10976 10977 10978 |
# File 'lib/datawire_mdk_md.rb', line 10973 def __init_fields__() super nil end |
#_getClass ⇒ Object
10952 10953 10954 10955 10956 10957 |
# File 'lib/datawire_mdk_md.rb', line 10952 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
10959 10960 10961 10962 10963 10964 |
# File 'lib/datawire_mdk_md.rb', line 10959 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
10966 10967 10968 10969 10970 10971 |
# File 'lib/datawire_mdk_md.rb', line 10966 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
10944 10945 10946 10947 10948 10949 10950 |
# File 'lib/datawire_mdk_md.rb', line 10944 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.concurrent.EventContext } return obj.getContext() nil end |