protected static interface LazyCachedNode.ParentReferenceToSelf
ChildReference
that points to this node and methods that determine
whether this cached information is still valid.Modifier and Type | Method and Description |
---|---|
ChildReference |
childReferenceInParent()
Get the cached
ChildReference instance. |
boolean |
isComplete()
Determine if this object is still complete.
|
boolean |
isRoot()
Get whether this represents the
child reference pointing to the root node. |
boolean |
isValid(CachedNode recentParent)
Determine if this instance is still valid, given the supplied
CachedNode instance that represents the
most-recently acquired parent node representation. |
ChildReference childReferenceInParent()
ChildReference
instance.boolean isComplete()
boolean isValid(CachedNode recentParent)
CachedNode
instance that represents the
most-recently acquired parent node representation.recentParent
- the most recent cached node for the parentboolean isRoot()
child reference
pointing to the root node.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.