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