|
org.codehaus.gpars | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovyx.gpars.serial.SerialMsg
groovyx.gpars.remote.message.HostIdMsg
public class HostIdMsg extends SerialMsg
Message sent by NetTransportProvider immediately after connection to another host is set up
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Fields inherited from class SerialMsg | |
|---|---|
| hostId, serialVersionUID |
| Constructor Summary | |
HostIdMsg(java.util.UUID id)
Construct message representing current state of the transport provider |
|
| Method Summary |
|---|
| Methods inherited from class SerialMsg | |
|---|---|
| execute |
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public HostIdMsg(java.util.UUID id)
id - Local host id
Copyright © 2008–2010 Václav Pech. All Rights Reserved.