Uses of Interface
org.glassfish.api.invocation.ResourceHandler
-
-
Uses of ResourceHandler in com.sun.ejb
Subinterfaces of ResourceHandler in com.sun.ejb Modifier and Type Interface Description interfaceComponentContextThe ComponentContext contains context information about an EJB instance.Methods in com.sun.ejb that return ResourceHandler Modifier and Type Method Description ResourceHandlerEjbInvocation. getResourceHandler() -
Uses of ResourceHandler in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ResourceHandler Modifier and Type Class Description classAbstractSessionContextImplImplementation of EJBContext for SessionBeansclassEJBContextImplImplementation of jakarta.ejb.EJBContext for the J2EE Reference Implementation.classSessionContextImplImplementation of EJBContext for SessionBeansclassSimpleEjbResourceHandlerImplclassSingletonContextImplImplementation of EJBContext for Singleton SessionBeansMethods in com.sun.ejb.containers that return ResourceHandler Modifier and Type Method Description static ResourceHandlerSimpleEjbResourceHandlerImpl. createResourceHandler(jakarta.transaction.TransactionManager tm)static ResourceHandlerSimpleEjbResourceHandlerImpl. getResourceHandler(jakarta.transaction.TransactionManager tm) -
Uses of ResourceHandler in com.sun.enterprise.transaction
Methods in com.sun.enterprise.transaction with parameters of type ResourceHandler Modifier and Type Method Description voidJavaEETransactionManagerSimplified. componentDestroyed(ResourceHandler rh) -
Uses of ResourceHandler in com.sun.enterprise.transaction.api
Methods in com.sun.enterprise.transaction.api with parameters of type ResourceHandler Modifier and Type Method Description voidJavaEETransactionManager. componentDestroyed(ResourceHandler rh)This is called by Container to indicate that a component is being destroyed. -
Uses of ResourceHandler in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation that return ResourceHandler Modifier and Type Method Description ResourceHandlerComponentInvocation. getResourceHandler()Methods in org.glassfish.api.invocation with parameters of type ResourceHandler Modifier and Type Method Description voidComponentInvocation. setResourceHandler(ResourceHandler h) -
Uses of ResourceHandler in org.glassfish.ejb.mdb
Classes in org.glassfish.ejb.mdb that implement ResourceHandler Modifier and Type Class Description classMessageBeanContextImplImplementation of EJBContext for message-driven beans -
Uses of ResourceHandler in org.glassfish.persistence.ejb.entitybean.container
Classes in org.glassfish.persistence.ejb.entitybean.container that implement ResourceHandler Modifier and Type Class Description classEntityContextImplImplementation of EJBContext for EntityBeansclassReadOnlyContextImplImplementation of EJBContext for ReadOnlyBeans.
-