|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.5.0
javax.management.relation
|
Constructor Summary | |
---|---|
Role(String theRoleName,
List theRoleValue)
Make a new Role object. |
Method Summary | |
---|---|
Object |
clone()
Clone the role object. |
String |
getRoleName()
Retrieves role name. |
List |
getRoleValue()
Retrieves role value. |
static String |
roleValueToString(List theRoleValue)
Returns a string for the given role value. |
void |
setRoleName(String theRoleName)
Sets role name. |
void |
setRoleValue(List theRoleValue)
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 theRoleName, List theRoleValue) 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.
theRoleName
- role nametheRoleValue
- role value (List of ObjectName objects)
IllegalArgumentException
- if null parameterMethod Detail |
---|
public String getRoleName()
setRoleName(java.lang.String)
public List getRoleValue()
setRoleValue(java.util.List)
public void setRoleName(String theRoleName) throws IllegalArgumentException
theRoleName
- role name
IllegalArgumentException
- if null parametergetRoleName()
public void setRoleValue(List theRoleValue) throws IllegalArgumentException
theRoleValue
- List of ObjectName objects for referenced
MBeans.
IllegalArgumentException
- if null parametergetRoleValue()
public String toString()
public Object clone()
Cloneable
public static String roleValueToString(List theRoleValue) throws IllegalArgumentException
theRoleValue
- List of ObjectName objects
IllegalArgumentException
- if null parameter