|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface AmxPref
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 |
|---|
static final java.lang.String VALIDATION_LEVEL_OFF
getValidationLevel()
static final java.lang.String VALIDATION_LEVEL_FULL
getValidationLevel()
static final boolean AUTO_START_DEFAULT
| Method Detail |
|---|
java.lang.String getValidationLevel()
void setValidationLevel(java.lang.String level)
java.lang.String getUnregisterNonCompliant()
void setUnregisterNonCompliant(java.lang.String unregister)
java.lang.String getAutoStart()
void setAutoStart(java.lang.String autoStart)
java.lang.String getEmitRegisrationStatus()
void setEmitRegisrationStatus(java.lang.String emit)
java.lang.String getLogInaccessibleAttributes()
void setLogInaccessibleAttributes(java.lang.String flag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||