Pakket | mx.messaging.management |
Klasse | public class MBeanAttributeInfo |
Overerving | MBeanAttributeInfo MBeanFeatureInfo Object |
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates a new instance of an empty MBeanAttributeInfo. | MBeanAttributeInfo | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Returns a string representation of the feature info. | MBeanFeatureInfo | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
isIs | eigenschap |
public var isIs:Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates if the server-side getter for the attribute has an 'is' prefix.
readable | eigenschap |
public var readable:Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates if the attribute is readable.
type | eigenschap |
public var type:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The data type of the attribute.
writable | eigenschap |
public var writable:Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates if the attribute is writable.
Constructordetails
MBeanAttributeInfo | () | Constructor |
public function MBeanAttributeInfo()
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty MBeanAttributeInfo.
Wed Jun 13 2018, 11:42 AM Z