org.picocontainer.gems.behaviors |
|
Java Source File Name | Type | Comment |
AsmImplementationHiding.java | Class | |
Assimilated.java | Class | ComponentAdapter, that assimilates a component for a specific type.
Allows the instance of another
ComponentAdapter to be converted into interfacte type , that the
instance is not assignable from. |
Assimilating.java | Class | Factory for the Assimilated. |
HiddenImplementation.java | Class | This component adapter makes it possible to hide the implementation of a real subject (behind a proxy).
The proxy will implement all the interfaces of the
underlying subject. |
HotSwappable.java | Class | This component adapter makes it possible to hide the implementation of a real subject (behind a proxy). |
HotSwapping.java | Class | Hides implementation. |
Pooled.java | Class | ComponentAdapter implementation that pools components.
The implementation utilizes a delegated ComponentAdapter to create the instances of the pool. |
Pooling.java | Class | |