Class: Quark::DatawireMdkMd::MdkProtocolLamportClockLeaveMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkProtocolLamportClockLeaveMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ MdkProtocolLamportClockLeaveMethod
constructor
A new instance of MdkProtocolLamportClockLeaveMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ MdkProtocolLamportClockLeaveMethod
Returns a new instance of MdkProtocolLamportClockLeaveMethod.
45345 45346 45347 45348 45349 45350 |
# File 'lib/datawire_mdk_md.rb', line 45345 def initialize() super("quark.int", "leave", ::DatawireQuarkCore::List.new(["quark.int"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
45384 45385 45386 45387 45388 45389 |
# File 'lib/datawire_mdk_md.rb', line 45384 def __init_fields__() super nil end |
#_getClass ⇒ Object
45363 45364 45365 45366 45367 45368 |
# File 'lib/datawire_mdk_md.rb', line 45363 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
45370 45371 45372 45373 45374 45375 |
# File 'lib/datawire_mdk_md.rb', line 45370 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
45377 45378 45379 45380 45381 45382 |
# File 'lib/datawire_mdk_md.rb', line 45377 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
45355 45356 45357 45358 45359 45360 45361 |
# File 'lib/datawire_mdk_md.rb', line 45355 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_protocol.LamportClock } return obj.leave(::DatawireQuarkCore.cast((args)[0]) { ::Integer }) nil end |