|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialMsg | |
---|---|
groovyx.gpars.actor | This package holds classes forming the public actor API. |
groovyx.gpars.actor.impl | This package holds classes some non-public aspects of actor implementation. |
groovyx.gpars.dataflow.expression | |
groovyx.gpars.remote | This package holds classes implementing the remote actors functionality. |
groovyx.gpars.remote.message | This package holds message classes for the remote actors implementation. |
groovyx.gpars.remote.netty | This package holds implementation-specific classes implementing the remote actors functionality on top of Netty. |
groovyx.gpars.serial | This package holds classes used for actor identification in the network. |
Uses of SerialMsg in groovyx.gpars.actor |
---|
Subclasses of SerialMsg in groovyx.gpars.actor | |
---|---|
static class |
Actor.RemoteActor.StopActorMsg
|
static class |
Actor.RemoteActor.TerminateActorMsg
|
Uses of SerialMsg in groovyx.gpars.actor.impl |
---|
Subclasses of SerialMsg in groovyx.gpars.actor.impl | |
---|---|
static class |
MessageStream.SendTo
|
Uses of SerialMsg in groovyx.gpars.dataflow.expression |
---|
Subclasses of SerialMsg in groovyx.gpars.dataflow.expression | |
---|---|
static class |
DataflowExpression.BindDataflow<T>
Represents a remote message binding a value to a remoted DataflowExpression |
Uses of SerialMsg in groovyx.gpars.remote |
---|
Methods in groovyx.gpars.remote with parameters of type SerialMsg | |
---|---|
void |
RemoteConnection.onMessage(SerialMsg msg)
|
abstract void |
RemoteConnection.write(SerialMsg msg)
|
void |
RemoteHost.write(SerialMsg msg)
|
Uses of SerialMsg in groovyx.gpars.remote.message |
---|
Subclasses of SerialMsg in groovyx.gpars.remote.message | |
---|---|
class |
HostIdMsg
Message sent by NetTransportProvider immediately after connection to another host is set up |
class |
NodeConnectedMsg
Message sent when local node connected to remote host |
class |
NodeDisconnectedMsg
Message sent when local node disconnected from remote host |
Uses of SerialMsg in groovyx.gpars.remote.netty |
---|
Methods in groovyx.gpars.remote.netty with parameters of type SerialMsg | |
---|---|
void |
NettyRemoteConnection.write(SerialMsg msg)
|
Uses of SerialMsg in groovyx.gpars.serial |
---|
Subclasses of SerialMsg in groovyx.gpars.serial | |
---|---|
static class |
SerialHandle.RemoteSerialHandle.ReleaseHandle
|
Methods in groovyx.gpars.serial with parameters of type SerialMsg | |
---|---|
abstract void |
SerialContext.write(SerialMsg msg)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |