flex.management.runtime
Class AdminConsoleDisplayRegistrar

java.lang.Object
  extended by flex.management.BaseControl
      extended by flex.management.runtime.AdminConsoleDisplayRegistrar
All Implemented Interfaces:
BaseControlMBean, AdminConsoleDisplayRegistrarMBean, MBeanRegistration

public class AdminConsoleDisplayRegistrar
extends BaseControl
implements AdminConsoleDisplayRegistrarMBean


Field Summary
static String ID
           
 
Fields inherited from class flex.management.BaseControl
DOMAIN_PREFIX
 
Constructor Summary
AdminConsoleDisplayRegistrar(BaseControl parent)
           
 
Method Summary
 String getId()
          Returns the id for this MBean.
 Integer[] getSupportedTypes()
           
 String getType()
          Returns the type for this MBean.
 String[] listForType(int type)
           
 void registerObject(int type, String beanName, String propertyName)
           
 void registerObjects(int[] types, String beanName, String[] propertyNames)
           
 void registerObjects(int type, String beanName, String[] propertyNames)
           
 
Methods inherited from class flex.management.BaseControl
getApplicationId, getMBeanServer, getObjectName, getParent, getParentControl, getRegistrar, postDeregister, postRegister, preDeregister, preRegister, register, setStartTimestamp, unregister
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface flex.management.BaseControlMBean
getParent
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

AdminConsoleDisplayRegistrar

public AdminConsoleDisplayRegistrar(BaseControl parent)
Method Detail

registerObject

public void registerObject(int type,
                           String beanName,
                           String propertyName)

registerObjects

public void registerObjects(int type,
                            String beanName,
                            String[] propertyNames)

registerObjects

public void registerObjects(int[] types,
                            String beanName,
                            String[] propertyNames)

getSupportedTypes

public Integer[] getSupportedTypes()
                            throws IOException
Specified by:
getSupportedTypes in interface AdminConsoleDisplayRegistrarMBean
Throws:
IOException

listForType

public String[] listForType(int type)
                     throws IOException
Specified by:
listForType in interface AdminConsoleDisplayRegistrarMBean
Throws:
IOException

getId

public String getId()
Description copied from interface: BaseControlMBean
Returns the id for this MBean. This is the value that is set for the id key in the ObjectName for this MBean.

Specified by:
getId in interface BaseControlMBean
Specified by:
getId in class BaseControl
Returns:
The MBean instance id.

getType

public String getType()
Description copied from interface: BaseControlMBean
Returns the type for this MBean. This is the value that is set for the type key in the ObjectName for this MBean.

Specified by:
getType in interface BaseControlMBean
Specified by:
getType in class BaseControl
Returns:
The MBean instance type.


Copyright © 2008 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/blazeds/1/javadoc/flex/management/runtime/AdminConsoleDisplayRegistrar.html