org.jboss.ejb3.annotation.impl
Class MessageDrivenImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.MessageDrivenImpl
All Implemented Interfaces:
Annotation, javax.ejb.MessageDriven

public class MessageDrivenImpl
extends Object
implements javax.ejb.MessageDriven

// *

Version:
$Revision: 68408 $
Author:
William DeCoste

Constructor Summary
MessageDrivenImpl(String name, javax.ejb.ActivationConfigProperty[] activationConfigProperties)
           
 
Method Summary
 javax.ejb.ActivationConfigProperty[] activationConfig()
           
 Class<? extends Annotation> annotationType()
           
 String description()
           
 String mappedName()
           
 void merge(javax.ejb.MessageDriven annotation)
           
 Class messageListenerInterface()
           
 String name()
           
 void setDescription(String desc)
           
 void setMappedName(String mn)
           
 void setMessageListenerInterface(Class clazz)
           
 String toString()
           
 
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
 

Constructor Detail

MessageDrivenImpl

public MessageDrivenImpl(String name,
                         javax.ejb.ActivationConfigProperty[] activationConfigProperties)
Method Detail

name

public String name()

activationConfig

public javax.ejb.ActivationConfigProperty[] activationConfig()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

mappedName

public String mappedName()

setMappedName

public void setMappedName(String mn)

description

public String description()

setDescription

public void setDescription(String desc)

messageListenerInterface

public Class messageListenerInterface()

setMessageListenerInterface

public void setMessageListenerInterface(Class clazz)

merge

public void merge(javax.ejb.MessageDriven annotation)

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.