org.codehaus.gpars

groovyx.gpars.actor
[Java] Class Actor.MyRemoteHandle

java.lang.Object
  groovyx.gpars.serial.RemoteHandle
      groovyx.gpars.serial.DefaultRemoteHandle
          groovyx.gpars.actor.Actor.MyRemoteHandle

public static class Actor.MyRemoteHandle
extends DefaultRemoteHandle

Field Summary
private DataflowExpression joinLatch

private static long serialVersionUID

 
Fields inherited from class DefaultRemoteHandle
klazz, serialVersionUID
 
Fields inherited from class RemoteHandle
hostId, serialId, serialVersionUID
 
Constructor Summary
Actor.MyRemoteHandle(SerialHandle handle, SerialContext host, DataflowExpression joinLatch)

 
Method Summary
protected WithSerialId createObject(SerialContext context)

 
Methods inherited from class DefaultRemoteHandle
createObject
 
Methods inherited from class RemoteHandle
createObject, readResolve
 

Field Detail

joinLatch

private final DataflowExpression joinLatch


serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

Actor.MyRemoteHandle

public Actor.MyRemoteHandle(SerialHandle handle, SerialContext host, DataflowExpression joinLatch)


 
Method Detail

createObject

@Override
protected WithSerialId createObject(SerialContext context)


 

Copyright © 2008–2012 Václav Pech. All Rights Reserved.