Pacote | mx.messaging.management |
Classe | public class MBeanAttributeInfo |
Herança | MBeanAttributeInfo MBeanFeatureInfo Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
description : String
The description of the MBean feature. | MBeanFeatureInfo | ||
isIs : Boolean
Indicates if the server-side getter for the attribute has an 'is' prefix. | MBeanAttributeInfo | ||
name : String
The name of the MBean feature. | MBeanFeatureInfo | ||
readable : Boolean
Indicates if the attribute is readable. | MBeanAttributeInfo | ||
type : String
The data type of the attribute. | MBeanAttributeInfo | ||
writable : Boolean
Indicates if the attribute is writable. | MBeanAttributeInfo |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates a new instance of an empty MBeanAttributeInfo. | MBeanAttributeInfo | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Returns a string representation of the feature info. | MBeanFeatureInfo | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
isIs | propriedade |
public var isIs:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the server-side getter for the attribute has an 'is' prefix.
readable | propriedade |
public var readable:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the attribute is readable.
type | propriedade |
public var type:String
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The data type of the attribute.
writable | propriedade |
public var writable:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the attribute is writable.
Detalhes do construtor
MBeanAttributeInfo | () | Construtor |
public function MBeanAttributeInfo()
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty MBeanAttributeInfo.
Wed Jun 13 2018, 11:10 AM Z