org.jboss.annotation.ejb
Class MessagePropertiesImpl
java.lang.Object
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
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 |
MessagePropertiesImpl
public MessagePropertiesImpl(DeliveryMode deliveryMode,
int ttl,
int priority)
MessagePropertiesImpl
public MessagePropertiesImpl(MessageProperties props)
MessagePropertiesImpl
public MessagePropertiesImpl()
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.