Uses of Interface
org.apache.openejb.jee.EnterpriseBean
-
Packages that use EnterpriseBean Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.oejb3 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EnterpriseBean in org.apache.openejb.jee
Subinterfaces of EnterpriseBean in org.apache.openejb.jee Modifier and Type Interface Description interfaceRemoteBeanClasses in org.apache.openejb.jee that implement EnterpriseBean Modifier and Type Class Description classEntityBeanejb-jar_3_1.xsdclassManagedBeanTODO where is this from?classMessageDrivenBeanejb-jar_3_1.xsdclassSessionBeanejb-jar_3_1.xsdclassSingletonBeanNot in schemaclassStatefulBeanNot in schemaclassStatelessBeanNot in schemaFields in org.apache.openejb.jee with type parameters of type EnterpriseBean Modifier and Type Field Description protected Map<String,EnterpriseBean>EjbJar. enterpriseBeansMethods in org.apache.openejb.jee with type parameters of type EnterpriseBean Modifier and Type Method Description <T extends EnterpriseBean>
TEjbJar. addEnterpriseBean(T bean)<T extends EnterpriseBean>
EjbJarEjbJar. enterpriseBean(T bean)Methods in org.apache.openejb.jee that return EnterpriseBean Modifier and Type Method Description EnterpriseBeanEjbJar. getEnterpriseBean(String ejbName)EnterpriseBean[]EjbJar. getEnterpriseBeans()EnterpriseBeanSessionBean. localBean()EnterpriseBeanEjbJar. removeEnterpriseBean(String name)EnterpriseBeanEjbJar. removeEnterpriseBean(EnterpriseBean bean)Methods in org.apache.openejb.jee that return types with arguments of type EnterpriseBean Modifier and Type Method Description Map<String,EnterpriseBean>EjbJar. getEnterpriseBeansByEjbName()Methods in org.apache.openejb.jee with parameters of type EnterpriseBean Modifier and Type Method Description EnterpriseBeanEjbJar. removeEnterpriseBean(EnterpriseBean bean)voidEjbJar. setEnterpriseBeans(EnterpriseBean[] v)Constructors in org.apache.openejb.jee with parameters of type EnterpriseBean Constructor Description InterceptorBinding(EnterpriseBean bean, Interceptor... interceptors) -
Uses of EnterpriseBean in org.apache.openejb.jee.oejb3
Methods in org.apache.openejb.jee.oejb3 with parameters of type EnterpriseBean Modifier and Type Method Description EjbDeploymentOpenejbJar. addEjbDeployment(EnterpriseBean bean)Constructors in org.apache.openejb.jee.oejb3 with parameters of type EnterpriseBean Constructor Description EjbDeployment(EnterpriseBean bean)
-