Uses of Class
org.opennms.plugins.cloud.config.ConfigurationManager.ConfigStatus
-
Packages that use ConfigurationManager.ConfigStatus Package Description org.opennms.plugins.cloud.config -
-
Uses of ConfigurationManager.ConfigStatus in org.opennms.plugins.cloud.config
Methods in org.opennms.plugins.cloud.config that return ConfigurationManager.ConfigStatus Modifier and Type Method Description ConfigurationManager.ConfigStatusConfigurationManager. configure()See also: ... These are the steps // 9.) getServices // 10.) getAccessToken (cert, system-uuid, service) return token synchronized: its ok to call the method multiple times but we don't want it to be called at the same time (just in case).ConfigurationManager.ConfigStatusConfigurationManager. getStatus()static ConfigurationManager.ConfigStatusConfigurationManager.ConfigStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigurationManager.ConfigStatus[]ConfigurationManager.ConfigStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-