Uses of Class
org.apache.openejb.jee.oejb2.ResourceLocatorType
-
Packages that use ResourceLocatorType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResourceLocatorType in org.apache.openejb.jee.oejb2
Fields in org.apache.openejb.jee.oejb2 declared as ResourceLocatorType Modifier and Type Field Description protected ResourceLocatorTypeOpenejbJarType. cmpConnectionFactoryprotected ResourceLocatorTypeMessageDrivenBeanType. resourceAdapterMethods in org.apache.openejb.jee.oejb2 that return ResourceLocatorType Modifier and Type Method Description ResourceLocatorTypeObjectFactory. createResourceLocatorType()Create an instance ofResourceLocatorTypeResourceLocatorTypeOpenejbJarType. getCmpConnectionFactory()Gets the value of the cmpConnectionFactory property.ResourceLocatorTypeMessageDrivenBeanType. getResourceAdapter()Gets the value of the resourceAdapter property.Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type ResourceLocatorType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ResourceLocatorType>ObjectFactory. createCmpConnectionFactory(ResourceLocatorType value)jakarta.xml.bind.JAXBElement<ResourceLocatorType>ObjectFactory. createResourceAdapter(ResourceLocatorType value)Methods in org.apache.openejb.jee.oejb2 with parameters of type ResourceLocatorType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ResourceLocatorType>ObjectFactory. createCmpConnectionFactory(ResourceLocatorType value)jakarta.xml.bind.JAXBElement<ResourceLocatorType>ObjectFactory. createResourceAdapter(ResourceLocatorType value)voidOpenejbJarType. setCmpConnectionFactory(ResourceLocatorType value)Sets the value of the cmpConnectionFactory property.voidMessageDrivenBeanType. setResourceAdapter(ResourceLocatorType value)Sets the value of the resourceAdapter property.
-