org.jboss.ejb3.annotation.impl
Class MessagePropertiesImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.MessagePropertiesImpl
- All Implemented Interfaces:
- Serializable, Annotation, org.jboss.ejb3.annotation.MessageProperties
public class MessagePropertiesImpl
- extends Object
- implements org.jboss.ejb3.annotation.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 |
MessagePropertiesImpl
public MessagePropertiesImpl(org.jboss.ejb3.annotation.DeliveryMode deliveryMode,
int ttl,
int priority)
MessagePropertiesImpl
public MessagePropertiesImpl(org.jboss.ejb3.annotation.MessageProperties props)
MessagePropertiesImpl
public MessagePropertiesImpl()
setDelivery
public void setDelivery(org.jboss.ejb3.annotation.DeliveryMode mode)
setPriority
public void setPriority(int priority)
delivery
public org.jboss.ejb3.annotation.DeliveryMode delivery()
timeToLive
public int timeToLive()
priority
public int priority()
getInterface
public Class getInterface()
setInterface
public void setInterface(Class interfac)
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.