groovyx.gpars.serial
Class DefaultRemoteHandle
java.lang.Object
  
groovyx.gpars.serial.RemoteHandle
      
groovyx.gpars.serial.DefaultRemoteHandle
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - Actor.MyRemoteHandle
 
public class DefaultRemoteHandle
- extends RemoteHandle
 
- Author:
 
  - Alex Tkachman
 
- See Also:
 - Serialized Form
 
 
 
| 
Constructor Summary | 
DefaultRemoteHandle(java.util.UUID id,
                    java.util.UUID hostId,
                    java.lang.Class<?> klazz)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
 - Constant Field Values
 
klazz
private final java.lang.Class<?> klazz
DefaultRemoteHandle
public DefaultRemoteHandle(java.util.UUID id,
                           java.util.UUID hostId,
                           java.lang.Class<?> klazz)
createObject
protected WithSerialId createObject(SerialContext context)
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException,
                                    java.lang.reflect.InvocationTargetException,
                                    java.lang.NoSuchMethodException
- Specified by:
 createObject in class RemoteHandle
 
- Throws:
 java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException