Class: Quark::MdkRuntime::WSClose

Inherits:
DatawireQuarkCore::QuarkObject show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/mdk_runtime.rb

Overview

Tell WSActor to close the connection.

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Methods inherited from DatawireQuarkCore::QuarkObject

#to_s

Constructor Details

#initializeWSClose

Returns a new instance of WSClose.



534
535
536
537
538
# File 'lib/mdk_runtime.rb', line 534

def initialize()
    self.__init_fields__

    nil
end

Instance Method Details

#__init_fields__Object



564
565
566
567
568
# File 'lib/mdk_runtime.rb', line 564

def __init_fields__()
    

    nil
end

#_getClassObject



543
544
545
546
547
548
# File 'lib/mdk_runtime.rb', line 543

def _getClass()
    
    return "mdk_runtime.WSClose"

    nil
end

#_getField(name) ⇒ Object



550
551
552
553
554
555
# File 'lib/mdk_runtime.rb', line 550

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



557
558
559
560
561
562
# File 'lib/mdk_runtime.rb', line 557

def _setField(name, value)
    
    nil

    nil
end