KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > relation > RoleInfo

javax.management.relation
Class RoleInfo

java.lang.Object
  extended by javax.management.relation.RoleInfo
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public boolean checkMaxDegree(int theValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean checkMinDegree(int theValue)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getDescription()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMaxDegree()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getMinDegree()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getRefMBeanClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isReadable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isWritable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RoleInfo(String theName,
                String theRefMBeanClassName)
         throws IllegalArgumentException,
                ClassNotFoundException,
                NotCompliantMBeanException
See Also:
isInstanceOf(M, theRefMBeanClassName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RoleInfo(String theName,
                String theRefMBeanClassName,
                boolean theIsReadable,
                boolean theIsWritable)
         throws IllegalArgumentException,
                ClassNotFoundException,
                NotCompliantMBeanException
See Also:
isInstanceOf(M, theRefMBeanClassName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RoleInfo(String theName,
                String theRefMBeanClassName,
                boolean theIsReadable,
                boolean theIsWritable,
                int theMinDegree,
                int theMaxDegree,
                String theDescription)
         throws IllegalArgumentException,
                InvalidRoleInfoException,
                ClassNotFoundException,
                NotCompliantMBeanException
See Also:
isInstanceOf(M, theRefMBeanClassName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RoleInfo(RoleInfo theRoleInfo)
         throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static int ROLE_CARDINALITY_INFINITY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags