Paquete | mx.messaging.management |
Clase | public class MBeanOperationInfo |
Herencia | MBeanOperationInfo MBeanFeatureInfo Object |
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
description : String
The description of the MBean feature. | MBeanFeatureInfo | ||
impact : int
The impact of the operation. | MBeanOperationInfo | ||
name : String
The name of the MBean feature. | MBeanFeatureInfo | ||
returnType : String
The return data type for the operation. | MBeanOperationInfo | ||
signature : Array
The parameter data types that make up the operation signature. | MBeanOperationInfo |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates a new instance of an empty MBeanOperationInfo. | MBeanOperationInfo | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Returns a string representation of the feature info. | MBeanFeatureInfo | ||
Devuelve el valor simple del objeto especificado. | Object |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ACTION : int = 1
The operation is write-like, updating the control in some way. | MBeanOperationInfo | ||
ACTION_INFO : int = 2
The operation is both read-like and write-like, updating the control and returning
information. | MBeanOperationInfo | ||
INFO : int = 0
The operation is purely informational with no side-effects, read-only. | MBeanOperationInfo | ||
UNKNOWN : int = 3
The side-effects for the operation are unknown. | MBeanOperationInfo |
Información sobre propiedades
impact | propiedad |
public var impact:int
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The impact of the operation. One of four possible values, defined as constants for this class.
Elementos de API relacionados
returnType | propiedad |
public var returnType:String
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The return data type for the operation.
signature | propiedad |
public var signature:Array
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The parameter data types that make up the operation signature.
Información sobre constructores
MBeanOperationInfo | () | Información sobre |
public function MBeanOperationInfo()
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty MBeanOperationInfo.
Información sobre constantes
ACTION | Constante |
public const ACTION:int = 1
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The operation is write-like, updating the control in some way.
ACTION_INFO | Constante |
public const ACTION_INFO:int = 2
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The operation is both read-like and write-like, updating the control and returning information.
INFO | Constante |
public const INFO:int = 0
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The operation is purely informational with no side-effects, read-only.
UNKNOWN | Constante |
public const UNKNOWN:int = 3
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The side-effects for the operation are unknown.
Tue Jun 12 2018, 02:12 PM Z