Uses of Interface
org.terracotta.context.ContextManager.Association

Packages that use ContextManager.Association
org.terracotta.context   
 

Uses of ContextManager.Association in org.terracotta.context
 

Methods in org.terracotta.context that return ContextManager.Association
static ContextManager.Association ContextManager.associate(Object object)
          Create an Association instance for the supplied object.
 ContextManager.Association ContextManager.Association.withChild(Object child)
          Adds the supplied object's context node as a child of the target context node.
 ContextManager.Association ContextManager.Association.withParent(Object parent)
          Adds the supplied object's context node as a parent of the target context node.
 



Copyright © 2015. All Rights Reserved.