Package org.jboss.ejb

Examples of org.jboss.ejb.MessageDrivenImpl.merge()


            }
         }

         if (isAnnotatedBean())
         {
            annotation.merge(ejbClass.getAnnotation(MessageDriven.class));
         }

         addClassAnnotation(container, MessageDriven.class, annotation);

         addDefaultActivationConfig(container, mdb);
View Full Code Here


/*      */         }
/*      */       }
/*      */
/*  743 */       if (isAnnotatedBean())
/*      */       {
/*  745 */         annotation.merge((MessageDriven)this.ejbClass.getAnnotation(MessageDriven.class));
/*      */       }
/*      */
/*  748 */       addClassAnnotation(container, MessageDriven.class, annotation);
/*      */
/*  750 */       addDefaultActivationConfig(container, mdb);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.