Class ContextHandlerMBean

  • All Implemented Interfaces:
    javax.management.DynamicMBean

    @ManagedObject("ContextHandler mbean wrapper")
    public class ContextHandlerMBean
    extends AbstractHandlerMBean
    • Constructor Detail

      • ContextHandlerMBean

        public ContextHandlerMBean​(java.lang.Object managedObject)
    • Method Detail

      • getContextAttributes

        @ManagedAttribute("Map of context attributes")
        public java.util.Map<java.lang.String,​java.lang.Object> getContextAttributes()
      • setContextAttribute

        @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)
      • setContextAttribute

        @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)
      • removeContextAttribute

        @ManagedOperation(value="Remove context attribute",
                          impact="ACTION")
        public void removeContextAttribute​(@Name(value="name",description="attribute name")
                                           java.lang.String name)