|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.nio.channels.spi.AbstractInterruptibleChannel java.nio.channels.spi.AbstractInterruptibleChannel.FooChannel
Nested Class Summary |
Nested classes inherited from class java.nio.channels.spi.AbstractInterruptibleChannel |
|
Field Summary |
Fields inherited from class java.nio.channels.spi.AbstractInterruptibleChannel |
|
Constructor Summary | |
private |
AbstractInterruptibleChannel.FooChannel()
|
Method Summary | |
protected void |
implCloseChannel()
Closes this channel. |
Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel |
begin, blockedOn, close, end, isOpen |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private AbstractInterruptibleChannel.FooChannel()
Method Detail |
protected void implCloseChannel()
AbstractInterruptibleChannel
This method is invoked by the close
method in order
to perform the actual work of closing the channel. This method is only
invoked if the channel has not yet been closed, and it is never invoked
more than once.
An implementation of this method must arrange for any other thread that is blocked in an I/O operation upon this channel to return immediately, either by throwing an exception or by returning normally.
implCloseChannel
in class AbstractInterruptibleChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |