groovyx.gpars.actor
Class Actor.MyRemoteHandle

java.lang.Object
  extended by groovyx.gpars.serial.RemoteHandle
      extended by groovyx.gpars.serial.DefaultRemoteHandle
          extended by groovyx.gpars.actor.Actor.MyRemoteHandle
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Actor

public static class Actor.MyRemoteHandle
extends DefaultRemoteHandle

See Also:
Serialized Form

Field Summary
private  DataflowExpression<java.lang.Object> joinLatch
           
private static long serialVersionUID
           
 
Fields inherited from class groovyx.gpars.serial.RemoteHandle
hostId, serialId
 
Constructor Summary
Actor.MyRemoteHandle(SerialHandle handle, SerialContext host, DataflowExpression<java.lang.Object> joinLatch)
           
 
Method Summary
protected  WithSerialId createObject(SerialContext context)
           
 
Methods inherited from class groovyx.gpars.serial.RemoteHandle
readResolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joinLatch

private final DataflowExpression<java.lang.Object> joinLatch

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Actor.MyRemoteHandle

public Actor.MyRemoteHandle(SerialHandle handle,
                            SerialContext host,
                            DataflowExpression<java.lang.Object> joinLatch)
Method Detail

createObject

protected WithSerialId createObject(SerialContext context)
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException,
                                    java.lang.reflect.InvocationTargetException,
                                    java.lang.NoSuchMethodException
Overrides:
createObject in class DefaultRemoteHandle
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException

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