Package org.apache.webbeans.plugins

Examples of org.apache.webbeans.plugins.OpenWebBeansEjbPlugin.defineSessionBean()


        if(ejbPlugin == null)
        {
            throw new IllegalStateException("There is no provided EJB plugin. Unable to define session bean for class : " + clazz.getName());
        }
       
        return ejbPlugin.defineSessionBean(clazz);
    }
   
}
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.