Package org.jboss.ejb

Examples of org.jboss.ejb.ResourceImpl


            annotation = new PreDestroyImpl();
            annotationClass = javax.annotation.PreDestroy.class;
            method.setMethodName("ejbRemove");
            addAnnotations(annotationClass, annotation, container, method);
           
            annotation = new ResourceImpl();
            annotationClass = Resource.class;
            method.setMethodName("setSessionContext");
            // TODO: set param?
            addAnnotations(annotationClass, annotation, container, method);
         }
View Full Code Here


/*  973 */       annotation = new PreDestroyImpl();
/*  974 */       annotationClass = PreDestroy.class;
/*  975 */       method.setMethodName("ejbRemove");
/*  976 */       addAnnotations(annotationClass, annotation, container, method);
/*      */
/*  978 */       annotation = new ResourceImpl();
/*  979 */       annotationClass = Resource.class;
/*  980 */       method.setMethodName("setSessionContext");
/*      */
/*  982 */       addAnnotations(annotationClass, annotation, container, method);
/*      */     }
View Full Code Here

TOP

Related Classes of org.jboss.ejb.ResourceImpl

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.