Groovy Documentation

gpars.remote.message
Class HostIdMsg

java.lang.Object
  groovyx.gpars.serial.SerialMsg
      gpars.remote.message.HostIdMsg

class HostIdMsg
extends SerialMsg

Message sent by NetTransportProvider immediately after connection to another host is set up

author:
Alex Tkachman, Vaclav Pech


Constructor Summary
HostIdMsg(UUID id)

Construct message representing current state of the transport provider

 

Constructor Detail

HostIdMsg

public HostIdMsg(UUID id)
Construct message representing current state of the transport provider
param:
id Local host id


 

Groovy Documentation