Uses of Class
org.opennms.features.distributed.coordination.api.Role
-
-
Uses of Role in org.opennms.features.distributed.coordination.api
Methods in org.opennms.features.distributed.coordination.api that return Role Modifier and Type Method Description static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.features.distributed.coordination.api with parameters of type Role Modifier and Type Method Description voidRoleChangeHandler. handleRoleChange(Role role, String domain)Handle role changing.
-