Pacchetto | mx.messaging.management |
Classe | public class MBeanInfo |
Ereditarietà | MBeanInfo Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
attributes : Array
The attributes exposed by the MBean. | MBeanInfo | ||
className : String
The class name for the MBean. | MBeanInfo | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
constructors : Array
The constructors exposed by the MBean. | MBeanInfo | ||
description : String
The description for the MBean. | MBeanInfo | ||
operations : Array
The operations provided by the MBean. | MBeanInfo |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates a new instance of an empty MBeanInfo. | MBeanInfo | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns a string representation of the MBean info. | MBeanInfo | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
attributes | proprietà |
public var attributes:Array
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The attributes exposed by the MBean.
className | proprietà |
public var className:String
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The class name for the MBean.
constructors | proprietà |
public var constructors:Array
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The constructors exposed by the MBean.
description | proprietà |
public var description:String
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The description for the MBean.
operations | proprietà |
public var operations:Array
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The operations provided by the MBean.
Descrizione della funzione di costruzione
MBeanInfo | () | Funzione di costruzione |
public function MBeanInfo()
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty MBeanInfo.
Descrizione dei metodi
toString | () | metodo |
public function toString():String
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns a string representation of the MBean info.
RestituisceString — String representation of the MBean info.
|
Tue Jun 12 2018, 02:44 PM Z