Lorenz Quack created QPID-6812:
----------------------------------

             Summary: SelectorThread needs cleanup/refactoring
                 Key: QPID-6812
                 URL: https://issues.apache.org/jira/browse/QPID-6812
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Lorenz Quack


The SelectorThread class needs some refactoring.
Which includes at least
* Rename to reflect its purpose
* It should not extend Thread but rather implement Runnable
* The API is to liberal. make more stuff private/package protected (e.g., 
SelectionTask)
* SelectionTask._wakeups should be renamed and should be AtomicBoolean
* The inner classes might need renaming as well
* The inner classes might need to move to their own classes




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to