Uses of Class
com.sun.ejb.containers.EJBLocalRemoteObject
-
Packages that use EJBLocalRemoteObject Package Description com.sun.ejb com.sun.ejb.containers org.glassfish.ejb.mdb org.glassfish.persistence.ejb.entitybean.container -
-
Uses of EJBLocalRemoteObject in com.sun.ejb
Fields in com.sun.ejb declared as EJBLocalRemoteObject Modifier and Type Field Description EJBLocalRemoteObjectEjbInvocation. ejbObjectThe EJBObject/EJBLocalObject which created this EjbInvocation object. -
Uses of EJBLocalRemoteObject in com.sun.ejb.containers
Subclasses of EJBLocalRemoteObject in com.sun.ejb.containers Modifier and Type Class Description classEJBLocalObjectImplImplementation of the EJBLocalObject interface.classEJBLocalObjectInvocationHandlerHandler for EJBLocalObject invocations through EJBLocalObject proxy.classEJBObjectImplEJBObjectImpl implements EJBObject methods for EJBs.classEJBObjectInvocationHandlerHandler for EJBObject invocations through EJBObject proxy.classWebServiceInvocationHandlerThis is a proxy invocation handler for web service ejb invocations.Methods in com.sun.ejb.containers with parameters of type EJBLocalRemoteObject Modifier and Type Method Description protected voidBaseContainer. authorizeLocalGetPrimaryKey(EJBLocalRemoteObject ejbObj)protected voidBaseContainer. authorizeRemoteGetPrimaryKey(EJBLocalRemoteObject ejbObj)protected voidAbstractSingletonContainer. checkExists(EJBLocalRemoteObject ejbObj)Check if the given EJBObject/LocalObject has been removed.protected voidBaseContainer. checkExists(EJBLocalRemoteObject ejbObj)Check if the given EJBObject/LocalObject has been removed.protected voidStatefulSessionContainer. checkExists(EJBLocalRemoteObject ejbObj)Check if the given EJBObject/LocalObject has been removed.protected voidStatelessSessionContainer. checkExists(EJBLocalRemoteObject ejbObj)Check if the given EJBObject/LocalObject has been removed.protected voidAbstractSingletonContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local)Doesn't apply to Singletonsprotected abstract voidBaseContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local)protected voidStatefulSessionContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local)protected voidStatelessSessionContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local) -
Uses of EJBLocalRemoteObject in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb with parameters of type EJBLocalRemoteObject Modifier and Type Method Description protected voidMessageBeanContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local) -
Uses of EJBLocalRemoteObject in org.glassfish.persistence.ejb.entitybean.container
Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type EJBLocalRemoteObject Modifier and Type Method Description protected voidEntityContainer. authorizeLocalGetPrimaryKey(EJBLocalRemoteObject ejbObj)protected voidEntityContainer. authorizeRemoteGetPrimaryKey(EJBLocalRemoteObject ejbObj)protected voidEntityContainer. checkExists(EJBLocalRemoteObject ejbObj)Check if the given EJBObject/LocalObject has been removed.protected voidEntityContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local)protected voidReadOnlyBeanContainer. removeBean(EJBLocalRemoteObject ejbo, Method removeMethod, boolean local)
-