Uses of Class
org.jgroups.conf.XmlConfigurator.ElementType
-
Packages that use XmlConfigurator.ElementType Package Description org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of XmlConfigurator.ElementType in org.jgroups.conf
Methods in org.jgroups.conf that return XmlConfigurator.ElementType Modifier and Type Method Description protected static XmlConfigurator.ElementType
XmlConfigurator. getType(java.lang.String s)
static XmlConfigurator.ElementType
XmlConfigurator.ElementType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XmlConfigurator.ElementType[]
XmlConfigurator.ElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-