Paket | mx.messaging.management |
Klass | public class MBeanOperationInfo |
Arv | MBeanOperationInfo MBeanFeatureInfo Object |
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Creates a new instance of an empty MBeanOperationInfo. | MBeanOperationInfo | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returns a string representation of the feature info. | MBeanFeatureInfo | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
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 |
Egenskapsdetaljer
impact | egenskap |
public var impact:int
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The impact of the operation. One of four possible values, defined as constants for this class.
Relaterade API-element
returnType | egenskap |
public var returnType:String
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The return data type for the operation.
signature | egenskap |
public var signature:Array
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The parameter data types that make up the operation signature.
Konstruktordetaljer
MBeanOperationInfo | () | Konstruktor |
public function MBeanOperationInfo()
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty MBeanOperationInfo.
Konstantdetaljer
ACTION | Konstant |
public const ACTION:int = 1
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The operation is write-like, updating the control in some way.
ACTION_INFO | Konstant |
public const ACTION_INFO:int = 2
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The operation is both read-like and write-like, updating the control and returning information.
INFO | Konstant |
public const INFO:int = 0
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The operation is purely informational with no side-effects, read-only.
UNKNOWN | Konstant |
public const UNKNOWN:int = 3
Språkversion: | ActionScript 3.0 |
Produktversioner: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
The side-effects for the operation are unknown.
Tue Jun 12 2018, 01:40 PM Z