|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The base MBean interface for management beans that control aspects of Flex behavior on the server.
| Method Summary | |
String |
getId()
Returns the id for this MBean. |
javax.management.ObjectName |
getParent()
Returns the parent for this MBean. |
String |
getType()
Returns the type for this MBean. |
| Method Detail |
public String getId()
throws IOException
id key in the ObjectName for this MBean.
IOException
public String getType()
throws IOException
type key in the ObjectName for this MBean.
IOException
public javax.management.ObjectName getParent()
throws IOException
ObjectName
for the parent MBean that conceptually contains this MBean instance. If no
parent exists, this method returns null.
ObjectName for the parent of this MBean instance.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||