Uses of Class
org.jboss.as.ejb3.clustering.ClusteringSchema
-
Packages that use ClusteringSchema Package Description org.jboss.as.ejb3.clustering -
-
Uses of ClusteringSchema in org.jboss.as.ejb3.clustering
Methods in org.jboss.as.ejb3.clustering that return ClusteringSchema Modifier and Type Method Description static ClusteringSchemaClusteringSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteringSchema[]ClusteringSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.ejb3.clustering that return types with arguments of type ClusteringSchema Modifier and Type Method Description org.jboss.as.controller.xml.VersionedNamespace<org.jboss.staxmapper.IntVersion,ClusteringSchema>ClusteringSchema. getNamespace()Constructors in org.jboss.as.ejb3.clustering with parameters of type ClusteringSchema Constructor Description EJBBoundClusteringMetaDataParser(ClusteringSchema schema)
-