|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerialContext | |
|---|---|
| groovyx.gpars.actor | This package holds classes forming the public actor API. |
| groovyx.gpars.remote | This package holds classes implementing the remote actors functionality. |
| groovyx.gpars.serial | This package holds classes used for actor identification in the network. |
| Uses of SerialContext in groovyx.gpars.actor |
|---|
| Methods in groovyx.gpars.actor with parameters of type SerialContext | |
|---|---|
protected WithSerialId |
Actor.MyRemoteHandle.createObject(SerialContext context)
|
protected RemoteHandle |
Actor.createRemoteHandle(SerialHandle handle,
SerialContext host)
|
| Constructors in groovyx.gpars.actor with parameters of type SerialContext | |
|---|---|
Actor.MyRemoteHandle(SerialHandle handle,
SerialContext host,
DataFlowExpression<java.lang.Object> joinLatch)
|
|
Actor.RemoteActor(SerialContext host,
DataFlowExpression<java.lang.Object> jointLatch)
|
|
| Uses of SerialContext in groovyx.gpars.remote |
|---|
| Subclasses of SerialContext in groovyx.gpars.remote | |
|---|---|
class |
RemoteHost
Representation of remote host connected to transport provider |
| Fields in groovyx.gpars.remote declared as SerialContext | |
|---|---|
private SerialContext |
RemoteNode.remoteHost
|
| Methods in groovyx.gpars.remote that return SerialContext | |
|---|---|
SerialContext |
RemoteNode.getRemoteHost()
|
SerialContext |
LocalHost.getSerialHost(java.util.UUID hostId,
java.lang.Object attachment)
|
| Methods in groovyx.gpars.remote with parameters of type SerialContext | |
|---|---|
void |
LocalHost.connectRemoteNode(java.util.UUID nodeId,
SerialContext host,
Actor mainActor)
|
void |
LocalHost.onDisconnect(SerialContext host)
|
| Constructors in groovyx.gpars.remote with parameters of type SerialContext | |
|---|---|
RemoteNode(java.util.UUID id,
SerialContext remoteHost,
Actor mainActor)
|
|
| Uses of SerialContext in groovyx.gpars.serial |
|---|
| Fields in groovyx.gpars.serial declared as SerialContext | |
|---|---|
protected SerialContext |
SerialHandle.context
local host |
| Fields in groovyx.gpars.serial with type parameters of type SerialContext | |
|---|---|
private static java.lang.ThreadLocal<SerialContext> |
SerialContext.threadContext
|
| Methods in groovyx.gpars.serial that return SerialContext | |
|---|---|
static SerialContext |
SerialContext.get()
|
SerialContext |
SerialContext.getSerialHost(java.util.UUID hostId,
java.lang.Object attachment)
|
abstract SerialContext |
SerialHandles.getSerialHost(java.util.UUID hostId,
java.lang.Object attachment)
|
| Methods in groovyx.gpars.serial with parameters of type SerialContext | |
|---|---|
protected WithSerialId |
DefaultRemoteHandle.createObject(SerialContext context)
|
protected abstract WithSerialId |
RemoteHandle.createObject(SerialContext context)
|
protected RemoteHandle |
WithSerialId.createRemoteHandle(SerialHandle handle,
SerialContext host)
|
void |
SerialHandle.subscribe(SerialContext context)
Subscribes host as interested in the object |
void |
SerialHandle.unsubscribe(SerialContext context)
|
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||