Uses of Class
com.sun.ejb.containers.MessageBeanContainer.MessageDeliveryType

Packages that use MessageBeanContainer.MessageDeliveryType
com.sun.ejb.containers   
 

Uses of MessageBeanContainer.MessageDeliveryType in com.sun.ejb.containers
 

Methods in com.sun.ejb.containers that return MessageBeanContainer.MessageDeliveryType
static MessageBeanContainer.MessageDeliveryType MessageBeanContainer.MessageDeliveryType.valueOf(java.lang.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 com.sun.ejb.containers with parameters of type MessageBeanContainer.MessageDeliveryType
 void MessageBeanContainer.beforeMessageDelivery(java.lang.reflect.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.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.