Uses of Interface
org.terracotta.context.ContextManager.Dissociation
-
Packages that use ContextManager.Dissociation Package Description org.terracotta.context -
-
Uses of ContextManager.Dissociation in org.terracotta.context
Methods in org.terracotta.context that return ContextManager.Dissociation Modifier and Type Method Description static ContextManager.DissociationContextManager. dissociate(java.lang.Object object)Create aDissociationinstance for the supplied object.ContextManager.DissociationContextManager.Dissociation. fromChild(java.lang.Object child)Removes the supplied object's context from the child node set of the target context node.ContextManager.DissociationContextManager.Dissociation. fromParent(java.lang.Object parent)Removes the supplied object's context from the parent node set of the target context node.
-