@ManagedObject("ContextHandler mbean wrapper") public class ContextHandlerMBean extends AbstractHandlerMBean
_managed| Constructor | Description |
|---|---|
ContextHandlerMBean(java.lang.Object managedObject) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getContextAttributes() |
|
void |
removeContextAttribute(java.lang.String name) |
|
void |
setContextAttribute(java.lang.String name,
java.lang.Object value) |
|
void |
setContextAttribute(java.lang.String name,
java.lang.String value) |
getContextName, getObjectContextBasisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, isAnnotationPresent, mbeanFor, setAttribute, setAttributes, setMBeanContainer, toVariableName@ManagedAttribute("Map of context attributes") public java.util.Map<java.lang.String,java.lang.Object> getContextAttributes()
@ManagedOperation(value="Set context attribute", impact="ACTION") public void setContextAttribute(@Name(value="name",description="attribute name") java.lang.String name, @Name(value="value",description="attribute value") java.lang.Object value)
@ManagedOperation(value="Set context attribute", impact="ACTION") public void setContextAttribute(@Name(value="name",description="attribute name") java.lang.String name, @Name(value="value",description="attribute value") java.lang.String value)
@ManagedOperation(value="Remove context attribute", impact="ACTION") public void removeContextAttribute(@Name(value="name",description="attribute name") java.lang.String name)
Copyright © 1995–2018 Webtide. All rights reserved.