Title: Design - Passivation Strategy
## Passivation Strategy
Sub-component of [Stateful SessionBean Container](design---stateful-sessionbean-container.html)
## Definition
Used by the Stateful Container to passivate and activate stateful session
beans to a temporary storage.
## Responsibilities
* Store and retrieve instances
## Related Classes
* org.apache.openejb.core.stateful.PassivationStrategy
## Implementations
* [Random Access File Passivater](design---random-access-file-passivater.html)
* [Simple Passivater](design---simple-passivater.html)