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

Packages that use AcknowledgementMode
org.jboss.annotation.ejb   
 

Uses of AcknowledgementMode in org.jboss.annotation.ejb
 

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