[jboss-remoting-issues] [JBoss JIRA] Created: (JBREM-1210) Review and clean up locking & states in Remote classes

David Lloyd (JIRA) jira-events at lists.jboss.org
Mon Mar 15 23:14:37 EDT 2010


Review and clean up locking & states in Remote classes
------------------------------------------------------

                 Key: JBREM-1210
                 URL: https://jira.jboss.org/jira/browse/JBREM-1210
             Project: JBoss Remoting
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: r3 core: remote
            Reporter: David Lloyd
             Fix For: 3.1.0.CR1


Inbound/OutboundRequest/Client/Stream etc. have an internal state, usually reflected by a nested State enum.  Make sure the state is updated whenever an event occurs which changes state; make sure the state is checked at the start of each operation to ensure that unexpected events don't jam up the works; double-check that all synchronized usages are proper.

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

        


More information about the jboss-remoting-issues mailing list