Uses of Interface
com.sun.appserv.connectors.internal.api.ResourceHandle
-
Packages that use ResourceHandle Package Description com.sun.appserv.connectors.internal.api com.sun.ejb.containers com.sun.enterprise.resource com.sun.enterprise.resource.pool org.glassfish.ejb.api org.glassfish.ejb.mdb -
-
Uses of ResourceHandle in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api with parameters of type ResourceHandle Modifier and Type Method Description voidTransactedPoolManager. registerResource(ResourceHandle handle)registers the provided resource with the component & enlists the resource in the transactionvoidTransactedPoolManager. resourceEnlisted(jakarta.transaction.Transaction tran, ResourceHandle res)Indicate that a resource is enlisted.voidTransactedPoolManager. unregisterResource(ResourceHandle resource, int xaresFlag)unregisters the resource from the component and delists the resource from the transaction -
Uses of ResourceHandle in com.sun.ejb.containers
Methods in com.sun.ejb.containers with parameters of type ResourceHandle Modifier and Type Method Description voidEJBContextImpl. registerResource(ResourceHandle h)Register a resource opened by the EJB instance associated with this Context.voidEJBContextImpl. unregisterResource(ResourceHandle h)Unregister a resource from this Context. -
Uses of ResourceHandle in com.sun.enterprise.resource
Classes in com.sun.enterprise.resource that implement ResourceHandle Modifier and Type Class Description classAssocWithThreadResourceHandleResourceHandle with state related to assoc-with-thread poolclassResourceHandleResourceHandle encapsulates a resource connection. -
Uses of ResourceHandle in com.sun.enterprise.resource.pool
Methods in com.sun.enterprise.resource.pool with parameters of type ResourceHandle Modifier and Type Method Description voidPoolManagerImpl. registerResource(ResourceHandle handle)voidPoolManagerImpl. resourceEnlisted(jakarta.transaction.Transaction tran, ResourceHandle h)voidPoolManagerImpl. unregisterResource(ResourceHandle resource, int xaresFlag) -
Uses of ResourceHandle in org.glassfish.ejb.api
Methods in org.glassfish.ejb.api that return ResourceHandle Modifier and Type Method Description ResourceHandleMessageBeanListener. getResourceHandle()Methods in org.glassfish.ejb.api with parameters of type ResourceHandle Modifier and Type Method Description MessageBeanListenerMessageBeanProtocolManager. createMessageBeanListener(ResourceHandle resourceHandle)Create a MessageBeanListener.voidMessageBeanListener. setResourceHandle(ResourceHandle handle) -
Uses of ResourceHandle in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb that return ResourceHandle Modifier and Type Method Description ResourceHandleMessageBeanListenerImpl. getResourceHandle()Methods in org.glassfish.ejb.mdb with parameters of type ResourceHandle Modifier and Type Method Description voidMessageBeanContainer. afterMessageDelivery(ResourceHandle resourceHandle)voidMessageBeanContainer. beforeMessageDelivery(Method method, MessageBeanContainer.MessageDeliveryType deliveryType, boolean txImported, ResourceHandle resourceHandle)Actual message delivery happens in three steps : 1) beforeMessageDelivery(Message, MessageListener) This is our chance to make the message delivery itself part of the instance's global transaction.MessageBeanListenerMessageBeanContainer. createMessageBeanListener(ResourceHandle resource)Create a MessageBeanListener.voidMessageBeanListenerImpl. setResourceHandle(ResourceHandle handle)
-