|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgpars.serial.SerialMsg
class SerialMsg
Base class for all messages
| Field Summary | |
|---|---|
UUID |
hostId
|
| Constructor Summary | |
protected SerialMsg()
|
|
protected SerialMsg(UUID hostId)
|
|
| Method Summary | |
|---|---|
void
|
execute(RemoteConnection conn)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
UUID hostId
| Constructor Detail |
|---|
protected SerialMsg()
protected SerialMsg(UUID hostId)
| Method Detail |
|---|
public void execute(RemoteConnection conn)
Groovy Documentation