KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > spi > AbstractInterruptibleChannel

java.nio.channels.spi
Class AbstractInterruptibleChannel

java.lang.Object
  extended by java.nio.channels.spi.AbstractInterruptibleChannel
All Implemented Interfaces:
Closeable, Channel, InterruptibleChannel
Direct Known Subclasses:
FileChannel, SelectableChannel
See Also:
Source Code, implCloseChannel, end, begin

protected AbstractInterruptibleChannel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final void begin()
See Also:
end
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final void close()
                 throws IOException
See Also:
InterruptibleChannel, Channel, Closeable, implCloseChannel
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected final void end(boolean completed)
                  throws AsynchronousCloseException
See Also:
ClosedByInterruptException, begin
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected abstract void implCloseChannel()
                                  throws IOException
See Also:
close
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final boolean isOpen()
See Also:
Channel
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags