ModelMBeanAttributeInfo.ModelMBeanAttributeInfo() | Java

 

Descripción

Sintaxis

public ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter) throws IntrospectionException
public ModelMBeanAttributeInfo(String name, String description, Method getter, Method setter, Descriptor descriptor) throws IntrospectionException
public ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs)
public ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor)
public ModelMBeanAttributeInfo(ModelMBeanAttributeInfo inInfo)

Parámetros

  • String name,
  • String description,
  • boolean isReadable,
  • Descriptor descriptor,
  • Method getter,
  • ModelMBeanAttributeInfo inInfo,
  • boolean isWritable,
  • Method setter,
  • String type,
  • boolean isIs,

Excepciones

RuntimeOperationsException, IntrospectionException

Clase Padre

ModelMBeanAttributeInfo

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.