@ManagedObject(value="ContextHandler mbean wrapper") public class ContextHandlerMBean extends AbstractHandlerMBean
_managed
Constructor and Description |
---|
ContextHandlerMBean(java.lang.Object managedObject) |
Modifier and Type | Method and 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, getObjectContextBasis
getAttribute, getAttributes, getManagedObject, getMBeanContainer, getMBeanInfo, getObjectName, getObjectNameBasis, invoke, mbeanFor, setAttribute, setAttributes, setMBeanContainer
@ManagedAttribute(value="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–2023 Webtide. All rights reserved.