| Package | mx.messaging.management |
| Class | public class MBeanOperationInfo |
| Inheritance | MBeanOperationInfo MBeanFeatureInfo Object |
| Property | Defined by | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| 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 | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| returnType : String
The return data type for the operation.
| MBeanOperationInfo | ||
| signature : Array
The parameter data types that make up the operation signature.
| MBeanOperationInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new instance of an empty MBeanOperationInfo.
| MBeanOperationInfo | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns a string representation of the feature info.
| MBeanFeatureInfo | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Constant | Defined by | ||
|---|---|---|---|
| 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 | ||
| impact | property |
public var impact:intThe impact of the operation. One of four possible values, defined as constants for this class.
See also
| returnType | property |
public var returnType:StringThe return data type for the operation.
| signature | property |
public var signature:ArrayThe parameter data types that make up the operation signature.
| MBeanOperationInfo | () | constructor |
public function MBeanOperationInfo()Creates a new instance of an empty MBeanOperationInfo.
| ACTION | constant |
public const ACTION:int = 1The operation is write-like, updating the control in some way.
| ACTION_INFO | constant |
public const ACTION_INFO:int = 2The operation is both read-like and write-like, updating the control and returning information.
| INFO | constant |
public const INFO:int = 0The operation is purely informational with no side-effects, read-only.
| UNKNOWN | constant |
public const UNKNOWN:int = 3The side-effects for the operation are unknown.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/mx/messaging/management/MBeanOperationInfo.html