/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.703 by mkoch, Wed Nov 13 06:30:03 2002 UTC revision 1.704 by mkoch, Wed Nov 13 07:27:51 2002 UTC
# Line 1  Line 1 
1  2002-11-13  Michael Koch <konqueror@gmx.de>  2002-11-13  Michael Koch <konqueror@gmx.de>
2    
3          * ChangeLog.usermap: Added myself.          * ChangeLog.usermap: Added myself.
4            * java/nio/channels/Pipe.java
5            (SinkChannel.SinkChannel): Documentation added.
6            (SinkChannel.validOps): New method.
7            (SourceChannel.SourceChannel): Documentation added.
8            (SourceChannek.validOps): New method.
9            (open): Implemented, documentation added.
10            (SinkChannel.sink): Documentation added.
11            (SourceChannel.source): Documentation added.
12            * java/nio/channels/SelectableChannel.java
13            (SelectableChannel): Documentation added.
14            (blockingLock): Documentation added.
15            (configureBlocking): Documentation added.
16            (isBlocking): Documentation added.
17            (isRegistered): Documentation added.
18            (keyFor): Documentation added.
19            (provider): Documentation added.
20            (register): Documentation added.
21            (validOps): Documentation added.
22            * java/nio/channels/SelectionKey.java
23            (SelectionKey): Documentation added.
24            (attach): Documentation added.
25            (attachment): Documentation added.
26            (isAcceptable): Documentation added.
27            (isConnectable): Documentation added.
28            (isReadable): Documentation added.
29            (isWritable): Documentation added.
30            (cancel): Documentation added.
31            (interestOps): Documentation added.
32            (isValid): Documentation added.
33            (readyOps): Documentation added.
34            (selector): Documentation added.
35            * java/nio/channels/Selector.java
36            (Selector): Documentation added.
37            (open): Documentation added.
38            (close): Documentation added.
39            (isOpen): Documentation added.
40            (keys): Documentation added.
41            (provider): Documentation added.
42            (select): Documentation added.
43            (selectedKeys): Documentation added.
44            (selectNow): Documentation added.
45            (wakeup): Documentation added.
46            * java/nio/channels/spi/AbstractInterruptibleChannel.java
47            (opened): Default to true.
48            (AbstractInterruptibleChannel): Documentation added.
49            (begin): Documentation added.
50            (close): Set opened, Documentation added.
51            (end): Documentation added.
52            (implCloseChannel): Documentation added.
53            (isOpen): Documentation added.
54            * java/nio/channels/spi/AbstractSelectableChannel.java
55            (AbstractSelectableChannel): Documentation added.
56            (blockingLock): Documentation added.
57            (configureBlocking): Documentation added.
58            (implCloseChannel): Documentation added.
59            (implCloseSelectableChannel): Documentation added.
60            (implConfigureBlocking): Documentation added.
61            (isBlocking): Documentation added.
62            (isRegistered): Documentation added.
63            (keyFor): Documentation added.
64            (provider): Documentation added.
65            (register): Documentation added.
66            * java/nio/channels/spi/AbstractSelectionKey.java
67            (AbstractSelectionKey): Documentation added.
68            (cancel): Documentation added.
69            (isValid): Documentation added.
70            * java/nio/channels/spi/AbstractSelector.java
71            (closed): Default to false.
72            (AbstractSelector): Documentation added.
73            (begin): Documentation added.
74            (close): Documentation added.
75            (isOpen): Documentation added.
76            (implCloseSelector): Documentation added.
77    
78  2002-11-12  Eric Blake  <ebb9@email.byu.edu>  2002-11-12  Eric Blake  <ebb9@email.byu.edu>
79    

Legend:
Removed from v.1.703  
changed lines
  Added in v.1.704

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26