dreedyman / Rio

Rio is an open source technology that provides a dynamic architecture for developing, deploying and managing distributed systems composed of services.
Apache License 2.0
21 stars 17 forks source link

ServiceBeanConfig refactor #8

Open dreedyman opened 11 years ago

dreedyman commented 11 years ago

ServiceBeanConfig needs to be refactored, changing the use of the internal collection configParms and use properties with corresponding getter/setter methods. This will make the use and construction of the class easier, and result in more maintainable code.

The impacts of this change will be quite widespread, involving modification to Cybernode, Provision Monitor and ServiceBean components.