Searched refs:getEJBLocalHome (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEJBLocalObject.java71 public EJBLocalHome getEJBLocalHome() throws EJBException; method in interface:EJBLocalObject
H A DEJBContext.java84 EJBLocalHome getEJBLocalHome() throws IllegalStateException; method in interface:EJBContext
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBLocalHomeImpl.java94 protected EJBLocalHome getEJBLocalHome() { method in class:EJBLocalHomeImpl
176 return container.getEJBLocalHome();
H A DEJBLocalObjectImpl.java174 public EJBLocalHome getEJBLocalHome() throws EJBException { method in class:EJBLocalObjectImpl
179 return container.getEJBLocalHome();
H A DEJBContextImpl.java364 public EJBLocalHome getEJBLocalHome() { method in class:EJBContextImpl
369 return container.getEJBLocalHome();
H A DEJBLocalHomeInvocationHandler.java117 protected EJBLocalHome getEJBLocalHome() { method in class:EJBLocalHomeInvocationHandler
H A DEJBLocalObjectInvocationHandler.java249 // Can only be remove, isIdentical, getEJBLocalHome, or getPrimaryKey,
281 // EJBLocalHome getEJBLocalHome();
284 returnValue = super.getEJBLocalHome();
H A DBaseContainer.java1015 public final EJBLocalHome getEJBLocalHome() { method in class:BaseContainer
1430 this.ejbLocalHome = ejbLocalHomeImpl.getEJBLocalHome();
1455 ejbLocalBusinessHomeImpl.getEJBLocalHome();
1485 ejbOptionalLocalBusinessHomeImpl.getEJBLocalHome();
2423 EJBLocalObject.class.getMethod("getEJBLocalHome", NO_PARAMS);
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DEJBUtils.java368 returnObject = container.getEJBLocalHome();

Completed in 27 milliseconds