org.jboss.annotation.ejb
Class MessagePropertiesImpl

java.lang.Object
  extended by org.jboss.annotation.ejb.MessagePropertiesImpl
All Implemented Interfaces:
Serializable, java.lang.annotation.Annotation, MessageProperties

public class MessagePropertiesImpl
extends Object
implements MessageProperties, Serializable

comment

Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
MessagePropertiesImpl()
           
MessagePropertiesImpl(DeliveryMode deliveryMode, int ttl, int priority)
           
MessagePropertiesImpl(MessageProperties props)
           
 
Method Summary
 Class<? extends java.lang.annotation.Annotation> annotationType()
           
 DeliveryMode delivery()
           
 int priority()
           
 int timeToLive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

MessagePropertiesImpl

public MessagePropertiesImpl(DeliveryMode deliveryMode,
                             int ttl,
                             int priority)

MessagePropertiesImpl

public MessagePropertiesImpl(MessageProperties props)

MessagePropertiesImpl

public MessagePropertiesImpl()
Method Detail

delivery

public DeliveryMode delivery()

timeToLive

public int timeToLive()

priority

public int priority()

annotationType

public Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation


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