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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DContainer.java215 * After this postCreate the EJB(Local)Home can call ejbPostCreate on
219 void postCreate(EjbInvocation inv, Object primaryKey) method in interface:Container
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContainer.java107 * container.preInvokeTx, ejb.ejbCreate, container.postCreate,
635 // For biz->biz or postCreate->biz, the bean instance will
667 // exception (so postCreate was not called)
761 * Note: postCreate will not be called if ejbCreate throws an exception
763 public void postCreate(EjbInvocation inv, Object primaryKey) method in class:EntityContainer
1759 // called from postCreate, postFind,
1829 // called from getEJBObject, postCreate, removeBean,
1845 // called from getEJBObject, postCreate, postFind,
H A DBaseContainer.java3949 public void postCreate(EjbInvocation inv, Object primaryKey) method in class:BaseContainer

Completed in 27 milliseconds