Groovy Documentation

gpars.remote.message
[Java] Class HostIdMsg

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

public class HostIdMsg
extends SerialMsg

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

Authors:
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
Parameters:
id - Local host id


 

Groovy Documentation