File
Doc
Category
Size
Date
Package
Dispatcher.java
API Doc
Sun JDK 1.5.0 Example
2211
Sat Jan 08 15:08:43 GMT 2005
None
Dispatcher
public interface Dispatcher implements Runnable
Base class for the Dispatchers.
Servers use these to obtain ready status, and then to dispatch jobs.
author
Mark Reinhold
author
Brad R. Wetmore
version
1.2, 04/07/26
Fields Summary
Constructors Summary
Methods Summary
public void
register
(
java.nio.channels.SelectableChannel
ch,
int
ops,
Handler
h)
Java Code Source