Uses of Class
org.apache.openejb.jee.oejb2.AbstractClusteringType
-
Packages that use AbstractClusteringType Package Description org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AbstractClusteringType in org.apache.openejb.jee.oejb2
Subclasses of AbstractClusteringType in org.apache.openejb.jee.oejb2 Modifier and Type Class Description classOpenejbClusteringWadiTypeJava class for openejb-clustering-wadiType complex type.Fields in org.apache.openejb.jee.oejb2 with type parameters of type AbstractClusteringType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractClusteringType>GeronimoEjbJarType. clusteringMethods in org.apache.openejb.jee.oejb2 that return types with arguments of type AbstractClusteringType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractClusteringType>ObjectFactory. createClustering(AbstractClusteringType value)jakarta.xml.bind.JAXBElement<? extends AbstractClusteringType>GeronimoEjbJarType. getClustering()Reference to abstract clustering element defined in imported "geronimo-application-2.0.xsd"Methods in org.apache.openejb.jee.oejb2 with parameters of type AbstractClusteringType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractClusteringType>ObjectFactory. createClustering(AbstractClusteringType value)Method parameters in org.apache.openejb.jee.oejb2 with type arguments of type AbstractClusteringType Modifier and Type Method Description voidGeronimoEjbJarType. setClustering(jakarta.xml.bind.JAXBElement<? extends AbstractClusteringType> value)Sets the value of the clustering property.
-