|
||||||||||
| 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 String |
VALIDATION_LEVEL_FULL
Deprecated. Possible value for getValidationLevel() |
static String |
VALIDATION_LEVEL_OFF
Deprecated. Possible value for getValidationLevel() |
| Method Summary | |
|---|---|
String |
getAutoStart()
Deprecated. Whether to automatically start AMX |
String |
getEmitRegisrationStatus()
Deprecated. Whether to log registration and unregistration of AMX MBeans |
String |
getLogInaccessibleAttributes()
Deprecated. Whether inaccessible attributes should be logged |
String |
getUnregisterNonCompliant()
Deprecated. Whether to unregister AMX MBeans not compliant to the AMX specification |
String |
getValidationLevel()
Deprecated. Validation level for AMX MBeans (validated when an MBean is registered). |
void |
setAutoStart(String autoStart)
Deprecated. |
void |
setEmitRegisrationStatus(String emit)
Deprecated. |
void |
setLogInaccessibleAttributes(String flag)
Deprecated. |
void |
setUnregisterNonCompliant(String unregister)
Deprecated. |
void |
setValidationLevel(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 String VALIDATION_LEVEL_OFF
getValidationLevel()
static final String VALIDATION_LEVEL_FULL
getValidationLevel()
static final boolean AUTO_START_DEFAULT
| Method Detail |
|---|
String getValidationLevel()
void setValidationLevel(String level)
String getUnregisterNonCompliant()
void setUnregisterNonCompliant(String unregister)
String getAutoStart()
void setAutoStart(String autoStart)
String getEmitRegisrationStatus()
void setEmitRegisrationStatus(String emit)
String getLogInaccessibleAttributes()
void setLogInaccessibleAttributes(String flag)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||