|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.management.relation
|
Constructor Summary | |
---|---|
Role(String roleName,
List<ObjectName> roleValue)
Make a new Role object. |
Method Summary | |
---|---|
Object |
clone()
Clone the role object. |
String |
getRoleName()
Retrieves role name. |
List<ObjectName> |
getRoleValue()
Retrieves role value. |
static String |
roleValueToString(List<ObjectName> roleValue)
Returns a string for the given role value. |
void |
setRoleName(String roleName)
Sets role name. |
void |
setRoleValue(List<ObjectName> roleValue)
Sets role value. |
String |
toString()
Returns a string describing the role. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Role(String roleName, List<ObjectName> roleValue) throws IllegalArgumentException
Make a new Role object. No check is made that the ObjectNames in the role value exist in an MBean server. That check will be made when the role is set in a relation.
roleName
- role nameroleValue
- role value (List of ObjectName objects)
IllegalArgumentException
- if null parameterMethod Detail |
---|
public String getRoleName()
setRoleName(java.lang.String)
public List<ObjectName> getRoleValue()
setRoleValue(java.util.List)
public void setRoleName(String roleName) throws IllegalArgumentException
roleName
- role name
IllegalArgumentException
- if null parametergetRoleName()
public void setRoleValue(List<ObjectName> roleValue) throws IllegalArgumentException
roleValue
- List of ObjectName objects for referenced
MBeans.
IllegalArgumentException
- if null parametergetRoleValue()
public String toString()
public Object clone()
Cloneable
public static String roleValueToString(List<ObjectName> roleValue) throws IllegalArgumentException
roleValue
- List of ObjectName objects
IllegalArgumentException
- if null parameter