RoleInfo.RoleInfo() | Java

 

Descripción

Sintaxis

public RoleInfo(String roleName, String mbeanClassName) throws IllegalArgumentException, ClassNotFoundException, NotCompliantMBeanException
public RoleInfo(String roleName, String mbeanClassName, boolean read, boolean write) throws IllegalArgumentException, ClassNotFoundException, NotCompliantMBeanException
public RoleInfo(String roleName, String mbeanClassName, boolean read, boolean write, int min, int max, String descr) throws IllegalArgumentException, InvalidRoleInfoException, ClassNotFoundException, NotCompliantMBeanException
public RoleInfo(RoleInfo roleInfo) throws IllegalArgumentException

Parámetros

  • RoleInfo roleInfo,
  • String descr,
  • boolean write,
  • String mbeanClassName,
  • int max,
  • String roleName,
  • int min,
  • boolean read,

Excepciones

ClassNotFoundException, InvalidRoleInfoException, IllegalArgumentException, NotCompliantMBeanException

Clase Padre

RoleInfo

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.