Groovy Documentation

gpars.serial
[Java] Class DefaultRemoteHandle

java.lang.Object
  gpars.serial.RemoteHandle
      gpars.serial.DefaultRemoteHandle

public class DefaultRemoteHandle
extends RemoteHandle

Authors:
Alex Tkachman


Field Summary
 
Fields inherited from class RemoteHandle
hostId, serialId
 
Constructor Summary
DefaultRemoteHandle(UUID id, UUID hostId, Class klazz)

 
Method Summary
protected WithSerialId createObject(SerialContext context)

 
Methods inherited from class RemoteHandle
createObject, readResolve
 

Constructor Detail

DefaultRemoteHandle

public DefaultRemoteHandle(UUID id, UUID hostId, Class klazz)


 
Method Detail

createObject

@Override
protected WithSerialId createObject(SerialContext context)


 

Groovy Documentation