|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleUnresolved | |
---|---|
javax.management.relation | Provides the definition of the Relation Service. |
Uses of RoleUnresolved in javax.management.relation |
---|
Methods in javax.management.relation that return types with arguments of type RoleUnresolved | |
---|---|
List<RoleUnresolved> |
RoleUnresolvedList.asList()
Return a view of this list as a List<RoleUnresolved>. |
Methods in javax.management.relation with parameters of type RoleUnresolved | |
---|---|
void |
RoleUnresolvedList.add(int index,
RoleUnresolved theRoleUnres)
Inserts the unresolved role specified as an element at the position specified. |
void |
RoleUnresolvedList.add(RoleUnresolved theRoleUnres)
Adds the RoleUnresolved specified as the last element of the list. |
void |
RoleUnresolvedList.set(int index,
RoleUnresolved theRoleUnres)
Sets the element at the position specified to be the unresolved role specified. |
Constructor parameters in javax.management.relation with type arguments of type RoleUnresolved | |
---|---|
RoleUnresolvedList(List<RoleUnresolved> theList)
Constructs a RoleUnresolvedList containing the elements of the List specified, in the order in which they are returned by the List's iterator. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |