jyore / jbclipy

Automation and simplification scripting for managing JBoss AS7/EAP6 instances
MIT License
0 stars 0 forks source link

Add a Runtime Class #6

Open jyore opened 11 years ago

jyore commented 11 years ago

To avoid super massive classes, I think it would be could to change the current class to be the configuration class.

Then have a separate class handle runtime, specifically, performance/resource statistics, run time modifcations (log level, datasource pool sizes), deployment/undeployment, restarts, etc.

jyore commented 11 years ago

Changed the JBCliPy class to Configuration, which is more descriptive I think...Will work nicely with the RunTime class too I think. See commit detailed above