Uses of Class
org.apache.openejb.jee.was.v6.ejb.EnterpriseBean
-
Packages that use EnterpriseBean Package Description 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 Modifier and Type Class Description classContainerManagedEntityJava class for ContainerManagedEntity complex type.classEntityThe entity element declares an entity bean.classMessageDrivenThe message-driven element declares a message-driven bean.classSessionThe session-beanType declares an session bean.Fields in org.apache.openejb.jee.was.v6.ejb with type parameters of type EnterpriseBean Modifier and Type Field Description protected List<EnterpriseBean>EJBJar. enterpriseBeansprotected List<EnterpriseBean>MethodElement. enterpriseBeansMethods in org.apache.openejb.jee.was.v6.ejb that return EnterpriseBean Modifier and Type Method Description EnterpriseBeanObjectFactory. createEnterpriseBean()Create an instance ofEnterpriseBeanMethods in org.apache.openejb.jee.was.v6.ejb that return types with arguments of type EnterpriseBean Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EnterpriseBean>ObjectFactory. createEnterpriseBean(EnterpriseBean value)List<EnterpriseBean>EJBJar. getEnterpriseBeans()Gets the value of the enterpriseBeans property.List<EnterpriseBean>MethodElement. getEnterpriseBeans()Gets the value of the enterpriseBeans property.Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type EnterpriseBean Modifier and Type Method Description jakarta.xml.bind.JAXBElement<EnterpriseBean>ObjectFactory. createEnterpriseBean(EnterpriseBean value) -
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 Modifier and Type Field Description protected List<EnterpriseBean>EnterpriseBeanBinding. enterpriseBeansMethods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type EnterpriseBean Modifier and Type Method Description List<EnterpriseBean>EnterpriseBeanBinding. getEnterpriseBeans()Gets the value of the enterpriseBeans property.
-