org.glassfish.admin.amx.intf.config
Interface AmxPref

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, PropertiesAccess, Singleton

public interface AmxPref
extends PropertiesAccess, ConfigElement, Singleton


Method Summary
 String getAutoStart()
           
 String getEmitRegisrationStatus()
           
 String getLogInaccessibleAttributes()
           
 String getUnregisterNonCompliant()
          Whether to unregister AMX MBeans not compliant to the AMX specification
 String getValidationLevel()
          Validation level for AMX MBeans (validated when an MBean is registered).
 void setAutoStart(String autoStart)
           
 void setEmitRegisrationStatus(String emit)
           
 void setLogInaccessibleAttributes(String flag)
           
 void setUnregisterNonCompliant(String unregister)
           
 void setValidationLevel(String level)
           
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

getValidationLevel

String getValidationLevel()
Validation level for AMX MBeans (validated when an MBean is registered).


setValidationLevel

void setValidationLevel(String level)

getUnregisterNonCompliant

String getUnregisterNonCompliant()
Whether to unregister AMX MBeans not compliant to the AMX specification


setUnregisterNonCompliant

void setUnregisterNonCompliant(String unregister)

getAutoStart

String getAutoStart()

setAutoStart

void setAutoStart(String autoStart)

getEmitRegisrationStatus

String getEmitRegisrationStatus()

setEmitRegisrationStatus

void setEmitRegisrationStatus(String emit)

getLogInaccessibleAttributes

String getLogInaccessibleAttributes()

setLogInaccessibleAttributes

void setLogInaccessibleAttributes(String flag)


Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 12-March-2010 04:35