Package | Description |
---|---|
org.terracotta.context |
Modifier and Type | Method and Description |
---|---|
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 © 2017. All rights reserved.