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) |
readResolveprivate 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 RemoteHandlejava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodException