Uses of Interface
org.apache.openejb.jee.EnterpriseBean

Packages that use EnterpriseBean
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
 interface RemoteBean
           
 

Classes in org.apache.openejb.jee that implement EnterpriseBean
 class EntityBean
          ejb-jar_3_1.xsd Java class for entity-beanType complex type.
 class ManagedBean
          TODO where is this from?
 class MessageDrivenBean
          ejb-jar_3_1.xsd Java class for message-driven-beanType complex type.
 class SessionBean
          ejb-jar_3_1.xsd Java class for session-beanType complex type.
 class SingletonBean
          Not in schema
 class StatefulBean
          Not in schema
 class StatelessBean
          Not in schema
 

Fields in org.apache.openejb.jee with type parameters of type EnterpriseBean
protected  Map<String,EnterpriseBean> EjbJar.enterpriseBeans
           
 

Methods in org.apache.openejb.jee with type parameters of type EnterpriseBean
<T extends EnterpriseBean>
T
EjbJar.addEnterpriseBean(T bean)
           
<T extends EnterpriseBean>
EjbJar
EjbJar.enterpriseBean(T bean)
           
 

Methods in org.apache.openejb.jee that return EnterpriseBean
 EnterpriseBean EjbJar.getEnterpriseBean(String ejbName)
           
 EnterpriseBean[] EjbJar.getEnterpriseBeans()
           
 EnterpriseBean SessionBean.localBean()
           
 EnterpriseBean EjbJar.removeEnterpriseBean(EnterpriseBean bean)
           
 EnterpriseBean EjbJar.removeEnterpriseBean(String name)
           
 

Methods in org.apache.openejb.jee that return types with arguments of type EnterpriseBean
 Map<String,EnterpriseBean> EjbJar.getEnterpriseBeansByEjbName()
           
 

Methods in org.apache.openejb.jee with parameters of type EnterpriseBean
 EnterpriseBean EjbJar.removeEnterpriseBean(EnterpriseBean bean)
           
 void EjbJar.setEnterpriseBeans(EnterpriseBean[] v)
           
 

Constructors in org.apache.openejb.jee with parameters of type EnterpriseBean
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
 EjbDeployment OpenejbJar.addEjbDeployment(EnterpriseBean bean)
           
 

Constructors in org.apache.openejb.jee.oejb3 with parameters of type EnterpriseBean
EjbDeployment(EnterpriseBean bean)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.