# File rice/icemachine.rb, line 29
    def initialize(domain, uuid, name, role)
	@domain = domain
	@party = Rice::Party.new(uuid, name, role)
    end