Uses of Class
org.glassfish.ejb.mdb.MessageBeanContainer.MessageDeliveryType
-
Packages that use MessageBeanContainer.MessageDeliveryType Package Description org.glassfish.ejb.mdb -
-
Uses of MessageBeanContainer.MessageDeliveryType in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb that return MessageBeanContainer.MessageDeliveryType Modifier and Type Method Description static MessageBeanContainer.MessageDeliveryTypeMessageBeanContainer.MessageDeliveryType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageBeanContainer.MessageDeliveryType[]MessageBeanContainer.MessageDeliveryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.ejb.mdb with parameters of type MessageBeanContainer.MessageDeliveryType Modifier and Type Method Description voidMessageBeanContainer. beforeMessageDelivery(Method method, MessageBeanContainer.MessageDeliveryType deliveryType, boolean txImported, com.sun.appserv.connectors.internal.api.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.
-