Uses of Class
org.opennms.plugins.cloud.srv.RegistrationManager.Service
-
Packages that use RegistrationManager.Service Package Description org.opennms.plugins.cloud.srv -
-
Uses of RegistrationManager.Service in org.opennms.plugins.cloud.srv
Methods in org.opennms.plugins.cloud.srv that return RegistrationManager.Service Modifier and Type Method Description static RegistrationManager.ServiceRegistrationManager.Service. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RegistrationManager.Service[]RegistrationManager.Service. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.plugins.cloud.srv with parameters of type RegistrationManager.Service Modifier and Type Method Description voidRegistrationManager. deregister(RegistrationManager.Service service)voidRegistrationManager. register(RegistrationManager.Service service)
-