blob: 9143a91592cb049b3c03285b44b6c7a61b3aa3a6 [file] [log] [blame]
<?xml version="1.0"?>
<implementation of="container" id="stfulcontainer">
<super id="openejb">OpenEJB</super>
<super id="container">Container</super>
<super id="stfulcontainer">Stateful Session</super>
<image src="images/figure-container.gif"/>
<name>Stateful SessionBean Container</name>
<alternate-name>Stateful Session Container</alternate-name>
<alternate-name>Stateful Container</alternate-name>
<description>
Container that implements the EJB defined bean-container contract for stateful SessionBeans.
</description>
<detail>Manages the beans lifecycle as defined in the EJB specification</detail>
<detail>Manages transactions using the TransactionService</detail>
<detail>Applies bean method authorization with help of the SecurityService</detail>
<related-class>org.openejb.core.stateful.StatefulContainer</related-class>
<sub-component id="stfulpassivator">Passivation Strategy</sub-component>
</implementation>