FileDocCategorySizeDatePackage
Dispatcher.javaAPI DocSun JDK 1.5.0 Example2211Sat Jan 08 15:08:43 GMT 2005None

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 voidregister(java.nio.channels.SelectableChannel ch, int ops, Handler h)