Uses of Class
org.jboss.annotation.ejb.DeliveryMode

Packages that use DeliveryMode
org.jboss.annotation.ejb   
org.jboss.ejb3.mdb   
 

Uses of DeliveryMode in org.jboss.annotation.ejb
 

Methods in org.jboss.annotation.ejb that return DeliveryMode
 DeliveryMode MessagePropertiesImpl.delivery()
           
static DeliveryMode DeliveryMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeliveryMode[] DeliveryMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jboss.annotation.ejb with parameters of type DeliveryMode
MessagePropertiesImpl(DeliveryMode deliveryMode, int ttl, int priority)
           
 

Uses of DeliveryMode in org.jboss.ejb3.mdb
 

Constructors in org.jboss.ejb3.mdb with parameters of type DeliveryMode
ProducerManagerImpl(Producer producer, javax.jms.Destination destination, javax.jms.ConnectionFactory factory, DeliveryMode deliveryMode, int timeToLive, int priority, HashMap<Long,MessageProperties> methodMap, Hashtable initialContextProperties)
           
ProducerManagerImpl(Producer producer, javax.jms.Destination destination, String factory, DeliveryMode deliveryMode, int timeToLive, int priority, HashMap<Long,MessageProperties> methodMap, Hashtable initialContextProperties)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.