org.jboss.seam.jms.annotations
Class JmsDestination.JmsDestinationLiteral

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

public static class JmsDestination.JmsDestinationLiteral
extends AnnotationLiteral<JmsDestination>
implements JmsDestination

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.seam.jms.annotations.JmsDestination
JmsDestination.JmsDestinationLiteral
 
Constructor Summary
JmsDestination.JmsDestinationLiteral(String jndiName)
           
 
Method Summary
 String jndiName()
           
 
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

JmsDestination.JmsDestinationLiteral

public JmsDestination.JmsDestinationLiteral(String jndiName)
Method Detail

jndiName

public String jndiName()


Copyright © 2011 Seam Framework. All Rights Reserved.