Searched defs:EntityContainer (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java96 * The EntityContainer implements option B of the commit-time options
102 * The following sequence of actions happens for the EntityContainer,
118 * State Management: The EntityContainer manages collections of EJBs
160 public class EntityContainer class in inherits:BaseContainer,CacheListener
171 new LocalStringManagerImpl(EntityContainer.class);
239 protected EntityContainer(EjbDescriptor desc, ClassLoader loader) method in class:EntityContainer
244 protected EntityContainer(ContainerType containerType, EjbDescriptor desc, ClassLoader loader) method in class:EntityContainer
270 _logger.log(Level.FINE,"[EntityContainer] Created EntityContainer: "
283 _logger.log(Level.FINE,"[EntityContainer] preInitializ
[all...]

Completed in 17 milliseconds