Searched refs:createEJBLocalObjectImpl (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBLocalHomeImpl.java103 protected final EJBLocalObjectImpl createEJBLocalObjectImpl() method in class:EJBLocalHomeImpl
106 return container.createEJBLocalObjectImpl();
H A DEJBLocalHomeInvocationHandler.java188 localObjectImpl = createEJBLocalObjectImpl();
H A DStatefulSessionContainer.java491 * ejbCreate on the new bean after createEJBLocalObjectImpl() returns.
494 EJBLocalObjectImpl createEJBLocalObjectImpl() method in class:StatefulSessionContainer
500 createEJBLocalObjectImpl(context);
758 // called from createEJBObject and activateEJB and createEJBLocalObjectImpl
759 private EJBLocalObjectImpl createEJBLocalObjectImpl method in class:StatefulSessionContainer
808 createEJBLocalObjectImpl(context);
839 createEJBLocalObjectImpl(context);
853 // called from createEJBObject and activateEJB and createEJBLocalObjectImpl
885 createEJBLocalObjectImpl(context);
933 createEJBLocalObjectImpl(contex
[all...]
H A DAbstractSingletonContainer.java335 public EJBLocalObjectImpl createEJBLocalObjectImpl() method in class:AbstractSingletonContainer
H A DStatelessSessionContainer.java338 public EJBLocalObjectImpl createEJBLocalObjectImpl() method in class:StatelessSessionContainer
H A DEntityContainer.java501 EJBLocalObjectImpl createEJBLocalObjectImpl() method in class:EntityContainer
505 "INTERNAL ERROR: EntityContainer.createEJBLocalObjectImpl() called");
H A DBaseContainer.java2475 EJBLocalObjectImpl createEJBLocalObjectImpl() method in class:BaseContainer

Completed in 46 milliseconds