org.jboss.ejb3.annotation.impl
Class MessageDrivenImpl
java.lang.Object
org.jboss.ejb3.annotation.impl.MessageDrivenImpl
- All Implemented Interfaces:
- java.lang.annotation.Annotation, javax.ejb.MessageDriven
public class MessageDrivenImpl
- extends java.lang.Object
- implements javax.ejb.MessageDriven
// *
|
Constructor Summary |
MessageDrivenImpl(java.lang.String name,
javax.ejb.ActivationConfigProperty[] activationConfigProperties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
MessageDrivenImpl
public MessageDrivenImpl(java.lang.String name,
javax.ejb.ActivationConfigProperty[] activationConfigProperties)
name
public java.lang.String name()
activationConfig
public javax.ejb.ActivationConfigProperty[] activationConfig()
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation
mappedName
public java.lang.String mappedName()
setMappedName
public void setMappedName(java.lang.String mn)
description
public java.lang.String description()
setDescription
public void setDescription(java.lang.String desc)
messageListenerInterface
public java.lang.Class messageListenerInterface()
setMessageListenerInterface
public void setMessageListenerInterface(java.lang.Class clazz)
merge
public void merge(javax.ejb.MessageDriven annotation)
toString
public java.lang.String toString()
- Specified by:
toString in interface java.lang.annotation.Annotation- Overrides:
toString in class java.lang.Object