| Pakiet | mx.messaging.management |
| Klasa | public class MBeanOperationInfo |
| Dziedziczenie | MBeanOperationInfo 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 | |
| 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 | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Creates a new instance of an empty MBeanOperationInfo. | MBeanOperationInfo | ||
![]() |
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 | |
Stałe publiczne
| Stała | Zdefiniowane przez | ||
|---|---|---|---|
| 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 | ||
Szczegół właściwości
impact | właściwość |
public var impact:int| 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 impact of the operation. One of four possible values, defined as constants for this class.
Powiązane elementy interfejsu API
returnType | właściwość |
public var returnType: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 return data type for the operation.
signature | właściwość |
public var signature:Array| 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 parameter data types that make up the operation signature.
Konstruktor Szczegół
MBeanOperationInfo | () | Konstruktor |
public function MBeanOperationInfo()| 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 MBeanOperationInfo.
Szczegół stałej
ACTION | Stała |
public const ACTION:int = 1| 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 operation is write-like, updating the control in some way.
ACTION_INFO | Stała |
public const ACTION_INFO:int = 2| 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 operation is both read-like and write-like, updating the control and returning information.
INFO | Stała |
public const INFO:int = 0| 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 operation is purely informational with no side-effects, read-only.
UNKNOWN | Stała |
public const UNKNOWN:int = 3| 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 side-effects for the operation are unknown.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne