[jboss-jira] [JBoss JIRA] (WFCORE-1515) Improve PeristentResourceDefinition to make it easier to register attribute write handlers

Tomaz Cerar (JIRA) issues at jboss.org
Thu Apr 28 08:36:00 EDT 2016


Tomaz Cerar created WFCORE-1515:
-----------------------------------

             Summary: Improve PeristentResourceDefinition to make it easier to register attribute write handlers
                 Key: WFCORE-1515
                 URL: https://issues.jboss.org/browse/WFCORE-1515
             Project: WildFly Core
          Issue Type: Enhancement
          Components: Domain Management
            Reporter: Tomaz Cerar
            Assignee: Tomaz Cerar
             Fix For: 3.0.0.Alpha1


Currently if you want to take register custom write handler you need to override whole registerAttributes methods and do it yourself all the way.

We could add PersistentResourceDefinition.getAttributeHandlers() method that returns
a Map<String, OperationStepHandler>. 
And then registerAttributes uses the map instead of hardcoding  ReloadRequiredWriteAttributeHandler. Default impl just fills the map values with
ReloadRequiredWriteAttributeHandler.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list