module Roma::Client::Proxy::RomaHandler

Attributes

ap[RW]
connected[R]

Public Instance Methods

post_init() click to toggle source
   # File lib/roma/client/proxy/daemon.rb
21 def post_init
22   $log.info("Connected to roma")
23   @connected = true
24 end
unbind() click to toggle source
   # File lib/roma/client/proxy/daemon.rb
26 def unbind
27   $log.info("Disconnected from roma")
28   @connected = nil
29 end