Package | Description |
---|---|
org.picocontainer.behaviors |
BehaviorFactories make Behaviors which change aspects of component implementations and instances
|
org.picocontainer.references | |
org.picocontainer.tck |
Modifier and Type | Method and Description |
---|---|
static Behavior |
Behavior.cached(ComponentAdapter delegate,
ObjectReference instanceReference) |
Constructor and Description |
---|
Cached(ComponentAdapter delegate,
ObjectReference<Stored.Instance<T>> instanceReference) |
Stored(ComponentAdapter<T> delegate,
ObjectReference<Stored.Instance<T>> reference) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleReference<T>
Simple instance implementation of ObjectReference.
|
class |
ThreadLocalMapObjectReference<T>
Gets and sets references on a map stored in Thread Local
|
class |
ThreadLocalReference<T>
Gets and sets references on Thread Local
|
Constructor and Description |
---|
CycleDetectorBehavior(ComponentAdapter delegate,
Set set,
ObjectReference reference) |
Copyright © 2003–2016 Codehaus. All rights reserved.