Support non argument start and stop methods
-------------------------------------------

                 Key: DAEMON-196
                 URL: https://issues.apache.org/jira/browse/DAEMON-196
             Project: Commons Daemon
          Issue Type: Improvement
          Components: Jsvc
    Affects Versions: 1.0.5
            Reporter: Bob Saenger
             Fix For: 1.0.6


As methods to be called when service is started or stopped in addition non 
argument methods shall be taken into account, i.e. if there is no static method 
with argument (String args[]) in addition presence of the static method without 
arguments shall be tested. In particular this should make sense if no start 
(++StartParams) or stop (++StopParams) parameters are provided.

This feature would be helpfull to use thirdparty code as is. Otherwise 
additional helper classes need to be implemented, installed and deployed.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to