Uses of Class
org.wildfly.extension.clustering.singleton.deployment.SingletonDeploymentSchema
-
Packages that use SingletonDeploymentSchema Package Description org.wildfly.extension.clustering.singleton.deployment -
-
Uses of SingletonDeploymentSchema in org.wildfly.extension.clustering.singleton.deployment
Fields in org.wildfly.extension.clustering.singleton.deployment declared as SingletonDeploymentSchema Modifier and Type Field Description static SingletonDeploymentSchemaSingletonDeploymentSchema. CURRENTMethods in org.wildfly.extension.clustering.singleton.deployment that return SingletonDeploymentSchema Modifier and Type Method Description static SingletonDeploymentSchemaSingletonDeploymentSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static SingletonDeploymentSchema[]SingletonDeploymentSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.extension.clustering.singleton.deployment with parameters of type SingletonDeploymentSchema Constructor Description SingletonDeploymentXMLReader(SingletonDeploymentSchema schema)
-