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

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEJBLocalObjectImpl.java69 public abstract class EJBLocalObjectImpl class in inherits:EJBLocalRemoteObject,EJBLocalObject,IndirectlySerializable
77 new LocalStringManagerImpl(EJBLocalObjectImpl.class);
107 * Get the client object corresponding to an EJBLocalObjectImpl.
109 * assume they can cast an EJBLocalObjectImpl to the object that
151 * it can cast from EJBLocalObject to EJBLocalObjectImpl. This convenience
153 * client-side EJBLocalObject to the corresponding EJBLocalObjectImpl.
156 * EJBLocalObjectImpl. Otherwise, the argument is returned as is.
158 * EJBLocalObjectImpl.getEJBLocalObject()
161 static EJBLocalObjectImpl toEJBLocalObjectImpl(EJBLocalObject localObj) {
162 EJBLocalObjectImpl localObjectImp
[all...]

Completed in 11 milliseconds