flex.management.jmx
Class MBeanConstructorInfo

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

public class MBeanConstructorInfo
extends Object

Remotable MBeanConstructorInfo class that complies with Flash serialization requirements.


Field Summary
 String description
          The description of the constructor.
 String name
          The name of the constructor.
 MBeanParameterInfo[] signature
          The constructor's parameter signature.
 
Constructor Summary
MBeanConstructorInfo()
          Constructs an empty MBeanConstructorInfo instance.
MBeanConstructorInfo(javax.management.MBeanConstructorInfo mbeanConstructorInfo)
          Constructs a MBeanConstructorInfo instance based upon a javax.management.MBeanConstructorInfo instance.
 
Method Summary
 javax.management.MBeanConstructorInfo toMBeanConstructorInfo()
          Utility method to convert this MBeanConstructorInfo instance to a javax.management.MBeanConstructorInfo instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
The name of the constructor.


description

public String description
The description of the constructor.


signature

public MBeanParameterInfo[] signature
The constructor's parameter signature.

Constructor Detail

MBeanConstructorInfo

public MBeanConstructorInfo()
Constructs an empty MBeanConstructorInfo instance.


MBeanConstructorInfo

public MBeanConstructorInfo(javax.management.MBeanConstructorInfo mbeanConstructorInfo)
Constructs a MBeanConstructorInfo instance based upon a javax.management.MBeanConstructorInfo instance.

Parameters:
mbeanConstructorInfo - The javax.management.MBeanConstructorInfo to base this instance on.
Method Detail

toMBeanConstructorInfo

public javax.management.MBeanConstructorInfo toMBeanConstructorInfo()
Utility method to convert this MBeanConstructorInfo instance to a javax.management.MBeanConstructorInfo instance.

Returns:
A JMX MBeanConstructorInfo 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/MBeanConstructorInfo.html