Module: Ice::ProcessPrx_mixin
- Included in:
- ProcessPrx
- Defined in:
- lib/Ice/Process.rb
Instance Method Summary collapse
Instance Method Details
#shutdown(_ctx = nil) ⇒ Object
57 58 59 |
# File 'lib/Ice/Process.rb', line 57 def shutdown(_ctx=nil) Process_mixin::OP_shutdown.invoke(self, [], _ctx) end |
#writeMessage(message, fd, _ctx = nil) ⇒ Object
61 62 63 |
# File 'lib/Ice/Process.rb', line 61 def writeMessage(, fd, _ctx=nil) Process_mixin::OP_writeMessage.invoke(self, [, fd], _ctx) end |