org.jboss.seam.jms.annotations
Class JmsSessionSelector.JmsSessionSelectorLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<JmsSessionSelector>
      extended by org.jboss.seam.jms.annotations.JmsSessionSelector.JmsSessionSelectorLiteral
All Implemented Interfaces:
Serializable, Annotation, JmsSessionSelector
Enclosing class:
JmsSessionSelector

public static class JmsSessionSelector.JmsSessionSelectorLiteral
extends AnnotationLiteral<JmsSessionSelector>
implements JmsSessionSelector

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.jms.annotations.JmsSessionSelector
JmsSessionSelector.JmsSessionSelectorLiteral
 
Constructor Summary
JmsSessionSelector.JmsSessionSelectorLiteral(boolean transacted, int acknowledgementMode)
           
 
Method Summary
 int acknowledgementMode()
           
 boolean transacted()
           
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

JmsSessionSelector.JmsSessionSelectorLiteral

public JmsSessionSelector.JmsSessionSelectorLiteral(boolean transacted,
                                                    int acknowledgementMode)
Method Detail

transacted

public boolean transacted()

acknowledgementMode

public int acknowledgementMode()


Copyright © 2011 Seam Framework. All Rights Reserved.