groovyx.gpars.serial
Class RemoteHandle
java.lang.Object
  
groovyx.gpars.serial.RemoteHandle
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - DefaultRemoteHandle
 
public abstract class RemoteHandle
- extends java.lang.Object
- implements java.io.Serializable
  
- Author:
 
  - Alex Tkachman
 
- See Also:
 - Serialized Form
 
 
| 
Constructor Summary | 
RemoteHandle(java.util.UUID hostId,
             java.util.UUID id)
 
            | 
 
 
| 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
 
serialId
protected final java.util.UUID serialId
hostId
protected final java.util.UUID hostId
RemoteHandle
public RemoteHandle(java.util.UUID hostId,
                    java.util.UUID id)
readResolve
protected final java.lang.Object readResolve()
                                      throws java.io.ObjectStreamException
 
- Throws:
 java.io.ObjectStreamException
 
createObject
protected abstract WithSerialId createObject(SerialContext context)
                                      throws java.lang.InstantiationException,
                                             java.lang.IllegalAccessException,
                                             java.lang.reflect.InvocationTargetException,
                                             java.lang.NoSuchMethodException
 
- Throws:
 java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException