Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.ResourceEnvRefBinding
-
Packages that use ResourceEnvRefBinding Package Description org.apache.openejb.jee.was.v6.commonbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.ejbbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceEnvRefBinding in org.apache.openejb.jee.was.v6.commonbnd
Methods in org.apache.openejb.jee.was.v6.commonbnd that return ResourceEnvRefBinding Modifier and Type Method Description ResourceEnvRefBindingObjectFactory. createResourceEnvRefBinding()Create an instance ofResourceEnvRefBindingMethods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type ResourceEnvRefBinding Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ResourceEnvRefBinding>ObjectFactory. createResourceEnvRefBinding(ResourceEnvRefBinding value)Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type ResourceEnvRefBinding Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ResourceEnvRefBinding>ObjectFactory. createResourceEnvRefBinding(ResourceEnvRefBinding value) -
Uses of ResourceEnvRefBinding in org.apache.openejb.jee.was.v6.ejbbnd
Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type ResourceEnvRefBinding Modifier and Type Field Description protected List<ResourceEnvRefBinding>EnterpriseBeanBinding. resourceEnvRefBindingsMethods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type ResourceEnvRefBinding Modifier and Type Method Description List<ResourceEnvRefBinding>EnterpriseBeanBinding. getResourceEnvRefBindings()Gets the value of the resourceEnvRefBindings property.
-