Issue Details (XML | Word | Printable)

Key: DIRMINA-39
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MINA

Future interface for asynchronous operations

Created: 13/May/05 04:26 PM   Updated: 12/Jun/05 09:07 PM
Return to search
Component/s: None
Affects Version/s: 0.7.0, 0.7.1, 0.8.0
Fix Version/s: 0.9.0

Time Tracking:
Not Specified

Issue Links:
dependent
 

Resolution Date: 12/Jun/05 09:07 PM


 Description  « Hide
There's no method user can wait for the message (or buffer) until it is flushed out to channel actually. We could create an interface similar to Future in Java 5 so that users can wait until or check if the request is done.

We could also apply this mechanism to close instead of specifying a boolean parameter.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Trustin Lee added a comment - 13/May/05 04:28 PM
flush() method will also return Future so that codec can await.