Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.messaging.management 
MBeanOperationInfo 
Packagemx.messaging.management
Classpublic class MBeanOperationInfo
InheritanceMBeanOperationInfo Inheritance MBeanFeatureInfo Inheritance Object

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Client representation of metadata for a MBean operation.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheriteddescription : String
The description of the MBean feature.
MBeanFeatureInfo
  impact : int
The impact of the operation.
MBeanOperationInfo
 Inheritedname : String
The name of the MBean feature.
MBeanFeatureInfo
 Inheritedprototype : 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
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanOperationInfo.
MBeanOperationInfo
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns a string representation of the feature info.
MBeanFeatureInfo
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Property Detail

impact

property
public var impact:int

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The impact of the operation. One of four possible values, defined as constants for this class.

See also

returnType

property 
public var returnType:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The return data type for the operation.

signature

property 
public var signature:Array

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The parameter data types that make up the operation signature.

Constructor Detail

MBeanOperationInfo

()Constructor
public function MBeanOperationInfo()

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Creates a new instance of an empty MBeanOperationInfo.

Constant Detail

ACTION

Constant
public const ACTION:int = 1

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The operation is write-like, updating the control in some way.

ACTION_INFO

Constant 
public const ACTION_INFO:int = 2

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The operation is both read-like and write-like, updating the control and returning information.

INFO

Constant 
public const INFO:int = 0

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The operation is purely informational with no side-effects, read-only.

UNKNOWN

Constant 
public const UNKNOWN:int = 3

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

The side-effects for the operation are unknown.