| Package | flex.management |
| Interface | public interface BaseControlMBean |
| Method | Defined By | ||
|---|---|---|---|
String getId() Returns the id for this MBean. | BaseControlMBean | ||
ObjectName getParent() Returns the parent for this MBean. | BaseControlMBean | ||
String getType() Returns the type for this MBean. | BaseControlMBean | ||
| getId | () |
public String getId()Returns the id for this MBean. This is the value that is set for the id key in the ObjectName for this MBean.
| The MBean instance id. |
IOException — Throws IOException. |
| getParent | () |
public ObjectName getParent()Returns the parent for this MBean. The value is the ObjectName for the parent MBean that conceptually contains this MBean instance. If no parent exists, this method returns null.
The ObjectName for the parent of this MBean instance. |
IOException — Throws IOException. |
| getType | () |
public String getType()Returns the type for this MBean. This is the value that is set for the type key in the ObjectName for this MBean.
| The MBean instance type. |
IOException — Throws IOException. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/management/BaseControlMBean.html