Uses of Class
org.apache.openejb.jee.jba.Depends
-
Packages that use Depends Package Description 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 Modifier and Type Field Description protected List<Depends>ContainerConfiguration. dependsprotected List<Depends>Entity. dependsprotected List<Depends>MessageDriven. dependsprotected List<Depends>Session. dependsMethods in org.apache.openejb.jee.jba that return Depends Modifier and Type Method Description DependsObjectFactory. createDepends()Create an instance ofDependsMethods in org.apache.openejb.jee.jba that return types with arguments of type Depends Modifier and Type Method Description List<Depends>ContainerConfiguration. getDepends()Gets the value of the depends property.List<Depends>Entity. 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.
-