Uses of Class
com.sun.ejb.containers.EJBLocalRemoteObject
-
Packages that use EJBLocalRemoteObject Package Description com.sun.ejb com.sun.ejb.containers -
-
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)protected 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)
-