Uses of Interface
org.terracotta.context.ContextManager.Association
-
Packages that use ContextManager.Association Package Description org.terracotta.context -
-
Uses of ContextManager.Association in org.terracotta.context
Methods in org.terracotta.context that return ContextManager.Association Modifier and Type Method Description static ContextManager.AssociationContextManager. associate(java.lang.Object object)Create anAssociationinstance for the supplied object.ContextManager.AssociationContextManager.Association. withChild(java.lang.Object child)Adds the supplied object's context node as a child of the target context node.ContextManager.AssociationContextManager.Association. withParent(java.lang.Object parent)Adds the supplied object's context node as a parent of the target context node.
-