Uses of Class
org.apache.openejb.jee.oejb3.EjbDeployment

Packages that use EjbDeployment
org.apache.openejb.jee.oejb3 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EjbDeployment in org.apache.openejb.jee.oejb3
 

Fields in org.apache.openejb.jee.oejb3 with type parameters of type EjbDeployment
protected  List<EjbDeployment> OpenejbJar.ejbDeployment
           
 

Methods in org.apache.openejb.jee.oejb3 that return EjbDeployment
 EjbDeployment ObjectFactory.createEjbDeployment()
          Create an instance of EjbDeployment
 

Methods in org.apache.openejb.jee.oejb3 that return types with arguments of type EjbDeployment
 Map<String,EjbDeployment> OpenejbJar.getDeploymentsByEjbName()
           
 Map<String,EjbDeployment> OpenejbJar.getDeploymentsById()
           
 List<EjbDeployment> OpenejbJar.getEjbDeployment()
           
 

Methods in org.apache.openejb.jee.oejb3 with parameters of type EjbDeployment
 void OpenejbJar.addEjbDeployment(EjbDeployment ejbDeployment)
           
 void OpenejbJar.removeEjbDeployment(EjbDeployment ejbDeployment)
           
 



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