The link can be removed by simply {@link #removeChild(SessionCache,NodeKey) removing} the linked child from the parent,and this works whether or not the parent is the original parent or an additional parent.
@param cache the cache to which this node belongs; may not be null @param childKey the key for the child that is to be removed; may not be null @param name the name for the (linked) node, or null if the existing name is to be used @return true if the link was created, or false if the link already existed as a child of this node @throws NodeNotFoundException if the node does not exist
|
|
|
|
|
|