Split IoServices into unconfigurable and configurable ones.
-----------------------------------------------------------

                 Key: DIRMINA-291
                 URL: http://issues.apache.org/jira/browse/DIRMINA-291
             Project: Directory MINA
          Issue Type: Improvement
          Components: Core
            Reporter: Trustin Lee
             Fix For: 1.1


Properties of an IoService provides setter methods by default.  These setters 
sometimes gives a side effect because the properties can be changed by unwanted 
party.  Springframework shows a very good solution to this issue; Spring team 
provided two interfaces; one interface with read only properties and the other 
interface which extends the former and provides setter methods for the 
properties.  We can separate the concern very clearly by doing this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to