Class ContextHandlerMBean

    • Constructor Detail

      • ContextHandlerMBean

        public ContextHandlerMBean​(Object managedObject)
    • Method Detail

      • getContextAttributes

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

        @ManagedOperation(value="Set context attribute",
                          impact="ACTION")
        public void setContextAttribute​(@Name(value="name",description="attribute name")
                                        String name,
                                        @Name(value="value",description="attribute value")
                                        Object value)
      • setContextAttribute

        @ManagedOperation(value="Set context attribute",
                          impact="ACTION")
        public void setContextAttribute​(@Name(value="name",description="attribute name")
                                        String name,
                                        @Name(value="value",description="attribute value")
                                        String value)
      • removeContextAttribute

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