Uses of Class
org.wildfly.extension.clustering.ejb.DistributableEjbSchema
-
-
Uses of DistributableEjbSchema in org.wildfly.extension.clustering.ejb
Methods in org.wildfly.extension.clustering.ejb that return DistributableEjbSchema Modifier and Type Method Description static DistributableEjbSchemaDistributableEjbSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributableEjbSchema[]DistributableEjbSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.wildfly.extension.clustering.ejb with type arguments of type DistributableEjbSchema Constructor Description DistributableEjbXMLParser(org.jboss.as.clustering.controller.Schema<DistributableEjbSchema> schema)
-