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.
44412 44413 44414 44415 44416 44417 |
# File 'lib/datawire_mdk_md.rb', line 44412 def initialize() super("quark.int", "leave", ::DatawireQuarkCore::List.new(["quark.int"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
44451 44452 44453 44454 44455 44456 |
# File 'lib/datawire_mdk_md.rb', line 44451 def __init_fields__() super nil end |
#_getClass ⇒ Object
44430 44431 44432 44433 44434 44435 |
# File 'lib/datawire_mdk_md.rb', line 44430 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
44437 44438 44439 44440 44441 44442 |
# File 'lib/datawire_mdk_md.rb', line 44437 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
44444 44445 44446 44447 44448 44449 |
# File 'lib/datawire_mdk_md.rb', line 44444 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
44422 44423 44424 44425 44426 44427 44428 |
# File 'lib/datawire_mdk_md.rb', line 44422 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.mdk_protocol.LamportClock } return obj.leave(::DatawireQuarkCore.cast((args)[0]) { ::Integer }) nil end |