Packageflex.management
Interfacepublic interface BaseControlMBean

The base MBean interface for management beans that control aspects of Flex behavior on the server.



Public Methods
 MethodDefined 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
Method Detail
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.

Returns
The MBean instance id.

Throws
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.

Returns
The ObjectName for the parent of this MBean instance.

Throws
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.

Returns
The MBean instance type.

Throws
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