Searched refs:getEJBLocalObject (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEntityContext.java83 EJBLocalObject getEJBLocalObject() throws IllegalStateException; method in interface:EntityContext
H A DSessionContext.java80 EJBLocalObject getEJBLocalObject() throws IllegalStateException; method in interface:SessionContext
/glassfish-3.1.2/tests/quicklook/ejb/cmp/src/java/team/
H A DPlayerBean.java86 (team.LocalPlayer)context.getEJBLocalObject();
93 (team.LocalPlayer)context.getEJBLocalObject();
H A DLeagueBean.java89 (team.LocalLeague)context.getEJBLocalObject();
108 LocalLeague league = (team.LocalLeague)context.getEJBLocalObject();
H A DTeamBean.java91 LocalTeam team = (team.LocalTeam)context.getEJBLocalObject();
100 // LocalTeam team = (team.LocalTeam) context.getEJBLocalObject();
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/ejb/
H A DContainerHelper.java82 * @see getEJBLocalObject(Object, Object)
83 * @see getEJBLocalObject(Object, Object, EJBContext)
114 EJBLocalObject getEJBLocalObject(Object pk, Object container); method in interface:ContainerHelper
128 EJBLocalObject getEJBLocalObject(Object pk, Object container, method in interface:ContainerHelper
H A DCMPHelper.java118 * @see getEJBLocalObject(Object, Object)
119 * @see getEJBLocalObject(Object, Object, EJBContext)
155 public static EJBLocalObject getEJBLocalObject(Object pk, Object container) { method in class:CMPHelper
156 return getContainerHelper().getEJBLocalObject(pk, container);
172 public static EJBLocalObject getEJBLocalObject(Object pk, Object container, method in class:CMPHelper
174 return getContainerHelper().getEJBLocalObject(pk, container, context);
H A DSunContainerHelper.java122 * @see getEJBLocalObject(Object, Object)
123 * @see getEJBLocalObject(Object, Object, EJBObject)
169 public EJBLocalObject getEJBLocalObject(Object pk, Object container) { method in class:SunContainerHelper
189 public EJBLocalObject getEJBLocalObject(Object pk, Object container, EJBContext context) { method in class:SunContainerHelper
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEjbContainerServicesImpl.java81 EJBLocalObjectImpl localObjectImpl = getEJBLocalObject(ejbRef);
124 EJBLocalObjectImpl localObjectImpl = getEJBLocalObject(ejbRef);
166 EJBLocalObjectImpl localObjectImpl = getEJBLocalObject(ejbRef);
207 private EJBLocalObjectImpl getEJBLocalObject(Object ejbRef) { method in class:EjbContainerServicesImpl
H A DEJBContextImpl.java337 public EJBLocalObject getEJBLocalObject() method in class:EJBContextImpl
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/
H A DJDOEJB20HelperImpl.java86 return CMPHelper.getEJBLocalObject(key, getContainer());
109 return CMPHelper.getEJBLocalObject(key, getContainer(), context);

Completed in 23 milliseconds