Uses of Class
org.uberfire.commons.cluster.ConnectionMode
-
Packages that use ConnectionMode Package Description org.uberfire.commons.cluster -
-
Uses of ConnectionMode in org.uberfire.commons.cluster
Methods in org.uberfire.commons.cluster that return ConnectionMode Modifier and Type Method Description ConnectionModeClusterParameters. getConnectionMode()static ConnectionModeConnectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionMode[]ConnectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-