# File riceproperties.rb, line 33
 def initialize(domain, name, host, port, url)
	    @domain = domain
	    @name = name
	    @host = host
	    @port = port
	    @listenerURL = "http://#{@host}:#{@port}#{url}"
	end