Uses of Class
org.apache.openejb.jee.jba.Depends

Packages that use Depends
org.apache.openejb.jee.jba   
 

Uses of Depends in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba with type parameters of type Depends
protected  List<Depends> ContainerConfiguration.depends
           
protected  List<Depends> MessageDriven.depends
           
protected  List<Depends> Session.depends
           
protected  List<Depends> Entity.depends
           
 

Methods in org.apache.openejb.jee.jba that return Depends
 Depends ObjectFactory.createDepends()
          Create an instance of Depends
 

Methods in org.apache.openejb.jee.jba that return types with arguments of type Depends
 List<Depends> ContainerConfiguration.getDepends()
          Gets the value of the depends property.
 List<Depends> MessageDriven.getDepends()
          Gets the value of the depends property.
 List<Depends> Session.getDepends()
          Gets the value of the depends property.
 List<Depends> Entity.getDepends()
          Gets the value of the depends property.
 



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