public class DefaultRemoteHandle extends RemoteHandle
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<?> |
klazz |
private static long |
serialVersionUID |
hostId, serialId
Constructor and Description |
---|
DefaultRemoteHandle(java.util.UUID id,
java.util.UUID hostId,
java.lang.Class<?> klazz) |
Modifier and Type | Method and Description |
---|---|
protected WithSerialId |
createObject(SerialContext context) |
readResolve
private static final long serialVersionUID
private final java.lang.Class<?> klazz
public DefaultRemoteHandle(java.util.UUID id, java.util.UUID hostId, java.lang.Class<?> klazz)
protected WithSerialId createObject(SerialContext context) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException
createObject
in class RemoteHandle
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException