Package org.jboss.ejb

Examples of org.jboss.ejb.StatelessImpl


      EJBContainer container = super.getStatelessContainer(ejbIndex);

      container.setAssemblyDescriptor(dd.getAssemblyDescriptor());

      StatelessImpl annotation = new StatelessImpl(ejbName);
      if (enterpriseBean != null && !isAnnotatedBean())
      {
         addClassAnnotation(container, Stateless.class, annotation);
      }
View Full Code Here


/*      */
/*  493 */     EJBContainer container = super.getStatelessContainer(ejbIndex);
/*      */
/*  495 */     container.setAssemblyDescriptor(this.dd.getAssemblyDescriptor());
/*      */
/*  497 */     StatelessImpl annotation = new StatelessImpl(ejbName);
/*  498 */     if ((enterpriseBean != null) && (!isAnnotatedBean()))
/*      */     {
/*  500 */       addClassAnnotation(container, Stateless.class, annotation);
/*      */     }
/*      */
View Full Code Here

TOP

Related Classes of org.jboss.ejb.StatelessImpl

Copyright © 2018 www.massapicom. 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.