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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DContainer.java229 Object postFind(EjbInvocation inv, Object primaryKeys, Object[] findParams) method in interface:Container
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DReadOnlyBeanContainer.java775 public Object postFind(EjbInvocation inv, Object primaryKeys, method in class:ReadOnlyBeanContainer
781 Object returnValue = super.postFind(inv, primaryKeys, findParams);
H A DEntityContainer.java111 * ejb.ejbFind---, container.postFind, container.postInvokeTx,
815 return postFind(inv, pKeys, null);
870 * Note: postFind will not be called if ejbFindXXX throws an exception
872 public Object postFind(EjbInvocation inv, Object primaryKeys, method in class:EntityContainer
1759 // called from postCreate, postFind,
1802 // called from postFind, getEJBObjectForPrimaryKey,
1830 // postFind, getEJBObjectForPrimaryKey
1845 // called from getEJBObject, postCreate, postFind,
H A DBaseContainer.java3956 public Object postFind(EjbInvocation inv, Object primaryKeys, method in class:BaseContainer

Completed in 31 milliseconds