java.nio.channels.MembershipKey API (original) (raw)
David M. Lloyd david.lloyd at redhat.com
Wed Nov 26 16:06:36 PST 2008
- Previous message: hg: nio/nio/jdk: Added tag nio2-b98 for changeset 0a384911d4e6
- Next message: java.nio.channels.MembershipKey API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ressurrecting this old thread - I have one additional comment about the MembershipKey interface. Rather than have drop()/isValid(), why not extend Channel (or at least Closeable) and have close()/isOpen() instead? This way any code which has a common resource cleanup mechanism based on Closeable will be able to clean up MembershipKeys in the same way.
- DML
- Previous message: hg: nio/nio/jdk: Added tag nio2-b98 for changeset 0a384911d4e6
- Next message: java.nio.channels.MembershipKey API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]