Uses of Class
org.apache.openejb.jee.was.v6.ejb.EnterpriseBean

Packages that use EnterpriseBean
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.ejbbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EnterpriseBean in org.apache.openejb.jee.was.v6.ejb
 

Subclasses of EnterpriseBean in org.apache.openejb.jee.was.v6.ejb
 class ContainerManagedEntity
           Java class for ContainerManagedEntity complex type.
 class Entity
          The entity element declares an entity bean.
 class MessageDriven
          The message-driven element declares a message-driven bean.
 class Session
          The session-beanType declares an session bean.
 

Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type EnterpriseBean
protected  java.util.List<EnterpriseBean> MethodElement.enterpriseBeans
           
protected  java.util.List<EnterpriseBean> EJBJar.enterpriseBeans
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return EnterpriseBean
 EnterpriseBean ObjectFactory.createEnterpriseBean()
          Create an instance of EnterpriseBean
 

Methods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type EnterpriseBean
 javax.xml.bind.JAXBElement<EnterpriseBean> ObjectFactory.createEnterpriseBean(EnterpriseBean value)
          Create an instance of JAXBElement<EnterpriseBean >
 java.util.List<EnterpriseBean> MethodElement.getEnterpriseBeans()
          Gets the value of the enterpriseBeans property.
 java.util.List<EnterpriseBean> EJBJar.getEnterpriseBeans()
          Gets the value of the enterpriseBeans property.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type EnterpriseBean
 javax.xml.bind.JAXBElement<EnterpriseBean> ObjectFactory.createEnterpriseBean(EnterpriseBean value)
          Create an instance of JAXBElement<EnterpriseBean >
 

Uses of EnterpriseBean in org.apache.openejb.jee.was.v6.ejbbnd
 

Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type EnterpriseBean
protected  java.util.List<EnterpriseBean> EnterpriseBeanBinding.enterpriseBeans
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type EnterpriseBean
 java.util.List<EnterpriseBean> EnterpriseBeanBinding.getEnterpriseBeans()
          Gets the value of the enterpriseBeans property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.