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