org.jboss.ejb
Class MessageDrivenImpl

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

public class MessageDrivenImpl
extends Object
implements javax.ejb.MessageDriven

// *

Version:
$Revision: 1.1.2.3 $
Author:
William DeCoste

Constructor Summary
MessageDrivenImpl(String name, javax.ejb.ActivationConfigProperty[] activationConfigProperties)
           
 
Method Summary
 javax.ejb.ActivationConfigProperty[] activateConfig()
           
 Class annotationType()
           
 String name()
           
 
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

MessageDrivenImpl

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

activateConfig

public javax.ejb.ActivationConfigProperty[] activateConfig()

annotationType

public Class annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

name

public String name()


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