commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog java/nio/channels/Pipe.ja...


From: Michael Koch
Subject: classpath ./ChangeLog java/nio/channels/Pipe.ja...
Date: Wed, 13 Nov 2002 02:27:54 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Michael Koch <address@hidden>   02/11/13 02:27:52

Modified files:
        .              : ChangeLog 
        java/nio/channels: Pipe.java SelectableChannel.java 
                           SelectionKey.java Selector.java 
        java/nio/channels/spi: AbstractInterruptibleChannel.java 
                               AbstractSelectableChannel.java 
                               AbstractSelectionKey.java 
                               AbstractSelector.java 

Log message:
        2002-11-13  Michael Koch <address@hidden>
        
        * ChangeLog.usermap: Added myself.
        * java/nio/channels/Pipe.java
        (SinkChannel.SinkChannel): Documentation added.
        (SinkChannel.validOps): New method.
        (SourceChannel.SourceChannel): Documentation added.
        (SourceChannek.validOps): New method.
        (open): Implemented, documentation added.
        (SinkChannel.sink): Documentation added.
        (SourceChannel.source): Documentation added.
        * java/nio/channels/SelectableChannel.java
        (SelectableChannel): Documentation added.
        (blockingLock): Documentation added.
        (configureBlocking): Documentation added.
        (isBlocking): Documentation added.
        (isRegistered): Documentation added.
        (keyFor): Documentation added.
        (provider): Documentation added.
        (register): Documentation added.
        (validOps): Documentation added.
        * java/nio/channels/SelectionKey.java
        (SelectionKey): Documentation added.
        (attach): Documentation added.
        (attachment): Documentation added.
        (isAcceptable): Documentation added.
        (isConnectable): Documentation added.
        (isReadable): Documentation added.
        (isWritable): Documentation added.
        (cancel): Documentation added.
        (interestOps): Documentation added.
        (isValid): Documentation added.
        (readyOps): Documentation added.
        (selector): Documentation added.
        * java/nio/channels/Selector.java
        (Selector): Documentation added.
        (open): Documentation added.
        (close): Documentation added.
        (isOpen): Documentation added.
        (keys): Documentation added.
        (provider): Documentation added.
        (select): Documentation added.
        (selectedKeys): Documentation added.
        (selectNow): Documentation added.
        (wakeup): Documentation added.
        * java/nio/channels/spi/AbstractInterruptibleChannel.java
        (opened): Default to true.
        (AbstractInterruptibleChannel): Documentation added.
        (begin): Documentation added.
        (close): Set opened, Documentation added.
        (end): Documentation added.
        (implCloseChannel): Documentation added.
        (isOpen): Documentation added.
        * java/nio/channels/spi/AbstractSelectableChannel.java
        (AbstractSelectableChannel): Documentation added.
        (blockingLock): Documentation added.
        (configureBlocking): Documentation added.
        (implCloseChannel): Documentation added.
        (implCloseSelectableChannel): Documentation added.
        (implConfigureBlocking): Documentation added.
        (isBlocking): Documentation added.
        (isRegistered): Documentation added.
        (keyFor): Documentation added.
        (provider): Documentation added.
        (register): Documentation added.
        * java/nio/channels/spi/AbstractSelectionKey.java
        (AbstractSelectionKey): Documentation added.
        (cancel): Documentation added.
        (isValid): Documentation added.
        * java/nio/channels/spi/AbstractSelector.java
        (closed): Default to false.
        (AbstractSelector): Documentation added.
        (begin): Documentation added.
        (close): Documentation added.
        (isOpen): Documentation added.
        (implCloseSelector): Documentation added.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.703&tr2=1.704&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/Pipe.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/SelectableChannel.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/SelectionKey.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/Selector.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/spi/AbstractInterruptibleChannel.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/spi/AbstractSelectableChannel.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/spi/AbstractSelectionKey.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/channels/spi/AbstractSelector.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]