Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.ResourceRefBinding
-
Packages that use ResourceRefBinding 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 ResourceRefBinding in org.apache.openejb.jee.was.v6.commonbnd
Methods in org.apache.openejb.jee.was.v6.commonbnd that return ResourceRefBinding Modifier and Type Method Description ResourceRefBindingObjectFactory. createResourceRefBinding()Create an instance ofResourceRefBindingMethods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type ResourceRefBinding Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ResourceRefBinding>ObjectFactory. createResourceRefBinding(ResourceRefBinding value)Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type ResourceRefBinding Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ResourceRefBinding>ObjectFactory. createResourceRefBinding(ResourceRefBinding value) -
Uses of ResourceRefBinding in org.apache.openejb.jee.was.v6.ejbbnd
Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type ResourceRefBinding Modifier and Type Field Description protected List<ResourceRefBinding>EnterpriseBeanBinding. datasourcesprotected List<ResourceRefBinding>EJBJarBinding. defaultDatasourcesprotected List<ResourceRefBinding>EnterpriseBeanBinding. resRefBindingsMethods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type ResourceRefBinding Modifier and Type Method Description List<ResourceRefBinding>EnterpriseBeanBinding. getDatasources()Gets the value of the datasources property.List<ResourceRefBinding>EJBJarBinding. getDefaultDatasources()Gets the value of the defaultDatasources property.List<ResourceRefBinding>EnterpriseBeanBinding. getResRefBindings()Gets the value of the resRefBindings property.
-