public static interface Node.Handle extends Serializable
Node.getHandle().
If that methods returns a non-null value, one can serialize it,
and after deserialization
use getNode() to obtain the original node.
Related documentation
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Deprecated.
Only public by accident.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode()
Reconstitute the node for this handle.
|
@Deprecated static final long serialVersionUID
Node getNode() throws IOException
IOException - if the node cannot be createdBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.