Uses of Class
javax.management.relation.RoleUnresolved
Packages that use RoleUnresolved
-
Uses of RoleUnresolved in javax.management.relation
Methods in javax.management.relation that return types with arguments of type RoleUnresolvedMethods in javax.management.relation with parameters of type RoleUnresolved修饰符和类方法描述voidRoleUnresolvedList.add(int index, RoleUnresolved role) Inserts the unresolved role specified as an element at the position specified.voidRoleUnresolvedList.add(RoleUnresolved role) Adds the RoleUnresolved specified as the last element of the list.voidRoleUnresolvedList.set(int index, RoleUnresolved role) Sets the element at the position specified to be the unresolved role specified.Constructor parameters in javax.management.relation with type arguments of type RoleUnresolvedModifierConstructor描述RoleUnresolvedList(List<RoleUnresolved> list) Constructs aRoleUnresolvedListcontaining the elements of theListspecified, in the order in which they are returned by theList's iterator.