Pakiet | mx.messaging.management |
Klasa | public class MBeanAttributeInfo |
Dziedziczenie | MBeanAttributeInfo MBeanFeatureInfo Object |
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Creates a new instance of an empty MBeanAttributeInfo. | MBeanAttributeInfo | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Returns a string representation of the feature info. | MBeanFeatureInfo | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
isIs | właściwość |
public var isIs:Boolean
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the server-side getter for the attribute has an 'is' prefix.
readable | właściwość |
public var readable:Boolean
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the attribute is readable.
type | właściwość |
public var type:String
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The data type of the attribute.
writable | właściwość |
public var writable:Boolean
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates if the attribute is writable.
Konstruktor Szczegół
MBeanAttributeInfo | () | Konstruktor |
public function MBeanAttributeInfo()
Wersja języka: | ActionScript 3.0 |
Wersje produktu: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty MBeanAttributeInfo.
Tue Jun 12 2018, 12:06 PM Z