com.sun.enterprise.config.serverbeans
Interface AmxPref

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag

Deprecated.

@Deprecated
public interface AmxPref
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable, org.jvnet.hk2.config.types.PropertyBag

Preferences for AMX MBean behavior.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag
org.jvnet.hk2.config.types.PropertyBag.Duck
 
Field Summary
static boolean AUTO_START_DEFAULT
          Deprecated. lazy-loads AMX by default
static java.lang.String VALIDATION_LEVEL_FULL
          Deprecated. Possible value for getValidationLevel()
static java.lang.String VALIDATION_LEVEL_OFF
          Deprecated. Possible value for getValidationLevel()
 
Method Summary
 java.lang.String getAutoStart()
          Deprecated. Whether to automatically start AMX
 java.lang.String getEmitRegisrationStatus()
          Deprecated. Whether to log registration and unregistration of AMX MBeans
 java.lang.String getLogInaccessibleAttributes()
          Deprecated. Whether inaccessible attributes should be logged
 java.lang.String getUnregisterNonCompliant()
          Deprecated. Whether to unregister AMX MBeans not compliant to the AMX specification
 java.lang.String getValidationLevel()
          Deprecated. Validation level for AMX MBeans (validated when an MBean is registered).
 void setAutoStart(java.lang.String autoStart)
          Deprecated.  
 void setEmitRegisrationStatus(java.lang.String emit)
          Deprecated.  
 void setLogInaccessibleAttributes(java.lang.String flag)
          Deprecated.  
 void setUnregisterNonCompliant(java.lang.String unregister)
          Deprecated.  
 void setValidationLevel(java.lang.String level)
          Deprecated.  
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 
Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag
getProperty, getProperty, getPropertyValue, getPropertyValue
 

Field Detail

VALIDATION_LEVEL_OFF

static final java.lang.String VALIDATION_LEVEL_OFF
Deprecated. 
Possible value for getValidationLevel()

See Also:
Constant Field Values

VALIDATION_LEVEL_FULL

static final java.lang.String VALIDATION_LEVEL_FULL
Deprecated. 
Possible value for getValidationLevel()

See Also:
Constant Field Values

AUTO_START_DEFAULT

static final boolean AUTO_START_DEFAULT
Deprecated. 
lazy-loads AMX by default

See Also:
Constant Field Values
Method Detail

getValidationLevel

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


setValidationLevel

void setValidationLevel(java.lang.String level)
Deprecated. 

getUnregisterNonCompliant

java.lang.String getUnregisterNonCompliant()
Deprecated. 
Whether to unregister AMX MBeans not compliant to the AMX specification


setUnregisterNonCompliant

void setUnregisterNonCompliant(java.lang.String unregister)
Deprecated. 

getAutoStart

java.lang.String getAutoStart()
Deprecated. 
Whether to automatically start AMX


setAutoStart

void setAutoStart(java.lang.String autoStart)
Deprecated. 

getEmitRegisrationStatus

java.lang.String getEmitRegisrationStatus()
Deprecated. 
Whether to log registration and unregistration of AMX MBeans


setEmitRegisrationStatus

void setEmitRegisrationStatus(java.lang.String emit)
Deprecated. 

getLogInaccessibleAttributes

java.lang.String getLogInaccessibleAttributes()
Deprecated. 
Whether inaccessible attributes should be logged


setLogInaccessibleAttributes

void setLogInaccessibleAttributes(java.lang.String flag)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.