flex.management.jmx
Class MBeanOperationInfo

java.lang.Object
  extended by flex.management.jmx.MBeanOperationInfo

public class MBeanOperationInfo
extends Object

Remotable MBeanOperationInfo class that complies with Flash serialization requirements.


Field Summary
 String description
          The operation description.
 int impact
          The impact of the operation; one of INFO, ACTION, ACTION_INFO, UNKNOWN.
 String name
          The operation name.
 String returnType
          The operation's return type.
 MBeanParameterInfo[] signature
          The operation's argument signature.
 
Constructor Summary
MBeanOperationInfo()
          Constructs an empty MBeanOperationInfo instance.
MBeanOperationInfo(javax.management.MBeanOperationInfo mbeanOperationInfo)
          Constructs a MBeanOperationInfo instance based upon a javax.management.MBeanOperationInfo instance.
 
Method Summary
 javax.management.MBeanOperationInfo toMBeanOperationInfo()
          Utility method to convert this MBeanOperationInfo to a javax.management.MBeanOperationInfo instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The operation name.


description

public String description
The operation description.


signature

public MBeanParameterInfo[] signature
The operation's argument signature.


returnType

public String returnType
The operation's return type.


impact

public int impact
The impact of the operation; one of INFO, ACTION, ACTION_INFO, UNKNOWN.

Constructor Detail

MBeanOperationInfo

public MBeanOperationInfo()
Constructs an empty MBeanOperationInfo instance.


MBeanOperationInfo

public MBeanOperationInfo(javax.management.MBeanOperationInfo mbeanOperationInfo)
Constructs a MBeanOperationInfo instance based upon a javax.management.MBeanOperationInfo instance.

Parameters:
mbeanOperationInfo - The JMX MBeanOperationInfo instance to base this instance on.
Method Detail

toMBeanOperationInfo

public javax.management.MBeanOperationInfo toMBeanOperationInfo()
Utility method to convert this MBeanOperationInfo to a javax.management.MBeanOperationInfo instance.

Returns:
A JMX MBeanOperationInfo based upon this instance.


Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/management/jmx/MBeanOperationInfo.html